Robotics
LeRobot
Safetensors
act
Kyumeo commited on
Commit
4e848f1
·
verified ·
1 Parent(s): 65b491b

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,8 +5,8 @@ license: apache-2.0
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
8
- - robotics
9
  - lerobot
 
10
  - act
11
  ---
12
 
 
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
 
8
  - lerobot
9
+ - robotics
10
  - act
11
  ---
12
 
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:20d4e8cebfd65609c8148534b9ef4db1e8104bb6543d7f0049eb216c4d684b42
3
  size 206699736
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ead5571a560f99255f94ecb23c1db9dd16a9eff50335cc5ca311cf6e5911157
3
  size 206699736
train_config.json CHANGED
@@ -149,7 +149,7 @@
149
  "seed": 1000,
150
  "num_workers": 4,
151
  "batch_size": 64,
152
- "steps": 100,
153
  "eval_freq": 20000,
154
  "log_freq": 200,
155
  "tolerance_s": 0.0001,
 
149
  "seed": 1000,
150
  "num_workers": 4,
151
  "batch_size": 64,
152
+ "steps": 300,
153
  "eval_freq": 20000,
154
  "log_freq": 200,
155
  "tolerance_s": 0.0001,