Robotics
LeRobot
Safetensors
act
Kouch commited on
Commit
e5facbd
·
verified ·
1 Parent(s): b931f47

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +1 -1
  2. config.json +2 -2
  3. model.safetensors +1 -1
  4. train_config.json +5 -5
README.md CHANGED
@@ -77,7 +77,7 @@ The policy consumes these observation features and produces these action feature
77
 
78
  | Setting | Value |
79
  | --- | --- |
80
- | Training steps | 10000 |
81
  | Batch size | 8 |
82
  | Optimizer | adamw |
83
  | Learning rate | 1e-05 |
 
77
 
78
  | Setting | Value |
79
  | --- | --- |
80
+ | Training steps | 40000 |
81
  | Batch size | 8 |
82
  | Optimizer | adamw |
83
  | Learning rate | 1e-05 |
config.json CHANGED
@@ -33,7 +33,7 @@
33
  "private": null,
34
  "tags": null,
35
  "license": null,
36
- "pretrained_path": null,
37
  "pretrained_revision": null,
38
  "chunk_size": 100,
39
  "n_action_steps": 100,
@@ -44,7 +44,7 @@
44
  },
45
  "vision_backbone": "resnet18",
46
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
47
- "replace_final_stride_with_dilation": false,
48
  "pre_norm": false,
49
  "dim_model": 512,
50
  "n_heads": 8,
 
33
  "private": null,
34
  "tags": null,
35
  "license": null,
36
+ "pretrained_path": "outputs/train/SO101_IsaacSim_Test_V1/checkpoints/last/pretrained_model",
37
  "pretrained_revision": null,
38
  "chunk_size": 100,
39
  "n_action_steps": 100,
 
44
  },
45
  "vision_backbone": "resnet18",
46
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
47
+ "replace_final_stride_with_dilation": 0,
48
  "pre_norm": false,
49
  "dim_model": 512,
50
  "n_heads": 8,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:12c49a34712388a3cf3fbe6208514dc556dd63dc3d934598cd30c2f686f26f02
3
  size 206699736
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d2d372a06ccf69023ed40d8df26bdd696397c12e1ec9b0fb885c031ad2b83fb
3
  size 206699736
train_config.json CHANGED
@@ -118,7 +118,7 @@
118
  "private": null,
119
  "tags": null,
120
  "license": null,
121
- "pretrained_path": null,
122
  "pretrained_revision": null,
123
  "chunk_size": 100,
124
  "n_action_steps": 100,
@@ -129,7 +129,7 @@
129
  },
130
  "vision_backbone": "resnet18",
131
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
132
- "replace_final_stride_with_dilation": false,
133
  "pre_norm": false,
134
  "dim_model": 512,
135
  "n_heads": 8,
@@ -150,7 +150,7 @@
150
  "reward_model": null,
151
  "output_dir": "outputs/train/SO101_IsaacSim_Test_V1",
152
  "job_name": "SO101_IsaacSim_Test_V1",
153
- "resume": false,
154
  "seed": 1000,
155
  "cudnn_deterministic": false,
156
  "num_workers": 4,
@@ -158,7 +158,7 @@
158
  "prefetch_factor": 4,
159
  "persistent_workers": true,
160
  "dataloader_multiprocessing_context": "spawn",
161
- "steps": 10000,
162
  "env_eval_freq": 20000,
163
  "log_freq": 200,
164
  "eval_steps": 0,
@@ -208,5 +208,5 @@
208
  "save_checkpoint_to_hub": false,
209
  "sample_weighting": null,
210
  "rename_map": {},
211
- "checkpoint_path": null
212
  }
 
118
  "private": null,
119
  "tags": null,
120
  "license": null,
121
+ "pretrained_path": "outputs/train/SO101_IsaacSim_Test_V1/checkpoints/last/pretrained_model",
122
  "pretrained_revision": null,
123
  "chunk_size": 100,
124
  "n_action_steps": 100,
 
129
  },
130
  "vision_backbone": "resnet18",
131
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
132
+ "replace_final_stride_with_dilation": 0,
133
  "pre_norm": false,
134
  "dim_model": 512,
135
  "n_heads": 8,
 
150
  "reward_model": null,
151
  "output_dir": "outputs/train/SO101_IsaacSim_Test_V1",
152
  "job_name": "SO101_IsaacSim_Test_V1",
153
+ "resume": true,
154
  "seed": 1000,
155
  "cudnn_deterministic": false,
156
  "num_workers": 4,
 
158
  "prefetch_factor": 4,
159
  "persistent_workers": true,
160
  "dataloader_multiprocessing_context": "spawn",
161
+ "steps": 40000,
162
  "env_eval_freq": 20000,
163
  "log_freq": 200,
164
  "eval_steps": 0,
 
208
  "save_checkpoint_to_hub": false,
209
  "sample_weighting": null,
210
  "rename_map": {},
211
+ "checkpoint_path": "outputs/train/SO101_IsaacSim_Test_V1/checkpoints/last"
212
  }