Instructions to use Dimios45/yam-world-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LeRobot
How to use Dimios45/yam-world-model with LeRobot:
- Notebooks
- Google Colab
- Kaggle
File size: 450 Bytes
77d4e50 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | {
"n_episodes": 229,
"n_frames": 18079,
"action_dim": 7,
"normalization": "q01_q99_to_[-1,1]_clipped (gripper included)",
"mean": [
0.0683,
1.5591,
1.0881,
0.0349,
-0.0719,
0.0434,
0.2146
],
"std": [
0.2481,
0.812,
0.6637,
0.334,
0.1883,
0.2032,
0.3625
],
"q01": [
-0.4007,
0.0,
0.0,
-0.7286,
-0.5565,
-0.4525,
0.0
],
"q99": [
0.5651,
2.7649,
2.5796,
0.8087,
0.3548,
0.5675,
1.0
]
} |