Upload config.json with huggingface_hub
Browse files- config.json +3 -2
config.json
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
"env": "doom_health_gathering_supreme",
|
5 |
"experiment": "default_experiment",
|
6 |
"train_dir": "/content/train_dir",
|
7 |
-
"restart_behavior": "
|
8 |
"device": "gpu",
|
9 |
"seed": null,
|
10 |
"num_policies": 1,
|
@@ -128,9 +128,10 @@
|
|
128 |
"wide_aspect_ratio": false,
|
129 |
"eval_env_frameskip": 1,
|
130 |
"fps": 35,
|
131 |
-
"command_line": "--env=doom_health_gathering_supreme --num_workers=8 --num_envs_per_worker=4 --train_for_env_steps=4000000",
|
132 |
"cli_args": {
|
133 |
"env": "doom_health_gathering_supreme",
|
|
|
134 |
"num_workers": 8,
|
135 |
"num_envs_per_worker": 4,
|
136 |
"train_for_env_steps": 4000000
|
|
|
4 |
"env": "doom_health_gathering_supreme",
|
5 |
"experiment": "default_experiment",
|
6 |
"train_dir": "/content/train_dir",
|
7 |
+
"restart_behavior": "overwrite",
|
8 |
"device": "gpu",
|
9 |
"seed": null,
|
10 |
"num_policies": 1,
|
|
|
128 |
"wide_aspect_ratio": false,
|
129 |
"eval_env_frameskip": 1,
|
130 |
"fps": 35,
|
131 |
+
"command_line": "--env=doom_health_gathering_supreme --num_workers=8 --num_envs_per_worker=4 --train_for_env_steps=4000000 --restart_behavior=overwrite",
|
132 |
"cli_args": {
|
133 |
"env": "doom_health_gathering_supreme",
|
134 |
+
"restart_behavior": "overwrite",
|
135 |
"num_workers": 8,
|
136 |
"num_envs_per_worker": 4,
|
137 |
"train_for_env_steps": 4000000
|