Skip to content

sifodesu/A3C_gpu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

###A3C with CUDA support

Installation

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

Usage

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

About

Python implementation of the A3C deep learning algorithm with CUDA support

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages