jackoyoungblood commited on
Commit
03fb937
1 Parent(s): d8b62cb

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +5 -5
config.json CHANGED
@@ -1,9 +1,9 @@
1
  {
2
  "help": false,
3
  "algo": "APPO",
4
- "env": "doom_health_gathering_supreme",
5
  "experiment": "default_experiment",
6
- "train_dir": "/home/train_dir",
7
  "restart_behavior": "resume",
8
  "device": "gpu",
9
  "seed": null,
@@ -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=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",
140
- "train_script": ".opt.conda.lib.python3.8.site-packages.ipykernel_launcher"
141
  }
 
1
  {
2
  "help": false,
3
  "algo": "APPO",
4
+ "env": "doom_deadly_corridor",
5
  "experiment": "default_experiment",
6
+ "train_dir": "/content/train_dir",
7
  "restart_behavior": "resume",
8
  "device": "gpu",
9
  "seed": null,
 
128
  "wide_aspect_ratio": false,
129
  "eval_env_frameskip": 1,
130
  "fps": 35,
131
+ "command_line": "--env=doom_deadly_corridor --num_workers=8 --num_envs_per_worker=4 --train_for_env_steps=4000000",
132
  "cli_args": {
133
+ "env": "doom_deadly_corridor",
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",
140
+ "train_script": ".usr.local.lib.python3.9.dist-packages.ipykernel_launcher"
141
  }