Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 474 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 474 Bytes

BIDMach_RL

BIDMach project for state-of-the-art RL algorithms. Currently includes N-step DQN and A3C (arguably its A2C since it uses a GPU and is only partly asynchronous).

To build and run using Apache Maven, do:

git clone http://github.com/BIDData/BIDMach_RL
cd BIDMach_RL
mvn clean install

You run Atari games you will need to put the appropriate ROMs in BIDMach_RL/roms.

To run the scripts, do:

 
cd scripts
../bidmach <ScriptName>