jcoholich commited on
Commit
9b9c794
·
1 Parent(s): ea391ed

update config

Browse files
Files changed (1) hide show
  1. config.json +11 -18
config.json CHANGED
@@ -2,34 +2,26 @@
2
  "type": "pi05",
3
  "n_obs_steps": 1,
4
  "input_features": {
5
- "observation.images.base_0_rgb": {
6
  "type": "VISUAL",
7
  "shape": [
8
  3,
9
- 224,
10
- 224
11
  ]
12
  },
13
- "observation.images.left_wrist_0_rgb": {
14
  "type": "VISUAL",
15
  "shape": [
16
  3,
17
- 224,
18
- 224
19
- ]
20
- },
21
- "observation.images.right_wrist_0_rgb": {
22
- "type": "VISUAL",
23
- "shape": [
24
- 3,
25
- 224,
26
- 224
27
  ]
28
  },
29
  "observation.state": {
30
  "type": "STATE",
31
  "shape": [
32
- 32
33
  ]
34
  }
35
  },
@@ -37,10 +29,11 @@
37
  "action": {
38
  "type": "ACTION",
39
  "shape": [
40
- 32
41
  ]
42
  }
43
  },
 
44
  "device": "mps",
45
  "use_amp": false,
46
  "push_to_hub": true,
@@ -52,7 +45,7 @@
52
  "action_expert_variant": "gemma_300m",
53
  "dtype": "bfloat16",
54
  "chunk_size": 50,
55
- "n_action_steps": 50,
56
  "max_action_dim": 32,
57
  "max_state_dim": 32,
58
  "num_inference_steps": 10,
@@ -79,4 +72,4 @@
79
  "scheduler_decay_steps": 30000,
80
  "scheduler_decay_lr": 2.5e-06,
81
  "tokenizer_max_length": 200
82
- }
 
2
  "type": "pi05",
3
  "n_obs_steps": 1,
4
  "input_features": {
5
+ "observation.images.image": {
6
  "type": "VISUAL",
7
  "shape": [
8
  3,
9
+ 256,
10
+ 256
11
  ]
12
  },
13
+ "observation.images.image2": {
14
  "type": "VISUAL",
15
  "shape": [
16
  3,
17
+ 256,
18
+ 256
 
 
 
 
 
 
 
 
19
  ]
20
  },
21
  "observation.state": {
22
  "type": "STATE",
23
  "shape": [
24
+ 8
25
  ]
26
  }
27
  },
 
29
  "action": {
30
  "type": "ACTION",
31
  "shape": [
32
+ 7
33
  ]
34
  }
35
  },
36
+ "empty_cameras": 1,
37
  "device": "mps",
38
  "use_amp": false,
39
  "push_to_hub": true,
 
45
  "action_expert_variant": "gemma_300m",
46
  "dtype": "bfloat16",
47
  "chunk_size": 50,
48
+ "n_action_steps": 10,
49
  "max_action_dim": 32,
50
  "max_state_dim": 32,
51
  "num_inference_steps": 10,
 
72
  "scheduler_decay_steps": 30000,
73
  "scheduler_decay_lr": 2.5e-06,
74
  "tokenizer_max_length": 200
75
+ }