iFaz commited on
Commit
dee4382
·
verified ·
1 Parent(s): 1531c4f

Upload policy weights, train config and readme

Browse files
Files changed (3) hide show
  1. config.json +1 -4
  2. model.safetensors +1 -1
  3. train_config.json +4 -46
config.json CHANGED
@@ -43,10 +43,7 @@
43
  },
44
  "drop_n_last_frames": 7,
45
  "vision_backbone": "resnet18",
46
- "resize_shape": [
47
- 480,
48
- 640
49
- ],
50
  "crop_ratio": 1.0,
51
  "crop_shape": null,
52
  "crop_is_random": true,
 
43
  },
44
  "drop_n_last_frames": 7,
45
  "vision_backbone": "resnet18",
46
+ "resize_shape": null,
 
 
 
47
  "crop_ratio": 1.0,
48
  "crop_shape": null,
49
  "crop_is_random": true,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9cd3a7fde43c4d531002be4576ff148279acdaab6b2daba839551b58a4ef3a86
3
  size 1053834112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3863ae8b43e9ea780b5141f95714c5d95ffb3c31cc1fdecdd08cee9aa5c12864
3
  size 1053834112
train_config.json CHANGED
@@ -80,46 +80,7 @@
80
  "return_uint8": false,
81
  "streaming": false
82
  },
83
- "env": {
84
- "type": "aloha",
85
- "task": "AlohaTransferCube-v0",
86
- "fps": 50,
87
- "features": {
88
- "action": {
89
- "type": "ACTION",
90
- "shape": [
91
- 14
92
- ]
93
- },
94
- "agent_pos": {
95
- "type": "STATE",
96
- "shape": [
97
- 14
98
- ]
99
- },
100
- "pixels/top": {
101
- "type": "VISUAL",
102
- "shape": [
103
- 480,
104
- 640,
105
- 3
106
- ]
107
- }
108
- },
109
- "features_map": {
110
- "action": "action",
111
- "agent_pos": "observation.state",
112
- "top": "observation.image.top",
113
- "pixels/top": "observation.images.top"
114
- },
115
- "max_parallel_tasks": 1,
116
- "disable_env_checker": true,
117
- "episode_length": 400,
118
- "obs_type": "pixels_agent_pos",
119
- "observation_height": 480,
120
- "observation_width": 640,
121
- "render_mode": "rgb_array"
122
- },
123
  "policy": {
124
  "type": "diffusion",
125
  "n_obs_steps": 2,
@@ -165,10 +126,7 @@
165
  },
166
  "drop_n_last_frames": 7,
167
  "vision_backbone": "resnet18",
168
- "resize_shape": [
169
- 480,
170
- 640
171
- ],
172
  "crop_ratio": 1.0,
173
  "crop_shape": null,
174
  "crop_is_random": true,
@@ -211,7 +169,7 @@
211
  "output_dir": "/kaggle/working/outputs/train/aloha_transfer_cube_seed42",
212
  "job_name": "diffusion_aloha_transfer_cube_seed42",
213
  "resume": false,
214
- "seed": 1000,
215
  "cudnn_deterministic": false,
216
  "num_workers": 4,
217
  "batch_size": 8,
@@ -251,7 +209,7 @@
251
  "project": "lerobot",
252
  "entity": null,
253
  "notes": null,
254
- "run_id": "35m6twdc",
255
  "mode": null,
256
  "add_tags": true
257
  },
 
80
  "return_uint8": false,
81
  "streaming": false
82
  },
83
+ "env": null,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
84
  "policy": {
85
  "type": "diffusion",
86
  "n_obs_steps": 2,
 
126
  },
127
  "drop_n_last_frames": 7,
128
  "vision_backbone": "resnet18",
129
+ "resize_shape": null,
 
 
 
130
  "crop_ratio": 1.0,
131
  "crop_shape": null,
132
  "crop_is_random": true,
 
169
  "output_dir": "/kaggle/working/outputs/train/aloha_transfer_cube_seed42",
170
  "job_name": "diffusion_aloha_transfer_cube_seed42",
171
  "resume": false,
172
+ "seed": 42,
173
  "cudnn_deterministic": false,
174
  "num_workers": 4,
175
  "batch_size": 8,
 
209
  "project": "lerobot",
210
  "entity": null,
211
  "notes": null,
212
+ "run_id": "gqh20b8u",
213
  "mode": null,
214
  "add_tags": true
215
  },