playing-mario-with-deep-reinforcement-learning icon indicating copy to clipboard operation
playing-mario-with-deep-reinforcement-learning copied to clipboard

An implementation of (Double/Dueling) Deep-Q Learning to play Super Mario Bros.

Results 4 playing-mario-with-deep-reinforcement-learning issues
Sort by recently updated
recently updated
newest added

I started training the algorithm for SuperMarioBros. I tried it on Desktop and Laptop with Nvidia GPU and 16 GB of RAM. On both machines, the training scripts exits after...

enhancement

results on Pong seem to indicate that the experience replay functionality is not working correctly. Performance is terrible, and the agent is far worse than its vanilla alternative. The paper...

bug

when the episode ends it appears > Traceback (most recent call last): File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "/usr/lib/python3.6/runpy.py", line 85, in _run_code exec(code, run_globals) File "./__main__.py",...

``` (venv) pratikku@pratikku-mac playing-mario-with-deep-reinforcement-learning master*$ python . -h Traceback (most recent call last): File "/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/runpy.py", line 85, in _run_code exec(code, run_globals) File...