SteveNguyen commited on
Commit
5f769a1
·
verified ·
1 Parent(s): f7e08a7

Upload policy

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