nhiro3303 commited on
Commit
edc3929
1 Parent(s): 805062e

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +3 -4
config.json CHANGED
@@ -3,7 +3,7 @@
3
  "algo": "APPO",
4
  "env": "doom_health_gathering_supreme",
5
  "experiment": "default_experiment",
6
- "train_dir": "/home/gpu/train_dir",
7
  "restart_behavior": "resume",
8
  "device": "gpu",
9
  "seed": null,
@@ -46,8 +46,6 @@
46
  "learning_rate": 0.0001,
47
  "lr_schedule": "constant",
48
  "lr_schedule_kl_threshold": 0.008,
49
- "lr_adaptive_min": 1e-06,
50
- "lr_adaptive_max": 0.01,
51
  "obs_subtract_mean": 0.0,
52
  "obs_scale": 255.0,
53
  "normalize_input": true,
@@ -138,5 +136,6 @@
138
  "train_for_env_steps": 4000000
139
  },
140
  "git_hash": "unknown",
141
- "git_repo_name": "not a git repository"
 
142
  }
 
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,
 
46
  "learning_rate": 0.0001,
47
  "lr_schedule": "constant",
48
  "lr_schedule_kl_threshold": 0.008,
 
 
49
  "obs_subtract_mean": 0.0,
50
  "obs_scale": 255.0,
51
  "normalize_input": true,
 
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.8.dist-packages.ipykernel_launcher"
141
  }