Upload config.json with huggingface_hub
Browse files- config.json +2 -3
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,
|
@@ -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,
|
|
|
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 |
}
|