gaoyuankidult / DRL-AI

9 stars 6 forks source link

DRL-AI

This project is a CUDA implementation of the paper

Playing Atari with Deep Reinforcement Learning Volodymyr Mnih, Koray Kavukcuoglu, David Silver, Alex Graves, Ioannis Antonoglou, Daan Wierstra, Martin Riedmiller (NIPS workshop 2013)
However we have not got the performance reported by the paper yet.

Authors

Yuan Gao & Yao Lu

Required Libraries

rl-glue, SDL, SDL-image, CUDA, cublas

Compile

.. code-block::

cd ENV/src/dnq_gpu make cd ../.. make

Run

For example, to play game Breakout

.. code-block::

./ale -player_agent deep_q_agent -display_screen true breakout.bin