ISdept commited on
Commit
488b18b
·
verified ·
1 Parent(s): 21477b1

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +12 -3
config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "type": "transformer_diffusion",
3
- "n_obs_steps": 2,
4
  "input_features": {
5
  "observation.state": {
6
  "type": "STATE",
@@ -8,6 +8,13 @@
8
  7
9
  ]
10
  },
 
 
 
 
 
 
 
11
  "observation.images.gripper": {
12
  "type": "VISUAL",
13
  "shape": [
@@ -50,7 +57,7 @@
50
  "tags": null,
51
  "license": null,
52
  "pretrained_path": null,
53
- "horizon": 16,
54
  "n_action_steps": 8,
55
  "normalization_mapping": {
56
  "VISUAL": "IDENTITY",
@@ -65,7 +72,9 @@
65
  "num_cameras": 3,
66
  "vision_freeze_layers": 6,
67
  "cameras_for_vision_state_concat": [
68
- "observation.images.front"
 
 
69
  ],
70
  "state_dim": 7,
71
  "action_dim": 7,
 
1
  {
2
  "type": "transformer_diffusion",
3
+ "n_obs_steps": 1,
4
  "input_features": {
5
  "observation.state": {
6
  "type": "STATE",
 
8
  7
9
  ]
10
  },
11
+ "observation.box": {
12
+ "type": "STATE",
13
+ "shape": [
14
+ 6,
15
+ 4
16
+ ]
17
+ },
18
  "observation.images.gripper": {
19
  "type": "VISUAL",
20
  "shape": [
 
57
  "tags": null,
58
  "license": null,
59
  "pretrained_path": null,
60
+ "horizon": 50,
61
  "n_action_steps": 8,
62
  "normalization_mapping": {
63
  "VISUAL": "IDENTITY",
 
72
  "num_cameras": 3,
73
  "vision_freeze_layers": 6,
74
  "cameras_for_vision_state_concat": [
75
+ "observation.images.front",
76
+ "observation.images.gripper",
77
+ "observation.images.right"
78
  ],
79
  "state_dim": 7,
80
  "action_dim": 7,