Robotics
LeRobot
Safetensors
act
hz3014 commited on
Commit
83c8f87
·
verified ·
1 Parent(s): 54f4100

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 +3 -3
README.md CHANGED
@@ -1,13 +1,13 @@
1
  ---
2
- datasets: hz3014/record-testfixposition
3
  library_name: lerobot
4
  license: apache-2.0
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
8
  - act
9
- - lerobot
10
  - robotics
 
11
  ---
12
 
13
  # Model Card for act
 
1
  ---
2
+ datasets: hz3014/merged_rpos_fixtarget2
3
  library_name: lerobot
4
  license: apache-2.0
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
8
  - act
 
9
  - robotics
10
+ - lerobot
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:76d95f462b9c8646cf70850be1fc9cf4857fb7f37c31bd0b5f1e4f9cc8669f2d
3
  size 206701064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e6c3d99b7b7b9e4d2365a48a88352e7f3fb7f5354f8b86585f3845614172bd3
3
  size 206701064
train_config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "dataset": {
3
- "repo_id": "hz3014/record-testfixposition",
4
  "root": null,
5
  "episodes": null,
6
  "image_transforms": {
@@ -140,7 +140,7 @@
140
  "seed": 1000,
141
  "num_workers": 4,
142
  "batch_size": 8,
143
- "steps": 100000,
144
  "eval_freq": 20000,
145
  "log_freq": 200,
146
  "save_checkpoint": true,
@@ -169,7 +169,7 @@
169
  "project": "lerobot",
170
  "entity": null,
171
  "notes": null,
172
- "run_id": "7o6tflji",
173
  "mode": null
174
  }
175
  }
 
1
  {
2
  "dataset": {
3
+ "repo_id": "hz3014/merged_rpos_fixtarget2",
4
  "root": null,
5
  "episodes": null,
6
  "image_transforms": {
 
140
  "seed": 1000,
141
  "num_workers": 4,
142
  "batch_size": 8,
143
+ "steps": 200000,
144
  "eval_freq": 20000,
145
  "log_freq": 200,
146
  "save_checkpoint": true,
 
169
  "project": "lerobot",
170
  "entity": null,
171
  "notes": null,
172
+ "run_id": "4f16dky7",
173
  "mode": null
174
  }
175
  }