younghyopark commited on
Commit
71ef87e
·
verified ·
1 Parent(s): 9ac7923

Upload policy

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