Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/seungjaeryanlee/baselines-pytorch

High-quality PyTorch 1.0 implementations of widely used Deep RL algorithms.
https://github.com/seungjaeryanlee/baselines-pytorch

deep-learning deep-reinforcement-learning machine-learning python3 pytorch reinforcement-learning

Last synced: 2 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# Baselines

[![Build Status](https://travis-ci.com/seungjaeryanlee/baselines.svg?branch=master)](https://travis-ci.com/seungjaeryanlee/baselines)

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

## Documentations

- To install necessary packages, check [INSTALLATION.md](docs/INSTALLATION.md).
- To learn how to use `baselines`, check [USAGE.md](docs/USAGE.md).
- For a contributor guide, check [CONTRIBUTING.md](docs/CONTRIBUTING.md).

## Algorithms

- [ ] "Naive" DQN
- [x] Vanilla DQN
- [ ] Double DQN
- [ ] Prioritized Experience Replay
- [ ] Dueling DQN
- [ ] Categorical DQN
- [ ] Noisy DQN
- [ ] Rainbow DQN

## Compatible Environments

- [x] CartPole (through OpenAI Gym)
- [x] Arcade Learning Environment (through OpenAI Gym)
- [ ] Super Mario Bros (through Gym Retro)