diff --git a/nes_py/wrappers/joypad_space.py b/nes_py/wrappers/joypad_space.py index 893ea6f..99904f2 100644 --- a/nes_py/wrappers/joypad_space.py +++ b/nes_py/wrappers/joypad_space.py @@ -73,10 +73,6 @@ def step(self, action): # take the step and record the output return self.env.step(self._action_map[action]) - def reset(self): - """Reset the environment and return the initial observation.""" - return self.env.reset() - def get_keys_to_action(self): """Return the dictionary of keyboard keys to actions.""" # get the old mapping of keys to actions