Update iris/atari/alien/config.json
Browse files- iris/atari/alien/config.json +18 -0
iris/atari/alien/config.json
CHANGED
|
@@ -108,6 +108,24 @@
|
|
| 108 |
{
|
| 109 |
"call_mode": "auto"
|
| 110 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 111 |
}
|
| 112 |
],
|
| 113 |
"methods":
|
|
|
|
| 108 |
{
|
| 109 |
"call_mode": "auto"
|
| 110 |
}
|
| 111 |
+
},
|
| 112 |
+
{
|
| 113 |
+
"name": "decode",
|
| 114 |
+
"sub_model_name": "decode",
|
| 115 |
+
"signature":
|
| 116 |
+
{
|
| 117 |
+
"inputs": ["z", "should_postprocess"],
|
| 118 |
+
"call_mode": "positional"
|
| 119 |
+
}
|
| 120 |
+
},
|
| 121 |
+
{
|
| 122 |
+
"name": "encode",
|
| 123 |
+
"sub_model_name": "encode",
|
| 124 |
+
"signature":
|
| 125 |
+
{
|
| 126 |
+
"inputs": ["observations", "should_postprocess"],
|
| 127 |
+
"call_mode": "positional"
|
| 128 |
+
}
|
| 129 |
}
|
| 130 |
],
|
| 131 |
"methods":
|