aadarshram commited on
Commit
4198322
·
verified ·
1 Parent(s): 48aac0b

Upload policy

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