mlewand commited on
Commit
fede614
1 Parent(s): 1a6a5d2

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +3 -4
config.json CHANGED
@@ -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,
@@ -65,7 +63,7 @@
65
  "summaries_use_frameskip": true,
66
  "heartbeat_interval": 20,
67
  "heartbeat_reporting_interval": 600,
68
- "train_for_env_steps": 10000000,
69
  "train_for_seconds": 10000000000,
70
  "save_every_sec": 120,
71
  "keep_checkpoints": 2,
@@ -138,5 +136,6 @@
138
  "train_for_env_steps": 4000000
139
  },
140
  "git_hash": "unknown",
141
- "git_repo_name": "not a git repository"
 
142
  }
 
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,
 
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,
 
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
  }