ShaswatRobotics commited on
Commit
af15e09
·
verified ·
1 Parent(s): 4ca6c57

Update iris/atari/alien/config.json

Browse files
Files changed (1) hide show
  1. iris/atari/alien/config.json +4 -14
iris/atari/alien/config.json CHANGED
@@ -108,14 +108,16 @@
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
  {
@@ -124,20 +126,8 @@
124
  "signature":
125
  {
126
  "inputs": ["observations", "should_preprocess"],
127
- "call_mode": "positional"
128
  }
129
  }
130
- ],
131
- "methods":
132
- [
133
- {
134
- "name": "encode",
135
- "method_name": "encode"
136
- },
137
- {
138
- "name": "decode",
139
- "method_name": "decode"
140
- }
141
  ]
142
  }
143
  ]
 
108
  {
109
  "call_mode": "auto"
110
  }
111
+
112
+ ],
113
+ "methods":
114
+ [
115
  {
116
  "name": "decode",
117
  "sub_model_name": "decode",
118
  "signature":
119
  {
120
  "inputs": ["z", "should_postprocess"],
 
121
  }
122
  },
123
  {
 
126
  "signature":
127
  {
128
  "inputs": ["observations", "should_preprocess"],
 
129
  }
130
  }
 
 
 
 
 
 
 
 
 
 
 
131
  ]
132
  }
133
  ]