-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
77 lines (70 loc) · 1.13 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# Python
*.pyc
*.pyo
__pycache__/*
.ipynb_checkpoints/*
.coverage
# Dask
dask-worker-space/
*scheduler_info.json
# MuJoCo
mjkey.txt
MUJOCO_LOG.TXT
mujocopy-buildlock
# Results
results
results_optbench
checkpoints/*
logs/*
slurm_logs/*
local_logs/*
*.log
# Editor
.vscode/*
.*.swp
*.vim
# Miscellaneous
.env
ipp_nodes.txt
.DS_Store
quicksilver_config.json
.fossa.yml
env/
# Figures
metrics.pdf
compare_evals.pdf
clustering_demo.svg
comparison/
comparison_high_res/
comparison_alpha/
comparison_optbench/
results_table.tex
results_table_alpha.tex
results_table_optbench.tex
results_table_robust.tex
results_table_alpha_robust.tex
results_single_table.tex
results_single_table_alpha.tex
results_single_table_optbench.tex
results_single_table_robust.tex
results_single_table_alpha_robust.tex
manifest.yaml
manifest_optbench.yaml
min_manifest.yaml
stats_tests/
stats_tests.tex
stats_tests_optbench/
stats_tests_robust/
stats_tests_alpha_robust/
heatmap_figure*.pdf
heatmap_figure*.svg
heatmap_video*.mp4
heatmap_video/
histogram_figure*.pdf
histogram_figure*.svg
histogram_video*.mp4
histogram_video/
figure_data/
figure_data*.json
# Singularity
*.sif