Robotics
LeRobot
Safetensors
act
Heuzef commited on
Commit
943ad49
·
verified ·
1 Parent(s): 4a3830c

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +2 -2
  2. config.json +1 -0
  3. model.safetensors +1 -1
  4. 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
- - robotics
10
  - lerobot
 
 
11
  ---
12
 
13
  # Model Card for act
 
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
 
 
8
  - lerobot
9
+ - robotics
10
+ - act
11
  ---
12
 
13
  # Model Card for act
config.json CHANGED
@@ -48,6 +48,7 @@
48
  "private": null,
49
  "tags": null,
50
  "license": null,
 
51
  "chunk_size": 100,
52
  "n_action_steps": 100,
53
  "normalization_mapping": {
 
48
  "private": null,
49
  "tags": null,
50
  "license": null,
51
+ "pretrained_path": null,
52
  "chunk_size": 100,
53
  "n_action_steps": 100,
54
  "normalization_mapping": {
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fbcc960ed04b4ea26bfe96645948cd8e0bd40e44b950b23df3ff45fef47e3139
3
  size 206699736
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9df7f9c8b595e1560a343a2fd865daa165397dd289e890f891d997009ee48532
3
  size 206699736
train_config.json CHANGED
@@ -150,7 +150,7 @@
150
  "seed": 1000,
151
  "num_workers": 4,
152
  "batch_size": 16,
153
- "steps": 1000,
154
  "eval_freq": 20000,
155
  "log_freq": 50,
156
  "save_checkpoint": true,
 
150
  "seed": 1000,
151
  "num_workers": 4,
152
  "batch_size": 16,
153
+ "steps": 30000,
154
  "eval_freq": 20000,
155
  "log_freq": 50,
156
  "save_checkpoint": true,