Robotics
LeRobot
Safetensors
act
Regium commited on
Commit
b2cd49a
·
verified ·
1 Parent(s): 10e4258

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
- - act
10
  - lerobot
 
 
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:409e914918aeab48439425ca7d96c9546486c86fa5a625eb59e5ce724e25c325
3
  size 206699736
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77b26a400eeb4695eddcb2c395b1270a22e5a6208c73f48eb5f128e2f3a967b7
3
  size 206699736
train_config.json CHANGED
@@ -158,7 +158,7 @@
158
  "batch_size": 8,
159
  "steps": 1000,
160
  "eval_freq": 20000,
161
- "log_freq": 200,
162
  "save_checkpoint": true,
163
  "save_freq": 20000,
164
  "use_policy_training_preset": true,
 
158
  "batch_size": 8,
159
  "steps": 1000,
160
  "eval_freq": 20000,
161
+ "log_freq": 10,
162
  "save_checkpoint": true,
163
  "save_freq": 20000,
164
  "use_policy_training_preset": true,