Robotics
LeRobot
Safetensors
act
Matt1208 commited on
Commit
e0c88e4
·
verified ·
1 Parent(s): dcc588e

Upload policy weights, train config and readme

Browse files
Files changed (3) hide show
  1. README.md +2 -2
  2. model.safetensors +1 -1
  3. train_config.json +2 -2
README.md CHANGED
@@ -1,13 +1,13 @@
1
  ---
2
- datasets: Matt1208/Pick_Up_Grape
3
  library_name: lerobot
4
  license: apache-2.0
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
 
8
  - robotics
9
  - act
10
- - lerobot
11
  ---
12
 
13
  # Model Card for act
 
1
  ---
2
+ datasets: Matt1208/Pick_Up_Grape_V1
3
  library_name: lerobot
4
  license: apache-2.0
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
8
+ - lerobot
9
  - robotics
10
  - act
 
11
  ---
12
 
13
  # Model Card for act
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:906e219fe3c58a951d4a48d693795020ef6388993b58744f0ef1c2ba246479ff
3
  size 206701080
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a65a33e0967aac2f003c85b9e4def603097f38ff88a3fb6b30525e7ac561052
3
  size 206701080
train_config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "dataset": {
3
- "repo_id": "Matt1208/Pick_Up_Grape",
4
  "root": null,
5
  "episodes": null,
6
  "image_transforms": {
@@ -140,7 +140,7 @@
140
  "seed": 1000,
141
  "num_workers": 1,
142
  "batch_size": 4,
143
- "steps": 10000,
144
  "eval_freq": 2000,
145
  "log_freq": 200,
146
  "save_checkpoint": true,
 
1
  {
2
  "dataset": {
3
+ "repo_id": "Matt1208/Pick_Up_Grape_V1",
4
  "root": null,
5
  "episodes": null,
6
  "image_transforms": {
 
140
  "seed": 1000,
141
  "num_workers": 1,
142
  "batch_size": 4,
143
+ "steps": 20000,
144
  "eval_freq": 2000,
145
  "log_freq": 200,
146
  "save_checkpoint": true,