Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
|
@@ -56,7 +56,7 @@
|
|
| 56 |
"tags": null,
|
| 57 |
"license": null,
|
| 58 |
"pretrained_path": null,
|
| 59 |
-
"horizon":
|
| 60 |
"n_action_steps": 8,
|
| 61 |
"normalization_mapping": {
|
| 62 |
"VISUAL": "IDENTITY",
|
|
@@ -85,7 +85,7 @@
|
|
| 85 |
"dim_feedforward": 2048,
|
| 86 |
"diffusion_step_embed_dim": 128,
|
| 87 |
"num_inference_steps": 20,
|
| 88 |
-
"optimizer_lr": 0.
|
| 89 |
"optimizer_betas": [
|
| 90 |
0.95,
|
| 91 |
0.999
|
|
|
|
| 56 |
"tags": null,
|
| 57 |
"license": null,
|
| 58 |
"pretrained_path": null,
|
| 59 |
+
"horizon": 16,
|
| 60 |
"n_action_steps": 8,
|
| 61 |
"normalization_mapping": {
|
| 62 |
"VISUAL": "IDENTITY",
|
|
|
|
| 85 |
"dim_feedforward": 2048,
|
| 86 |
"diffusion_step_embed_dim": 128,
|
| 87 |
"num_inference_steps": 20,
|
| 88 |
+
"optimizer_lr": 0.00001,
|
| 89 |
"optimizer_betas": [
|
| 90 |
0.95,
|
| 91 |
0.999
|