RonaldJEN / PARL-Sample

Deep reinforcement learning using baidu PARL(maze,flappy bird and so on)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PARL-Sample

simple examples for baidu parl, easy to understand

img

img

img img

4 mins version in bilibili: DQN for Flappy-Bird

my blog in baidu ai-studio: paddlepaddle版Flappy-Bird

Dependencies

  • Sklearn
  • numpy
  • gym
  • paddlepaddle
  • parl
  • opencv-python
  • pygame
  • tqdm

Tricks

If you meet some exceptions by using 'pip install parl' command for windows, please use 'python setup.py install' in your local file system and use the setup.py in my project instead of parl's default setup.py.

(在windows下使用 'pip install parl' 命令可能会出现错误,这时候建议使用 'python setup.py install' 命令进行本地安装,并使用本项目的setup.py代替parl默认的setup.py)

About

Deep reinforcement learning using baidu PARL(maze,flappy bird and so on)


Languages

Language:Python 100.0%