Instructions to use felixmayor/act_golf_ball_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LeRobot
How to use felixmayor/act_golf_ball_model with LeRobot:
- Notebooks
- Google Colab
- Kaggle
Upload config.json with huggingface_hub
Browse files- config.json +2 -1
config.json
CHANGED
|
@@ -56,5 +56,6 @@
|
|
| 56 |
"kl_weight": 10.0,
|
| 57 |
"optimizer_lr": 1e-05,
|
| 58 |
"optimizer_weight_decay": 0.0001,
|
| 59 |
-
"optimizer_lr_backbone": 1e-05
|
|
|
|
| 60 |
}
|
|
|
|
| 56 |
"kl_weight": 10.0,
|
| 57 |
"optimizer_lr": 1e-05,
|
| 58 |
"optimizer_weight_decay": 0.0001,
|
| 59 |
+
"optimizer_lr_backbone": 1e-05,
|
| 60 |
+
"type": "act"
|
| 61 |
}
|