Robotics
Transformers
Safetensors
Inference Endpoints
File size: 930 Bytes
4f62159
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
  "n_obs_steps": 5,
  "n_action_pred_token": 7,
  "n_action_pred_chunk": 5,
  "input_shapes": {
    "observation.image": [
      3,
      96,
      96
    ],
    "observation.state": [
      2
    ]
  },
  "output_shapes": {
    "action": [
      2
    ]
  },
  "input_normalization_modes": {
    "observation.image": "mean_std",
    "observation.state": "min_max"
  },
  "output_normalization_modes": {
    "action": "min_max"
  },
  "vision_backbone": "resnet18",
  "crop_shape": [
    84,
    84
  ],
  "crop_is_random": true,
  "pretrained_backbone_weights": null,
  "use_group_norm": true,
  "spatial_softmax_num_keypoints": 32,
  "discretize_step": 20000,
  "vqvae_groups": 2,
  "vqvae_n_embed": 16,
  "vqvae_embedding_dim": 256,
  "gpt_block_size": 500,
  "gpt_output_dim": 512,
  "gpt_n_layer": 8,
  "gpt_n_head": 8,
  "gpt_hidden_dim": 512,
  "dropout": 0.1,
  "mlp_hidden_dim": 1024,
  "offset_loss_weight": 10000.0
}