Upload config.json with huggingface_hub
Browse files- config.json +5 -5
config.json
CHANGED
@@ -61,9 +61,9 @@
|
|
61 |
"flush_summaries_interval": 30,
|
62 |
"stats_avg": 100,
|
63 |
"summaries_use_frameskip": true,
|
64 |
-
"heartbeat_interval":
|
65 |
"heartbeat_reporting_interval": 600,
|
66 |
-
"train_for_env_steps":
|
67 |
"train_for_seconds": 10000000000,
|
68 |
"save_every_sec": 120,
|
69 |
"keep_checkpoints": 2,
|
@@ -83,10 +83,10 @@
|
|
83 |
],
|
84 |
"use_rnn": true,
|
85 |
"rnn_size": 512,
|
86 |
-
"rnn_type": "
|
87 |
"rnn_num_layers": 1,
|
88 |
"decoder_mlp_layers": [],
|
89 |
-
"nonlinearity": "
|
90 |
"policy_initialization": "orthogonal",
|
91 |
"policy_init_gain": 1.0,
|
92 |
"actor_critic_share_weights": true,
|
@@ -133,7 +133,7 @@
|
|
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",
|
|
|
61 |
"flush_summaries_interval": 30,
|
62 |
"stats_avg": 100,
|
63 |
"summaries_use_frameskip": true,
|
64 |
+
"heartbeat_interval": 10,
|
65 |
"heartbeat_reporting_interval": 600,
|
66 |
+
"train_for_env_steps": 4500000000,
|
67 |
"train_for_seconds": 10000000000,
|
68 |
"save_every_sec": 120,
|
69 |
"keep_checkpoints": 2,
|
|
|
83 |
],
|
84 |
"use_rnn": true,
|
85 |
"rnn_size": 512,
|
86 |
+
"rnn_type": "lstm",
|
87 |
"rnn_num_layers": 1,
|
88 |
"decoder_mlp_layers": [],
|
89 |
+
"nonlinearity": "relu",
|
90 |
"policy_initialization": "orthogonal",
|
91 |
"policy_init_gain": 1.0,
|
92 |
"actor_critic_share_weights": true,
|
|
|
133 |
"env": "doom_health_gathering_supreme",
|
134 |
"num_workers": 8,
|
135 |
"num_envs_per_worker": 4,
|
136 |
+
"train_for_env_steps": 5000000000
|
137 |
},
|
138 |
"git_hash": "unknown",
|
139 |
"git_repo_name": "not a git repository",
|