pepijn223 HF Staff commited on
Commit
6bf46d4
·
verified ·
1 Parent(s): aa2372d
Files changed (1) hide show
  1. config.json +6 -48
config.json CHANGED
@@ -6,47 +6,9 @@
6
  "STATE": "MEAN_STD",
7
  "ACTION": "MEAN_STD"
8
  },
9
- "input_features": {
10
- "observation.images.base_0_rgb": {
11
- "type": "VISUAL",
12
- "shape": [
13
- 3,
14
- 224,
15
- 224
16
- ]
17
- },
18
- "observation.images.left_wrist_0_rgb": {
19
- "type": "VISUAL",
20
- "shape": [
21
- 3,
22
- 224,
23
- 224
24
- ]
25
- },
26
- "observation.images.right_wrist_0_rgb": {
27
- "type": "VISUAL",
28
- "shape": [
29
- 3,
30
- 224,
31
- 224
32
- ]
33
- },
34
- "observation.state": {
35
- "type": "STATE",
36
- "shape": [
37
- 32
38
- ]
39
- }
40
- },
41
- "output_features": {
42
- "action": {
43
- "type": "ACTION",
44
- "shape": [
45
- 32
46
- ]
47
- }
48
- },
49
- "device": "mps",
50
  "use_amp": false,
51
  "push_to_hub": true,
52
  "repo_id": null,
@@ -58,8 +20,8 @@
58
  "dtype": "float32",
59
  "chunk_size": 50,
60
  "n_action_steps": 50,
61
- "action_dim": 32,
62
- "state_dim": 32,
63
  "num_inference_steps": 10,
64
  "time_sampling_beta_alpha": 1.5,
65
  "time_sampling_beta_beta": 1.0,
@@ -69,11 +31,7 @@
69
  224,
70
  224
71
  ],
72
- "image_keys": [
73
- "observation.images.base_0_rgb",
74
- "observation.images.left_wrist_0_rgb",
75
- "observation.images.right_wrist_0_rgb"
76
- ],
77
  "gradient_checkpointing": false,
78
  "compile_model": false,
79
  "compile_mode": "max-autotune",
 
6
  "STATE": "MEAN_STD",
7
  "ACTION": "MEAN_STD"
8
  },
9
+ "input_features": {},
10
+ "output_features": {},
11
+ "device": "cuda",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  "use_amp": false,
13
  "push_to_hub": true,
14
  "repo_id": null,
 
20
  "dtype": "float32",
21
  "chunk_size": 50,
22
  "n_action_steps": 50,
23
+ "max_action_dim": 32,
24
+ "max_state_dim": 32,
25
  "num_inference_steps": 10,
26
  "time_sampling_beta_alpha": 1.5,
27
  "time_sampling_beta_beta": 1.0,
 
31
  224,
32
  224
33
  ],
34
+ "image_keys": [],
 
 
 
 
35
  "gradient_checkpointing": false,
36
  "compile_model": false,
37
  "compile_mode": "max-autotune",