yogjoshi14 commited on
Commit
3d40bb0
1 Parent(s): bc3c494

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +3 -3
config.json CHANGED
@@ -2,8 +2,8 @@
2
  "help": false,
3
  "algo": "APPO",
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,
@@ -63,7 +63,7 @@
63
  "summaries_use_frameskip": true,
64
  "heartbeat_interval": 20,
65
  "heartbeat_reporting_interval": 600,
66
- "train_for_env_steps": 2000000,
67
  "train_for_seconds": 10000000000,
68
  "save_every_sec": 120,
69
  "keep_checkpoints": 2,
 
2
  "help": false,
3
  "algo": "APPO",
4
  "env": "doom_health_gathering_supreme",
5
+ "experiment": "rl_course_vizdoom_health_gathering_supreme",
6
+ "train_dir": "./train_dir",
7
  "restart_behavior": "resume",
8
  "device": "gpu",
9
  "seed": null,
 
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,