amiralansary / rl-medical

Deep Reinforcement Learning (DRL) agents applied to medical images
Apache License 2.0
177 stars 69 forks source link

References to AtariPlayer in expreplay.py #5

Closed crypdick closed 6 years ago

crypdick commented 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

amiralansary commented 6 years ago

This is fixed now - thanks!