BrunoM42 commited on
Commit
50665a4
·
verified ·
1 Parent(s): 468fdcd

Upload model weights and config

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