Update iris/atari/alien/config.json
Browse files
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",
|