Robotics
LeRobot
Safetensors
act
mklingen commited on
Commit
a221863
·
verified ·
1 Parent(s): 22b15a6

Upload policy weights, train config and readme

Browse files
Files changed (3) hide show
  1. README.md +1 -1
  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
  - act
9
  - lerobot
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:e9c61bafbf7c9c25584ececbac5a82e408b823b33db7fef983d8373b7c5fa6a5
3
  size 206699736
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55eef7340d63c542afd276401333676a0313129e0f288cfe056d26f6c31a3ff8
3
  size 206699736
train_config.json CHANGED
@@ -133,7 +133,7 @@
133
  "seed": 1000,
134
  "num_workers": 4,
135
  "batch_size": 8,
136
- "steps": 100000,
137
  "eval_freq": 20000,
138
  "log_freq": 200,
139
  "save_checkpoint": true,
 
133
  "seed": 1000,
134
  "num_workers": 4,
135
  "batch_size": 8,
136
+ "steps": 150000,
137
  "eval_freq": 20000,
138
  "log_freq": 200,
139
  "save_checkpoint": true,