amiralansary/rl-medical

References to AtariPlayer in expreplay.py

Closed this issue · 1 comments

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!