-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
66 lines (65 loc) · 879 Bytes
/
.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
/Hyperparameter/
/plots/
/runs/
__pycache__
/tests/.pytest_cache/
/other_scripts/
/wandb/
create_*.py
run_gamma_exp.sh
run_n_*.py
*.png
combine_policies.py
analyze_runs.py
modcmac_experiments.py
run_bsb_experiments.py
wandb_init.py
training_results_modcmac
training_results_modcmac_new
tests
data
sbatch_files
scenarios_json
results
plots
other_scripts
new_results
new_figures
models_experiments
models_experiments_old
models_experiments_new
models_experiments_old_2
models
configs
delete_models
gamma_experiments
run_replace_agent.py
runs_*
# Environments
.env
.venv
env/
venv/
ENV/
new_figures
new_results
env.bak/
venv.bak/
sbatch_files/
.idea/
.DS_Store
scenarios_json
/wandb
/test_run_results
/models_old
/wandb_init.py
/test_matrix_multiplication.py
/test_scenario.py
/traffic_files
/configs/
/model_tuning/
/modcmac_code/agents/ppo/
create_*.py
/data/
/models/
/results/