Robotics
LeRobot
Safetensors
act
4yato commited on
Commit
c0437fe
·
verified ·
1 Parent(s): 089a305

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
- - robotics
9
  - lerobot
10
  - act
 
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:be9669c4eb5e53c13c2a2924837423e86b05680e71bd79a32d6100352f77939b
3
  size 206699736
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:827e8c54e5e61a71b9c0088dfb6587a06757c21fae67021215df5a53cd37ad7b
3
  size 206699736
train_config.json CHANGED
@@ -148,7 +148,7 @@
148
  "seed": 1000,
149
  "num_workers": 4,
150
  "batch_size": 8,
151
- "steps": 5400,
152
  "eval_freq": 20000,
153
  "log_freq": 200,
154
  "save_checkpoint": true,
 
148
  "seed": 1000,
149
  "num_workers": 4,
150
  "batch_size": 8,
151
+ "steps": 15400,
152
  "eval_freq": 20000,
153
  "log_freq": 200,
154
  "save_checkpoint": true,