Update iris/atari/alien/config.json
Browse files
iris/atari/alien/config.json
CHANGED
|
@@ -114,18 +114,18 @@
|
|
| 114 |
[
|
| 115 |
{
|
| 116 |
"name": "decode",
|
| 117 |
-
"
|
| 118 |
"signature":
|
| 119 |
{
|
| 120 |
-
"inputs": ["z", "should_postprocess"]
|
| 121 |
}
|
| 122 |
},
|
| 123 |
{
|
| 124 |
"name": "encode",
|
| 125 |
-
"
|
| 126 |
"signature":
|
| 127 |
{
|
| 128 |
-
"inputs": ["observations", "should_preprocess"]
|
| 129 |
}
|
| 130 |
}
|
| 131 |
]
|
|
|
|
| 114 |
[
|
| 115 |
{
|
| 116 |
"name": "decode",
|
| 117 |
+
"method_name": "decode",
|
| 118 |
"signature":
|
| 119 |
{
|
| 120 |
+
"inputs": ["z", "should_postprocess"]
|
| 121 |
}
|
| 122 |
},
|
| 123 |
{
|
| 124 |
"name": "encode",
|
| 125 |
+
"method_name": "encode",
|
| 126 |
"signature":
|
| 127 |
{
|
| 128 |
+
"inputs": ["observations", "should_preprocess"]
|
| 129 |
}
|
| 130 |
}
|
| 131 |
]
|