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

https://github.com/geyang/rl-playground

Collection of RL algorithm implementations and baselines
https://github.com/geyang/rl-playground

Last synced: 3 months ago
JSON representation

Collection of RL algorithm implementations and baselines

Awesome Lists containing this project

README

        

# Welcome to RL-Playground!

This repo contains implementation and baselines for the following algorithms:

- [x] DQN
- [x] Proximal Policy Optimization (PPO)
- [x] Soft Actor-Critic (SAC)
- [x] Twin Delayed DDPG (TD3)

Missing Pieces:

- [ ] hindsight experience replay
- [ ] pixel input

## Citation

If RL Playground has helped in accelerating the publication of your
paper, please kindly consider citing this repo with the following
bibtext entry:

```bibtex
@misc{yang2020playground,
author={Ge Yang},
title={Playground},
url={https://github.com/geyang/rl_playground},
year={2019}
}
```