Skip to content

BIDMach extension for simulation environments and RL code

Notifications You must be signed in to change notification settings

BIDData/BIDMach_RL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>