fracapuano commited on
Commit
bd5c9b1
·
verified ·
1 Parent(s): 4695a12

fix: standardize against fracapuano/pi0

Browse files
Files changed (1) hide show
  1. config.json +16 -8
config.json CHANGED
@@ -1,6 +1,8 @@
1
  {
2
  "type": "pi0",
3
  "n_obs_steps": 1,
 
 
4
  "normalization_mapping": {
5
  "VISUAL": "IDENTITY",
6
  "STATE": "MEAN_STD",
@@ -13,20 +15,28 @@
13
  6
14
  ]
15
  },
16
- "observation.images.top": {
17
  "type": "VISUAL",
18
  "shape": [
19
  3,
20
- 480,
21
- 640
22
  ]
23
  },
24
- "observation.images.wrist": {
25
  "type": "VISUAL",
26
  "shape": [
27
  3,
28
- 480,
29
- 640
 
 
 
 
 
 
 
 
30
  ]
31
  }
32
  },
@@ -38,8 +48,6 @@
38
  ]
39
  }
40
  },
41
- "device": "cuda",
42
- "use_amp": false,
43
  "chunk_size": 50,
44
  "n_action_steps": 50,
45
  "max_state_dim": 32,
 
1
  {
2
  "type": "pi0",
3
  "n_obs_steps": 1,
4
+ "device": "cuda",
5
+ "use_amp": false,
6
  "normalization_mapping": {
7
  "VISUAL": "IDENTITY",
8
  "STATE": "MEAN_STD",
 
15
  6
16
  ]
17
  },
18
+ "observation.image2": {
19
  "type": "VISUAL",
20
  "shape": [
21
  3,
22
+ 256,
23
+ 256
24
  ]
25
  },
26
+ "observation.image": {
27
  "type": "VISUAL",
28
  "shape": [
29
  3,
30
+ 256,
31
+ 256
32
+ ]
33
+ },
34
+ "observation.image3": {
35
+ "type": "VISUAL",
36
+ "shape": [
37
+ 3,
38
+ 256,
39
+ 256
40
  ]
41
  }
42
  },
 
48
  ]
49
  }
50
  },
 
 
51
  "chunk_size": 50,
52
  "n_action_steps": 50,
53
  "max_state_dim": 32,