ISdept commited on
Commit
8c4e3c5
·
verified ·
1 Parent(s): f139d12

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
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",
@@ -69,7 +69,7 @@
69
  "action_dim": 7,
70
  "d_model": 512,
71
  "nhead": 8,
72
- "num_encoder_layers": 3,
73
  "num_decoder_layers": 6,
74
  "dim_feedforward": 512,
75
  "diffusion_step_embed_dim": 256,
 
1
  {
2
  "type": "transformer_diffusion",
3
+ "n_obs_steps": 4,
4
  "input_features": {
5
  "observation.state": {
6
  "type": "STATE",
 
69
  "action_dim": 7,
70
  "d_model": 512,
71
  "nhead": 8,
72
+ "num_encoder_layers": 4,
73
  "num_decoder_layers": 6,
74
  "dim_feedforward": 512,
75
  "diffusion_step_embed_dim": 256,