Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/senya-ashukha/quantile-regression-dqn-pytorch

A short and easy implementation of Quantile Regression DQN | Distributional Reinforcement Learning
https://github.com/senya-ashukha/quantile-regression-dqn-pytorch

pytorch qr-dqn quantile-regression-dqn reinforcement-learning

Last synced: about 23 hours ago
JSON representation

A short and easy implementation of Quantile Regression DQN | Distributional Reinforcement Learning

Awesome Lists containing this project

README

        

# Quantile Regression DQN
Quantile Regression DQN a Minimal Working Example, Distributional Reinforcement Learning with Quantile Regression (https://arxiv.org/abs/1710.10044).

[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/senya-ashukha/quantile-regression-dqn-pytorch/blob/master/qr-dqn-solution-cool.ipynb)



## Requirements (Python 3.6)
```bash
pip3 install gym, torch, numpy, tabulate, pandas
```

## Credits

Joint work with Mikhail Konobeev. Of course, do not forget to cite Distributional Reinforcement Learning with Quantile Regression (https://arxiv.org/abs/1710.10044).