Robotics
LeRobot
Safetensors
act
author31 commited on
Commit
19fca70
·
verified ·
1 Parent(s): 9e4fb57

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
- - lerobot
10
  - act
 
 
11
  ---
12
 
13
  # Model Card for act
 
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
 
 
8
  - act
9
+ - lerobot
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:9427f18e59b11d3daa09c2831607671b47c9f3ec4ce98e437a37c98f854ae895
3
  size 206720224
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:289f56e6d4617aa2ff8b8be55b78ec8c8ab94fcc1fa3e925ed1037a2b99c6ef6
3
  size 206720224
train_config.json CHANGED
@@ -148,7 +148,7 @@
148
  "seed": 1000,
149
  "num_workers": 4,
150
  "batch_size": 64,
151
- "steps": 500000,
152
  "eval_freq": 20000,
153
  "log_freq": 100,
154
  "save_checkpoint": true,
 
148
  "seed": 1000,
149
  "num_workers": 4,
150
  "batch_size": 64,
151
+ "steps": 1000000,
152
  "eval_freq": 20000,
153
  "log_freq": 100,
154
  "save_checkpoint": true,