Closed crypdick closed 6 years ago
In both expreplay.py files, there are references to AtariPlayer:
if __name__ == '__main__': from .atari import AtariPlayer
There's no atari module, though. I think these are just leftover from the original tensorpack example
This is fixed now - thanks!
In both expreplay.py files, there are references to AtariPlayer:
There's no atari module, though. I think these are just leftover from the original tensorpack example