###A3C with CUDA support
To install the python dependencies pip install matplotlib scipy scipy scikit-image numpy torch gym-retro (The requirements.txt is at the root the repository)
To be able to run the Mario game, you will need to run python3 -m retro.import /path/to/your/ROMs/directory/ (Assuming you have the rom) For more info, see https://retro.readthedocs.io/en/latest/getting_started.html
To run Pong in evaluation mode with the best model: First checkout to the pong branch git checkout pong Then run the following python main.py --load --eval
To run Mario in evaluation git checkout master python main.py --load --eval