项目作者: Ctiely

项目描述 :
reinforcement learning examples
高级语言: Python
项目地址: git://github.com/Ctiely/RL_example.git
创建时间: 2019-04-16T14:24:09Z
项目社区:https://github.com/Ctiely/RL_example

开源协议:

下载


RL_example

reinforcement learning examples, more information can be accessed here.

env

BreakoutNoFrameskip-v4[gym]

algorithms

value-based

DQN

Double-DQN

Duel-DQN

policy-based

Policy Gradient

Vanilla Policy Gradient

Proximal Policy Optimization