rhickstedjr

Results 4 comments of rhickstedjr

script: #!/usr/bin/env python3 import random from MAMEToolkit.sf_environment import Environment roms_path = "roms/" # Replace this with the path to your ROMs env = Environment("env1", roms_path) env.start() #while True: move_action =...

Where is the raw data stored for each episode?

Also each time you start the emulator does the alg start from ground zero each time?