gauthamk28
commited on
Commit
·
b285e18
1
Parent(s):
cfb2c99
Upload config.json with huggingface_hub
Browse files- config.json +9 -9
config.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
"algo": "APPO",
|
4 |
"env": "doom_health_gathering_supreme",
|
5 |
"experiment": "default_experiment",
|
6 |
-
"train_dir": "/
|
7 |
"restart_behavior": "resume",
|
8 |
"device": "gpu",
|
9 |
"seed": null,
|
@@ -16,7 +16,7 @@
|
|
16 |
"policy_workers_per_policy": 1,
|
17 |
"max_policy_lag": 1000,
|
18 |
"num_workers": 8,
|
19 |
-
"num_envs_per_worker":
|
20 |
"batch_size": 1024,
|
21 |
"num_batches_per_epoch": 1,
|
22 |
"num_epochs": 1,
|
@@ -63,7 +63,7 @@
|
|
63 |
"summaries_use_frameskip": true,
|
64 |
"heartbeat_interval": 20,
|
65 |
"heartbeat_reporting_interval": 600,
|
66 |
-
"train_for_env_steps":
|
67 |
"train_for_seconds": 10000000000,
|
68 |
"save_every_sec": 120,
|
69 |
"keep_checkpoints": 2,
|
@@ -128,14 +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=
|
132 |
"cli_args": {
|
133 |
"env": "doom_health_gathering_supreme",
|
134 |
"num_workers": 8,
|
135 |
-
"num_envs_per_worker":
|
136 |
-
"train_for_env_steps":
|
137 |
},
|
138 |
-
"git_hash": "
|
139 |
-
"git_repo_name": "
|
140 |
-
"train_script": ".
|
141 |
}
|
|
|
3 |
"algo": "APPO",
|
4 |
"env": "doom_health_gathering_supreme",
|
5 |
"experiment": "default_experiment",
|
6 |
+
"train_dir": "/home/jovyan/examples/examples/pytorch/train_dir",
|
7 |
"restart_behavior": "resume",
|
8 |
"device": "gpu",
|
9 |
"seed": null,
|
|
|
16 |
"policy_workers_per_policy": 1,
|
17 |
"max_policy_lag": 1000,
|
18 |
"num_workers": 8,
|
19 |
+
"num_envs_per_worker": 6,
|
20 |
"batch_size": 1024,
|
21 |
"num_batches_per_epoch": 1,
|
22 |
"num_epochs": 1,
|
|
|
63 |
"summaries_use_frameskip": true,
|
64 |
"heartbeat_interval": 20,
|
65 |
"heartbeat_reporting_interval": 600,
|
66 |
+
"train_for_env_steps": 5000000,
|
67 |
"train_for_seconds": 10000000000,
|
68 |
"save_every_sec": 120,
|
69 |
"keep_checkpoints": 2,
|
|
|
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=6 --train_for_env_steps=5000000",
|
132 |
"cli_args": {
|
133 |
"env": "doom_health_gathering_supreme",
|
134 |
"num_workers": 8,
|
135 |
+
"num_envs_per_worker": 6,
|
136 |
+
"train_for_env_steps": 5000000
|
137 |
},
|
138 |
+
"git_hash": "63cdfc7cb2d451cc1628d31991c92ea52d08f9fb",
|
139 |
+
"git_repo_name": "https://github.com/saturncloud/examples.git",
|
140 |
+
"train_script": ".opt.saturncloud.envs.saturn.lib.python3.9.site-packages.ipykernel_launcher"
|
141 |
}
|