Robotics
LeRobot
Safetensors
act
roboseasy commited on
Commit
2e88ed3
·
verified ·
1 Parent(s): 762e8f7

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 +1 -1
README.md CHANGED
@@ -5,9 +5,9 @@ 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
 
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
 
 
8
  - lerobot
9
+ - act
10
+ - robotics
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:36b80c30c082e74d3bbd34003ea9b3ec6dbcc09be908d30ef4ba1e5decd814f3
3
  size 206699736
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:526a11acdfb17efa14c4b370194f549249763d5bbb3db05cf2e801e9e8cb3e9e
3
  size 206699736
train_config.json CHANGED
@@ -157,7 +157,7 @@
157
  "seed": 1000,
158
  "num_workers": 4,
159
  "batch_size": 8,
160
- "steps": 50000,
161
  "eval_freq": 20000,
162
  "log_freq": 200,
163
  "tolerance_s": 0.0001,
 
157
  "seed": 1000,
158
  "num_workers": 4,
159
  "batch_size": 8,
160
+ "steps": 70000,
161
  "eval_freq": 20000,
162
  "log_freq": 200,
163
  "tolerance_s": 0.0001,