senya-ashukha / quantile-regression-dqn-pytorch

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Requirements (Python 3.6)

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).

About

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

License:MIT License


Languages

Language:Jupyter Notebook 93.9%Language:Python 6.1%