Robotics
LeRobot
Safetensors
diffusion
kelvinzhaozg commited on
Commit
a65d614
·
verified ·
1 Parent(s): 52fbcfe

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +1 -1
  2. config.json +1 -1
  3. model.safetensors +1 -1
  4. train_config.json +3 -3
README.md CHANGED
@@ -6,8 +6,8 @@ model_name: diffusion
6
  pipeline_tag: robotics
7
  tags:
8
  - robotics
9
- - lerobot
10
  - diffusion
 
11
  ---
12
 
13
  # Model Card for diffusion
 
6
  pipeline_tag: robotics
7
  tags:
8
  - robotics
 
9
  - diffusion
10
+ - lerobot
11
  ---
12
 
13
  # Model Card for diffusion
config.json CHANGED
@@ -63,7 +63,7 @@
63
  "use_depth_only": false,
64
  "rgbd_pretrained_backbone_weights": "r3m",
65
  "norm_rgb": true,
66
- "norm_depth": true,
67
  "down_dims": [
68
  512,
69
  1024,
 
63
  "use_depth_only": false,
64
  "rgbd_pretrained_backbone_weights": "r3m",
65
  "norm_rgb": true,
66
+ "norm_depth": false,
67
  "down_dims": [
68
  512,
69
  1024,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6f9d84e81da66ff0029853c50b06dc9122f272b05553b3af4b00e50b7f6947fd
3
  size 1046102980
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e98f4c3de3fd85016e3176c1011aa5728b8a0e30696cc3292f4e629d657b975
3
  size 1046102980
train_config.json CHANGED
@@ -130,7 +130,7 @@
130
  "use_depth_only": false,
131
  "rgbd_pretrained_backbone_weights": "r3m",
132
  "norm_rgb": true,
133
- "norm_depth": true,
134
  "down_dims": [
135
  512,
136
  1024,
@@ -160,7 +160,7 @@
160
  "scheduler_name": "cosine",
161
  "scheduler_warmup_steps": 500
162
  },
163
- "output_dir": "outputs/train/2025-10-16/11-34-33_diffusion",
164
  "job_name": "diffusion",
165
  "resume": false,
166
  "seed": 1000,
@@ -199,7 +199,7 @@
199
  "project": "digit3a_rgbd",
200
  "entity": null,
201
  "notes": null,
202
- "run_id": "rnxruvyz",
203
  "mode": null
204
  }
205
  }
 
130
  "use_depth_only": false,
131
  "rgbd_pretrained_backbone_weights": "r3m",
132
  "norm_rgb": true,
133
+ "norm_depth": false,
134
  "down_dims": [
135
  512,
136
  1024,
 
160
  "scheduler_name": "cosine",
161
  "scheduler_warmup_steps": 500
162
  },
163
+ "output_dir": "outputs/train/2025-10-16/14-07-45_diffusion",
164
  "job_name": "diffusion",
165
  "resume": false,
166
  "seed": 1000,
 
199
  "project": "digit3a_rgbd",
200
  "entity": null,
201
  "notes": null,
202
+ "run_id": "olqaaqpu",
203
  "mode": null
204
  }
205
  }