Robotics
LeRobot
Safetensors
act
MichaelP719 commited on
Commit
8ec9670
·
verified ·
1 Parent(s): ffc1794

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
- - lerobot
9
- - act
10
  - robotics
 
 
11
  ---
12
 
13
  # Model Card for act
 
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
 
 
8
  - robotics
9
+ - act
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:0e1c629833df6afd3e6898ea4ed62c401a0a8e9117a47b7f5919d119a9d03542
3
  size 206699736
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2ab8d01525c58ede039d27b9a34206ade58894f271869ddb7b8847dd75220cc
3
  size 206699736
train_config.json CHANGED
@@ -156,7 +156,7 @@
156
  "seed": 1000,
157
  "num_workers": 4,
158
  "batch_size": 2,
159
- "steps": 10000,
160
  "eval_freq": 20000,
161
  "log_freq": 200,
162
  "save_checkpoint": true,
 
156
  "seed": 1000,
157
  "num_workers": 4,
158
  "batch_size": 2,
159
+ "steps": 110000,
160
  "eval_freq": 20000,
161
  "log_freq": 200,
162
  "save_checkpoint": true,