(self, *args, **kwargs)
| 143 | return self._current_state() |
| 144 | |
| 145 | def render(self, *args, **kwargs): |
| 146 | pass # visualization for this env is through the viz= argument when creating the player |
| 147 | |
| 148 | def step(self, act): |
| 149 | oldlives = self.ale.lives() |
no outgoing calls
no test coverage detected