nes-py
nes-py copied to clipboard
'def _will_reset(self)' description is wrong in the wiki
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."""