nes-py icon indicating copy to clipboard operation
nes-py copied to clipboard

'def _will_reset(self)' description is wrong in the wiki

Open 29th-Day opened this issue 2 years ago • 0 comments

In the wiki under Creating Envionemts - Boilerplate the following function is described:

def _will_reset(self): """Handle any RAM hacking after a reset occurs."""
# use this method to perform setup before and episode resets.
# the method returns None
pass

If im correct, the description should be """Handle any RAM hacking before a reset occurs."""

29th-Day avatar Jun 27 '22 06:06 29th-Day