ShaswatRobotics commited on
Commit
0266bd5
·
verified ·
1 Parent(s): af15e09

Update iris/atari/alien/config.json

Browse files
Files changed (1) hide show
  1. iris/atari/alien/config.json +4 -4
iris/atari/alien/config.json CHANGED
@@ -114,18 +114,18 @@
114
  [
115
  {
116
  "name": "decode",
117
- "sub_model_name": "decode",
118
  "signature":
119
  {
120
- "inputs": ["z", "should_postprocess"],
121
  }
122
  },
123
  {
124
  "name": "encode",
125
- "sub_model_name": "encode",
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
  ]