Robotics
LeRobot
Safetensors
act
Davidei commited on
Commit
e609b24
·
verified ·
1 Parent(s): 5124ae1

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +1 -1
  2. config.json +3 -3
  3. model.safetensors +1 -1
  4. train_config.json +6 -6
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
 
config.json CHANGED
@@ -41,15 +41,15 @@
41
  ]
42
  }
43
  },
44
- "device": "cpu",
45
  "use_amp": false,
46
  "use_peft": false,
47
  "push_to_hub": true,
48
- "repo_id": "Davidei/move_red_block_act",
49
  "private": null,
50
  "tags": null,
51
  "license": null,
52
- "pretrained_path": "outputs/train/move_red_block_act/checkpoints/last/pretrained_model",
53
  "chunk_size": 100,
54
  "n_action_steps": 100,
55
  "normalization_mapping": {
 
41
  ]
42
  }
43
  },
44
+ "device": "cuda",
45
  "use_amp": false,
46
  "use_peft": false,
47
  "push_to_hub": true,
48
+ "repo_id": "Davidei/move_red_block_act_Steps100000",
49
  "private": null,
50
  "tags": null,
51
  "license": null,
52
+ "pretrained_path": "Davidei/move_red_block_act_Steps100000",
53
  "chunk_size": 100,
54
  "n_action_steps": 100,
55
  "normalization_mapping": {
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:791e77161f02f8a813727e7f6880da6ade75b0a9f8ef6730e9f696aebd9075ca
3
  size 206699736
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:43c2962f278847b55c012aa5f09700f793afd61a0247e88f1a018e421245bdcc
3
  size 206699736
train_config.json CHANGED
@@ -127,11 +127,11 @@
127
  "use_amp": false,
128
  "use_peft": false,
129
  "push_to_hub": true,
130
- "repo_id": "Davidei/move_red_block_act",
131
  "private": null,
132
  "tags": null,
133
  "license": null,
134
- "pretrained_path": "outputs/train/move_red_block_act/checkpoints/last/pretrained_model",
135
  "chunk_size": 100,
136
  "n_action_steps": 100,
137
  "normalization_mapping": {
@@ -159,9 +159,9 @@
159
  "optimizer_weight_decay": 0.0001,
160
  "optimizer_lr_backbone": 1e-05
161
  },
162
- "output_dir": "outputs/train/move_red_block_act",
163
  "job_name": "hf_act_training_job",
164
- "resume": true,
165
  "seed": 1000,
166
  "num_workers": 2,
167
  "batch_size": 32,
@@ -170,7 +170,7 @@
170
  "log_freq": 10,
171
  "tolerance_s": 0.0001,
172
  "save_checkpoint": true,
173
- "save_freq": 2000,
174
  "use_policy_training_preset": true,
175
  "optimizer": {
176
  "type": "adamw",
@@ -205,5 +205,5 @@
205
  "rabc_epsilon": 1e-06,
206
  "rabc_head_mode": "sparse",
207
  "rename_map": {},
208
- "checkpoint_path": "outputs/train/move_red_block_act/checkpoints/last"
209
  }
 
127
  "use_amp": false,
128
  "use_peft": false,
129
  "push_to_hub": true,
130
+ "repo_id": "Davidei/move_red_block_act_Steps100000",
131
  "private": null,
132
  "tags": null,
133
  "license": null,
134
+ "pretrained_path": "Davidei/move_red_block_act_Steps100000",
135
  "chunk_size": 100,
136
  "n_action_steps": 100,
137
  "normalization_mapping": {
 
159
  "optimizer_weight_decay": 0.0001,
160
  "optimizer_lr_backbone": 1e-05
161
  },
162
+ "output_dir": "outputs/train/move_red_block_act_Steps100000",
163
  "job_name": "hf_act_training_job",
164
+ "resume": false,
165
  "seed": 1000,
166
  "num_workers": 2,
167
  "batch_size": 32,
 
170
  "log_freq": 10,
171
  "tolerance_s": 0.0001,
172
  "save_checkpoint": true,
173
+ "save_freq": 5000,
174
  "use_policy_training_preset": true,
175
  "optimizer": {
176
  "type": "adamw",
 
205
  "rabc_epsilon": 1e-06,
206
  "rabc_head_mode": "sparse",
207
  "rename_map": {},
208
+ "checkpoint_path": null
209
  }