GitHub - BIDData/BIDMach_RL: BIDMach extension for simulation environments and RL code

Skip to content

Navigation Menu

Sign in

Appearance settings

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>