brandonyang commited on
Commit
f4e9b69
·
verified ·
1 Parent(s): a9092d8

Upload policy

Browse files
Files changed (2) hide show
  1. config.json +78 -0
  2. model.safetensors +3 -0
config.json ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "pi0",
3
+ "pretrained_path": null,
4
+ "n_obs_steps": 1,
5
+ "normalization_mapping": {
6
+ "VISUAL": "IDENTITY",
7
+ "STATE": "MEAN_STD",
8
+ "ACTION": "MEAN_STD"
9
+ },
10
+ "input_features": {
11
+ "observation.state": {
12
+ "type": "STATE",
13
+ "shape": [
14
+ 8
15
+ ]
16
+ },
17
+ "observation.images.wrist_cam": {
18
+ "type": "VISUAL",
19
+ "shape": [
20
+ 3,
21
+ 224,
22
+ 224
23
+ ]
24
+ },
25
+ "observation.images.external_cam": {
26
+ "type": "VISUAL",
27
+ "shape": [
28
+ 3,
29
+ 224,
30
+ 224
31
+ ]
32
+ }
33
+ },
34
+ "output_features": {
35
+ "action": {
36
+ "type": "ACTION",
37
+ "shape": [
38
+ 8
39
+ ]
40
+ }
41
+ },
42
+ "device": "cuda",
43
+ "use_amp": false,
44
+ "push_to_hub": true,
45
+ "repo_id": null,
46
+ "private": null,
47
+ "tags": null,
48
+ "license": null,
49
+ "chunk_size": 50,
50
+ "n_action_steps": 50,
51
+ "max_state_dim": 8,
52
+ "max_action_dim": 8,
53
+ "resize_imgs_with_padding": [
54
+ 224,
55
+ 224
56
+ ],
57
+ "empty_cameras": 0,
58
+ "adapt_to_pi_aloha": false,
59
+ "use_delta_joint_actions_aloha": false,
60
+ "tokenizer_max_length": 48,
61
+ "proj_width": 1024,
62
+ "num_steps": 10,
63
+ "use_cache": true,
64
+ "attention_implementation": "sdpa",
65
+ "freeze_vision_encoder": true,
66
+ "train_expert_only": false,
67
+ "train_state_proj": true,
68
+ "optimizer_lr": 2.5e-05,
69
+ "optimizer_betas": [
70
+ 0.9,
71
+ 0.95
72
+ ],
73
+ "optimizer_eps": 1e-08,
74
+ "optimizer_weight_decay": 1e-10,
75
+ "scheduler_warmup_steps": 1000,
76
+ "scheduler_decay_steps": 30000,
77
+ "scheduler_decay_lr": 2.5e-06
78
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cac87a9b31fa2b71af5e40b95b44181d439118bbbf8d1fa204500baac4ce5f54
3
+ size 12952031280