Robotics
LeRobot
Safetensors
groot
fecasado commited on
Commit
ff81e56
·
verified ·
1 Parent(s): f7b9484

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +1 -1
  2. config.json +1 -1
  3. model.safetensors +1 -1
  4. train_config.json +4 -4
README.md CHANGED
@@ -5,8 +5,8 @@ license: apache-2.0
5
  model_name: groot
6
  pipeline_tag: robotics
7
  tags:
8
- - lerobot
9
  - groot
 
10
  - robotics
11
  ---
12
 
 
5
  model_name: groot
6
  pipeline_tag: robotics
7
  tags:
 
8
  - groot
9
+ - lerobot
10
  - robotics
11
  ---
12
 
config.json CHANGED
@@ -49,7 +49,7 @@
49
  "private": null,
50
  "tags": null,
51
  "license": null,
52
- "pretrained_path": null,
53
  "chunk_size": 50,
54
  "n_action_steps": 50,
55
  "max_state_dim": 64,
 
49
  "private": null,
50
  "tags": null,
51
  "license": null,
52
+ "pretrained_path": "outputs/train/groot_test2/checkpoints/last/pretrained_model",
53
  "chunk_size": 50,
54
  "n_action_steps": 50,
55
  "max_state_dim": 64,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:86347bdb2d99e828176e02887485ef085012c8f23c1a29ee2c0ae22c95ede2fd
3
  size 6964802952
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a314e7faa69dc4856d1343be70797d7c81c5340e11e3e2fc93a1ee5b494bd93c
3
  size 6964802952
train_config.json CHANGED
@@ -131,7 +131,7 @@
131
  "private": null,
132
  "tags": null,
133
  "license": null,
134
- "pretrained_path": null,
135
  "chunk_size": 50,
136
  "n_action_steps": 50,
137
  "max_state_dim": 64,
@@ -179,11 +179,11 @@
179
  },
180
  "output_dir": "outputs/train/groot_test2",
181
  "job_name": "groot_test2",
182
- "resume": false,
183
  "seed": 1000,
184
  "num_workers": 4,
185
  "batch_size": 2,
186
- "steps": 100000,
187
  "eval_freq": 20000,
188
  "log_freq": 200,
189
  "tolerance_s": 0.0001,
@@ -229,5 +229,5 @@
229
  "rabc_epsilon": 1e-06,
230
  "rabc_head_mode": "sparse",
231
  "rename_map": {},
232
- "checkpoint_path": null
233
  }
 
131
  "private": null,
132
  "tags": null,
133
  "license": null,
134
+ "pretrained_path": "outputs/train/groot_test2/checkpoints/last/pretrained_model",
135
  "chunk_size": 50,
136
  "n_action_steps": 50,
137
  "max_state_dim": 64,
 
179
  },
180
  "output_dir": "outputs/train/groot_test2",
181
  "job_name": "groot_test2",
182
+ "resume": true,
183
  "seed": 1000,
184
  "num_workers": 4,
185
  "batch_size": 2,
186
+ "steps": 120000,
187
  "eval_freq": 20000,
188
  "log_freq": 200,
189
  "tolerance_s": 0.0001,
 
229
  "rabc_epsilon": 1e-06,
230
  "rabc_head_mode": "sparse",
231
  "rename_map": {},
232
+ "checkpoint_path": "outputs/train/groot_test2/checkpoints/last"
233
  }