ShaswatRobotics commited on
Commit
cb5dd2f
·
verified ·
1 Parent(s): ae0f181

Update iris/atari/alien/config.json

Browse files
Files changed (1) hide show
  1. iris/atari/alien/config.json +8 -0
iris/atari/alien/config.json CHANGED
@@ -124,6 +124,14 @@
124
  "inputs": ["z", "should_postprocess"]
125
  }
126
  },
 
 
 
 
 
 
 
 
127
  {
128
  "name": "encode",
129
  "method_name": "encode",
 
124
  "inputs": ["z", "should_postprocess"]
125
  }
126
  },
127
+ {
128
+ "name": "decode_obs_tokens",
129
+ "method_name": "decode_obs_tokens",
130
+ "signature":
131
+ {
132
+ "inputs": ["obs_tokens", "num_observations_tokens"]
133
+ }
134
+ },
135
  {
136
  "name": "encode",
137
  "method_name": "encode",