Perform an interaction in natural language mode return value (output str, status code)
(self, action, input_str)
| 20 | raise NotImplementedError |
| 21 | |
| 22 | def step(self, action, input_str): |
| 23 | ''' |
| 24 | Perform an interaction in natural language mode |
| 25 | return value (output str, status code) |
| 26 | ''' |
| 27 | raise NotImplementedError |
| 28 | |
| 29 | def check_success(self): |
| 30 | ''' |