Skip to content

10sun/DRL-AI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

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

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

Run

For example, to play game Breakout

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 35.8%
  • C++ 21.6%
  • Shell 17.1%
  • Prolog 5.6%
  • Java 4.3%
  • TeX 4.0%
  • Other 11.6%