Robotics
LeRobot
Safetensors
groot
imstevenpmwork HF Staff commited on
Commit
aee2a59
·
verified ·
1 Parent(s): fa521a1

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +62 -0
  2. config.json +95 -0
  3. model.safetensors +3 -0
  4. train_config.json +233 -0
README.md ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets: imstevenpmwork/super_chatton
3
+ library_name: lerobot
4
+ license: apache-2.0
5
+ model_name: groot
6
+ pipeline_tag: robotics
7
+ tags:
8
+ - robotics
9
+ - groot
10
+ - lerobot
11
+ ---
12
+
13
+ # Model Card for groot
14
+
15
+ <!-- Provide a quick summary of what the model is/does. -->
16
+
17
+
18
+ _Model type not recognized — please update this template._
19
+
20
+
21
+ This policy has been trained and pushed to the Hub using [LeRobot](https://github.com/huggingface/lerobot).
22
+ See the full documentation at [LeRobot Docs](https://huggingface.co/docs/lerobot/index).
23
+
24
+ ---
25
+
26
+ ## How to Get Started with the Model
27
+
28
+ For a complete walkthrough, see the [training guide](https://huggingface.co/docs/lerobot/il_robots#train-a-policy).
29
+ Below is the short version on how to train and run inference/eval:
30
+
31
+ ### Train from scratch
32
+
33
+ ```bash
34
+ lerobot-train \
35
+ --dataset.repo_id=${HF_USER}/<dataset> \
36
+ --policy.type=act \
37
+ --output_dir=outputs/train/<desired_policy_repo_id> \
38
+ --job_name=lerobot_training \
39
+ --policy.device=cuda \
40
+ --policy.repo_id=${HF_USER}/<desired_policy_repo_id>
41
+ --wandb.enable=true
42
+ ```
43
+
44
+ _Writes checkpoints to `outputs/train/<desired_policy_repo_id>/checkpoints/`._
45
+
46
+ ### Evaluate the policy/run inference
47
+
48
+ ```bash
49
+ lerobot-record \
50
+ --robot.type=so100_follower \
51
+ --dataset.repo_id=<hf_user>/eval_<dataset> \
52
+ --policy.path=<hf_user>/<desired_policy_repo_id> \
53
+ --episodes=10
54
+ ```
55
+
56
+ Prefix the dataset repo with **eval\_** and supply `--policy.path` pointing to a local or hub checkpoint.
57
+
58
+ ---
59
+
60
+ ## Model Details
61
+
62
+ - **License:** apache-2.0
config.json ADDED
@@ -0,0 +1,95 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "groot",
3
+ "n_obs_steps": 1,
4
+ "input_features": {
5
+ "observation.state": {
6
+ "type": "STATE",
7
+ "shape": [
8
+ 6
9
+ ]
10
+ },
11
+ "observation.images.front": {
12
+ "type": "VISUAL",
13
+ "shape": [
14
+ 3,
15
+ 480,
16
+ 640
17
+ ]
18
+ },
19
+ "observation.images.wrist": {
20
+ "type": "VISUAL",
21
+ "shape": [
22
+ 3,
23
+ 480,
24
+ 640
25
+ ]
26
+ }
27
+ },
28
+ "output_features": {
29
+ "action": {
30
+ "type": "ACTION",
31
+ "shape": [
32
+ 6
33
+ ]
34
+ }
35
+ },
36
+ "device": "cuda",
37
+ "use_amp": false,
38
+ "use_peft": false,
39
+ "push_to_hub": true,
40
+ "repo_id": "imstevenpmwork/super_chatton_groot",
41
+ "private": null,
42
+ "tags": null,
43
+ "license": null,
44
+ "pretrained_path": null,
45
+ "chunk_size": 16,
46
+ "n_action_steps": 8,
47
+ "max_state_dim": 132,
48
+ "max_action_dim": 132,
49
+ "normalization_mapping": {
50
+ "VISUAL": "IDENTITY",
51
+ "STATE": "IDENTITY",
52
+ "ACTION": "IDENTITY"
53
+ },
54
+ "base_model_path": "nvidia/GR00T-N1.7-3B",
55
+ "action_decode_transform": null,
56
+ "embodiment_tag": "new_embodiment",
57
+ "tune_llm": false,
58
+ "tune_visual": false,
59
+ "tune_projector": true,
60
+ "tune_diffusion_model": true,
61
+ "tune_vlln": true,
62
+ "tune_top_llm_layers": 0,
63
+ "num_inference_timesteps": 16,
64
+ "rtc_ramp_rate": null,
65
+ "use_flash_attention": false,
66
+ "optimizer_lr": 0.0001,
67
+ "optimizer_betas": [
68
+ 0.95,
69
+ 0.999
70
+ ],
71
+ "optimizer_eps": 1e-08,
72
+ "optimizer_weight_decay": 1e-05,
73
+ "warmup_ratio": 0.05,
74
+ "use_bf16": true,
75
+ "image_size": [
76
+ 256,
77
+ 256
78
+ ],
79
+ "tokenizer_assets_repo": null,
80
+ "lora_rank": 0,
81
+ "lora_alpha": 16,
82
+ "lora_dropout": 0.1,
83
+ "lora_full_model": false,
84
+ "video_backend": "decord",
85
+ "balance_dataset_weights": true,
86
+ "balance_trajectory_weights": true,
87
+ "dataset_paths": null,
88
+ "output_dir": "./tmp/gr00t",
89
+ "save_steps": 1000,
90
+ "max_steps": 10000,
91
+ "batch_size": 32,
92
+ "dataloader_num_workers": 8,
93
+ "report_to": "wandb",
94
+ "resume": false
95
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:620b3c3ba4e1f1fdc6f9ed92c98719a02d27196186c296d90cc368c750c4d0bc
3
+ size 10579843072
train_config.json ADDED
@@ -0,0 +1,233 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "imstevenpmwork/super_chatton",
4
+ "root": null,
5
+ "episodes": null,
6
+ "image_transforms": {
7
+ "enable": false,
8
+ "max_num_transforms": 3,
9
+ "random_order": false,
10
+ "tfs": {
11
+ "brightness": {
12
+ "weight": 1.0,
13
+ "type": "ColorJitter",
14
+ "kwargs": {
15
+ "brightness": [
16
+ 0.8,
17
+ 1.2
18
+ ]
19
+ }
20
+ },
21
+ "contrast": {
22
+ "weight": 1.0,
23
+ "type": "ColorJitter",
24
+ "kwargs": {
25
+ "contrast": [
26
+ 0.8,
27
+ 1.2
28
+ ]
29
+ }
30
+ },
31
+ "saturation": {
32
+ "weight": 1.0,
33
+ "type": "ColorJitter",
34
+ "kwargs": {
35
+ "saturation": [
36
+ 0.5,
37
+ 1.5
38
+ ]
39
+ }
40
+ },
41
+ "hue": {
42
+ "weight": 1.0,
43
+ "type": "ColorJitter",
44
+ "kwargs": {
45
+ "hue": [
46
+ -0.05,
47
+ 0.05
48
+ ]
49
+ }
50
+ },
51
+ "sharpness": {
52
+ "weight": 1.0,
53
+ "type": "SharpnessJitter",
54
+ "kwargs": {
55
+ "sharpness": [
56
+ 0.5,
57
+ 1.5
58
+ ]
59
+ }
60
+ },
61
+ "affine": {
62
+ "weight": 1.0,
63
+ "type": "RandomAffine",
64
+ "kwargs": {
65
+ "degrees": [
66
+ -5.0,
67
+ 5.0
68
+ ],
69
+ "translate": [
70
+ 0.05,
71
+ 0.05
72
+ ]
73
+ }
74
+ }
75
+ }
76
+ },
77
+ "revision": null,
78
+ "use_imagenet_stats": true,
79
+ "video_backend": "torchcodec",
80
+ "return_uint8": false,
81
+ "streaming": false
82
+ },
83
+ "env": null,
84
+ "policy": {
85
+ "type": "groot",
86
+ "n_obs_steps": 1,
87
+ "input_features": {
88
+ "observation.state": {
89
+ "type": "STATE",
90
+ "shape": [
91
+ 6
92
+ ]
93
+ },
94
+ "observation.images.front": {
95
+ "type": "VISUAL",
96
+ "shape": [
97
+ 3,
98
+ 480,
99
+ 640
100
+ ]
101
+ },
102
+ "observation.images.wrist": {
103
+ "type": "VISUAL",
104
+ "shape": [
105
+ 3,
106
+ 480,
107
+ 640
108
+ ]
109
+ }
110
+ },
111
+ "output_features": {
112
+ "action": {
113
+ "type": "ACTION",
114
+ "shape": [
115
+ 6
116
+ ]
117
+ }
118
+ },
119
+ "device": "cuda",
120
+ "use_amp": false,
121
+ "use_peft": false,
122
+ "push_to_hub": true,
123
+ "repo_id": "imstevenpmwork/super_chatton_groot",
124
+ "private": null,
125
+ "tags": null,
126
+ "license": null,
127
+ "pretrained_path": null,
128
+ "chunk_size": 16,
129
+ "n_action_steps": 8,
130
+ "max_state_dim": 132,
131
+ "max_action_dim": 132,
132
+ "normalization_mapping": {
133
+ "VISUAL": "IDENTITY",
134
+ "STATE": "IDENTITY",
135
+ "ACTION": "IDENTITY"
136
+ },
137
+ "base_model_path": "nvidia/GR00T-N1.7-3B",
138
+ "action_decode_transform": null,
139
+ "embodiment_tag": "new_embodiment",
140
+ "tune_llm": false,
141
+ "tune_visual": false,
142
+ "tune_projector": true,
143
+ "tune_diffusion_model": true,
144
+ "tune_vlln": true,
145
+ "tune_top_llm_layers": 0,
146
+ "num_inference_timesteps": 16,
147
+ "rtc_ramp_rate": null,
148
+ "use_flash_attention": false,
149
+ "optimizer_lr": 0.0001,
150
+ "optimizer_betas": [
151
+ 0.95,
152
+ 0.999
153
+ ],
154
+ "optimizer_eps": 1e-08,
155
+ "optimizer_weight_decay": 1e-05,
156
+ "warmup_ratio": 0.05,
157
+ "use_bf16": true,
158
+ "image_size": [
159
+ 256,
160
+ 256
161
+ ],
162
+ "tokenizer_assets_repo": null,
163
+ "lora_rank": 0,
164
+ "lora_alpha": 16,
165
+ "lora_dropout": 0.1,
166
+ "lora_full_model": false,
167
+ "video_backend": "decord",
168
+ "balance_dataset_weights": true,
169
+ "balance_trajectory_weights": true,
170
+ "dataset_paths": null,
171
+ "output_dir": "./tmp/gr00t",
172
+ "save_steps": 1000,
173
+ "max_steps": 10000,
174
+ "batch_size": 32,
175
+ "dataloader_num_workers": 8,
176
+ "report_to": "wandb",
177
+ "resume": false
178
+ },
179
+ "reward_model": null,
180
+ "output_dir": "outputs/train/2026-06-16/19-44-09_groot",
181
+ "job_name": "groot",
182
+ "resume": false,
183
+ "seed": 1000,
184
+ "cudnn_deterministic": false,
185
+ "num_workers": 4,
186
+ "batch_size": 32,
187
+ "prefetch_factor": 4,
188
+ "persistent_workers": true,
189
+ "steps": 40000,
190
+ "eval_freq": 20000,
191
+ "log_freq": 200,
192
+ "tolerance_s": 0.0001,
193
+ "save_checkpoint": true,
194
+ "save_freq": 20000,
195
+ "use_policy_training_preset": true,
196
+ "optimizer": {
197
+ "type": "adamw",
198
+ "lr": 0.0001,
199
+ "weight_decay": 1e-05,
200
+ "grad_clip_norm": 10.0,
201
+ "betas": [
202
+ 0.95,
203
+ 0.999
204
+ ],
205
+ "eps": 1e-08
206
+ },
207
+ "scheduler": {
208
+ "type": "cosine_decay_with_warmup",
209
+ "num_warmup_steps": 500,
210
+ "num_decay_steps": 10000,
211
+ "peak_lr": 0.0001,
212
+ "decay_lr": 1e-05
213
+ },
214
+ "eval": {
215
+ "n_episodes": 50,
216
+ "batch_size": 50,
217
+ "use_async_envs": true
218
+ },
219
+ "wandb": {
220
+ "enable": true,
221
+ "disable_artifact": true,
222
+ "project": "lerobot",
223
+ "entity": null,
224
+ "notes": null,
225
+ "run_id": "a1g8m6c6",
226
+ "mode": null,
227
+ "add_tags": true
228
+ },
229
+ "peft": null,
230
+ "sample_weighting": null,
231
+ "rename_map": {},
232
+ "checkpoint_path": null
233
+ }