Upload config.json with huggingface_hub
Browse files- config.json +4 -2
config.json
CHANGED
@@ -128,12 +128,14 @@
|
|
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=
|
132 |
"cli_args": {
|
133 |
"env": "doom_health_gathering_supreme",
|
|
|
134 |
"num_workers": 8,
|
135 |
"num_envs_per_worker": 4,
|
136 |
-
"train_for_env_steps":
|
|
|
137 |
},
|
138 |
"git_hash": "unknown",
|
139 |
"git_repo_name": "not a git repository",
|
|
|
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=8000000 --device=cpu --env_gpu_observations=False",
|
132 |
"cli_args": {
|
133 |
"env": "doom_health_gathering_supreme",
|
134 |
+
"device": "cpu",
|
135 |
"num_workers": 8,
|
136 |
"num_envs_per_worker": 4,
|
137 |
+
"train_for_env_steps": 8000000,
|
138 |
+
"env_gpu_observations": false
|
139 |
},
|
140 |
"git_hash": "unknown",
|
141 |
"git_repo_name": "not a git repository",
|