Robotics
LeRobot
Safetensors
diffusion
masondx commited on
Commit
1002684
·
verified ·
1 Parent(s): 8111e5b

Upload policy

Browse files
Files changed (2) hide show
  1. config.json +86 -0
  2. model.safetensors +3 -0
config.json ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "diffusion",
3
+ "n_obs_steps": 2,
4
+ "input_features": {
5
+ "observation.images.top": {
6
+ "type": "VISUAL",
7
+ "shape": [
8
+ 3,
9
+ 480,
10
+ 640
11
+ ]
12
+ },
13
+ "observation.state": {
14
+ "type": "STATE",
15
+ "shape": [
16
+ 14
17
+ ]
18
+ }
19
+ },
20
+ "output_features": {
21
+ "action": {
22
+ "type": "ACTION",
23
+ "shape": [
24
+ 14
25
+ ]
26
+ }
27
+ },
28
+ "device": "cuda",
29
+ "use_amp": false,
30
+ "use_peft": false,
31
+ "push_to_hub": true,
32
+ "repo_id": "masondx/diffusion_aloha_sim_transfer_cube-ema",
33
+ "private": false,
34
+ "tags": null,
35
+ "license": null,
36
+ "pretrained_path": null,
37
+ "pretrained_revision": null,
38
+ "horizon": 64,
39
+ "n_action_steps": 32,
40
+ "normalization_mapping": {
41
+ "VISUAL": "MEAN_STD",
42
+ "STATE": "MIN_MAX",
43
+ "ACTION": "MIN_MAX"
44
+ },
45
+ "drop_n_last_frames": 7,
46
+ "vision_backbone": "resnet18",
47
+ "resize_shape": null,
48
+ "crop_ratio": 1.0,
49
+ "crop_shape": null,
50
+ "crop_is_random": true,
51
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
52
+ "use_group_norm": false,
53
+ "spatial_softmax_num_keypoints": 32,
54
+ "use_separate_rgb_encoder_per_camera": true,
55
+ "down_dims": [
56
+ 512,
57
+ 1024,
58
+ 2048
59
+ ],
60
+ "kernel_size": 5,
61
+ "n_groups": 8,
62
+ "diffusion_step_embed_dim": 128,
63
+ "use_film_scale_modulation": true,
64
+ "gradient_checkpointing": false,
65
+ "noise_scheduler_type": "DDPM",
66
+ "num_train_timesteps": 100,
67
+ "beta_schedule": "squaredcos_cap_v2",
68
+ "beta_start": 0.0001,
69
+ "beta_end": 0.02,
70
+ "prediction_type": "epsilon",
71
+ "clip_sample": true,
72
+ "clip_sample_range": 1.0,
73
+ "num_inference_steps": null,
74
+ "compile_model": false,
75
+ "compile_mode": "reduce-overhead",
76
+ "do_mask_loss_for_padding": false,
77
+ "optimizer_lr": 0.0001,
78
+ "optimizer_betas": [
79
+ 0.95,
80
+ 0.999
81
+ ],
82
+ "optimizer_eps": 1e-08,
83
+ "optimizer_weight_decay": 1e-06,
84
+ "scheduler_name": "cosine",
85
+ "scheduler_warmup_steps": 500
86
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77bee9817dcdc0b6e5c5e3fb39d864d992b3f9fa6dca4aa105ced8529f98adef
3
+ size 1053834144