项目作者: seungjaeryanlee

项目描述 :
High-quality PyTorch 1.0 implementations of widely used Deep RL algorithms.
高级语言: Python
项目地址: git://github.com/seungjaeryanlee/baselines-pytorch.git
创建时间: 2018-11-02T00:52:01Z
项目社区:https://github.com/seungjaeryanlee/baselines-pytorch

开源协议:

下载


Baselines

Build Status

High-quality modular PyTorch 0.4.1 implementations of widely used Deep RL algorithms.

Documentations

Algorithms

  • “Naive” DQN
  • Vanilla DQN
  • Double DQN
  • Prioritized Experience Replay
  • Dueling DQN
  • Categorical DQN
  • Noisy DQN
  • Rainbow DQN

Compatible Environments

  • CartPole (through OpenAI Gym)
  • Arcade Learning Environment (through OpenAI Gym)
  • Super Mario Bros (through Gym Retro)