Robotics
LeRobot
Safetensors
act
SagriviS commited on
Commit
c6cdcdf
·
verified ·
1 Parent(s): ebb6127

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +1 -1
  2. config.json +3 -2
  3. model.safetensors +2 -2
  4. train_config.json +4 -4
README.md CHANGED
@@ -5,9 +5,9 @@ license: apache-2.0
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
8
- - lerobot
9
  - act
10
  - robotics
 
11
  ---
12
 
13
  # Model Card for act
 
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
 
8
  - act
9
  - robotics
10
+ - lerobot
11
  ---
12
 
13
  # Model Card for act
config.json CHANGED
@@ -27,14 +27,15 @@
27
  },
28
  "device": "cuda",
29
  "use_amp": false,
 
30
  "push_to_hub": true,
31
  "repo_id": "SagriviS/Test",
32
  "private": null,
33
  "tags": null,
34
  "license": null,
35
  "pretrained_path": null,
36
- "chunk_size": 100,
37
- "n_action_steps": 100,
38
  "normalization_mapping": {
39
  "VISUAL": "MEAN_STD",
40
  "STATE": "MEAN_STD",
 
27
  },
28
  "device": "cuda",
29
  "use_amp": false,
30
+ "use_peft": false,
31
  "push_to_hub": true,
32
  "repo_id": "SagriviS/Test",
33
  "private": null,
34
  "tags": null,
35
  "license": null,
36
  "pretrained_path": null,
37
+ "chunk_size": 150,
38
+ "n_action_steps": 150,
39
  "normalization_mapping": {
40
  "VISUAL": "MEAN_STD",
41
  "STATE": "MEAN_STD",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a1c331405471ab1b0fecba2b25928a4124e233e25257b8886b4a141995ab96e6
3
- size 75152944
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e112132adb5f6caf27e5518d94c5f95d4d05c5b282bc3c3fce36f51ef09e11c2
3
+ size 75255344
train_config.json CHANGED
@@ -116,8 +116,8 @@
116
  "tags": null,
117
  "license": null,
118
  "pretrained_path": null,
119
- "chunk_size": 100,
120
- "n_action_steps": 100,
121
  "normalization_mapping": {
122
  "VISUAL": "MEAN_STD",
123
  "STATE": "MEAN_STD",
@@ -143,7 +143,7 @@
143
  "optimizer_weight_decay": 0.0001,
144
  "optimizer_lr_backbone": 1e-05
145
  },
146
- "output_dir": "lerobot/outputs/train/Test28",
147
  "job_name": "act",
148
  "resume": false,
149
  "seed": 1000,
@@ -179,7 +179,7 @@
179
  "project": "lerobot",
180
  "entity": null,
181
  "notes": null,
182
- "run_id": "n6fete4q",
183
  "mode": null
184
  },
185
  "peft": null,
 
116
  "tags": null,
117
  "license": null,
118
  "pretrained_path": null,
119
+ "chunk_size": 150,
120
+ "n_action_steps": 150,
121
  "normalization_mapping": {
122
  "VISUAL": "MEAN_STD",
123
  "STATE": "MEAN_STD",
 
143
  "optimizer_weight_decay": 0.0001,
144
  "optimizer_lr_backbone": 1e-05
145
  },
146
+ "output_dir": "lerobot/outputs/train/Test29",
147
  "job_name": "act",
148
  "resume": false,
149
  "seed": 1000,
 
179
  "project": "lerobot",
180
  "entity": null,
181
  "notes": null,
182
+ "run_id": "am1xd8ol",
183
  "mode": null
184
  },
185
  "peft": null,