guocheng66 commited on
Commit
d63b6d9
1 Parent(s): 16562bb

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +14 -8
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": "resume",
8
  "device": "gpu",
9
  "seed": null,
10
  "num_policies": 1,
@@ -17,7 +17,7 @@
17
  "max_policy_lag": 1000,
18
  "num_workers": 8,
19
  "num_envs_per_worker": 4,
20
- "batch_size": 1024,
21
  "num_batches_per_epoch": 1,
22
  "num_epochs": 1,
23
  "rollout": 32,
@@ -63,7 +63,7 @@
63
  "summaries_use_frameskip": true,
64
  "heartbeat_interval": 20,
65
  "heartbeat_reporting_interval": 600,
66
- "train_for_env_steps": 12000000,
67
  "train_for_seconds": 10000000000,
68
  "save_every_sec": 120,
69
  "keep_checkpoints": 2,
@@ -77,16 +77,16 @@
77
  512,
78
  512
79
  ],
80
- "encoder_conv_architecture": "convnet_simple",
81
  "encoder_conv_mlp_layers": [
82
  512
83
  ],
84
  "use_rnn": true,
85
  "rnn_size": 512,
86
- "rnn_type": "gru",
87
  "rnn_num_layers": 1,
88
  "decoder_mlp_layers": [],
89
- "nonlinearity": "elu",
90
  "policy_initialization": "orthogonal",
91
  "policy_init_gain": 1.0,
92
  "actor_critic_share_weights": true,
@@ -128,12 +128,18 @@
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
 
 
 
 
137
  },
138
  "git_hash": "unknown",
139
  "git_repo_name": "not a git repository",
 
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,
 
17
  "max_policy_lag": 1000,
18
  "num_workers": 8,
19
  "num_envs_per_worker": 4,
20
+ "batch_size": 256,
21
  "num_batches_per_epoch": 1,
22
  "num_epochs": 1,
23
  "rollout": 32,
 
63
  "summaries_use_frameskip": true,
64
  "heartbeat_interval": 20,
65
  "heartbeat_reporting_interval": 600,
66
+ "train_for_env_steps": 4000000,
67
  "train_for_seconds": 10000000000,
68
  "save_every_sec": 120,
69
  "keep_checkpoints": 2,
 
77
  512,
78
  512
79
  ],
80
+ "encoder_conv_architecture": "resnet_impala",
81
  "encoder_conv_mlp_layers": [
82
  512
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,
 
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 --device=gpu --restart_behavior=overwrite --batch_size=256 --rnn_type=lstm --nonlinearity=relu --encoder_conv_architecture=resnet_impala",
132
  "cli_args": {
133
  "env": "doom_health_gathering_supreme",
134
+ "restart_behavior": "overwrite",
135
+ "device": "gpu",
136
  "num_workers": 8,
137
  "num_envs_per_worker": 4,
138
+ "batch_size": 256,
139
+ "train_for_env_steps": 4000000,
140
+ "encoder_conv_architecture": "resnet_impala",
141
+ "rnn_type": "lstm",
142
+ "nonlinearity": "relu"
143
  },
144
  "git_hash": "unknown",
145
  "git_repo_name": "not a git repository",