Skip to content

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

Notifications You must be signed in to change notification settings

11813006huanghao/PARL-Sample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PARL-Sample

游戏智能+少儿编程,使用深度强化学习框架PARL,包含PG、DQN、Rainbow等算法

img

img

img img

击败100%的代码,是LeetCode八数码的默认解题算法!

img

img

img

依赖库

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

提示

在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)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%