younghyopark commited on
Commit
8617834
·
verified ·
1 Parent(s): b7f2275

Upload policy

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