From e9c6135f900cbaf705a0fa694732170268533f58 Mon Sep 17 00:00:00 2001 From: Antonin RAFFIN Date: Mon, 21 Dec 2020 11:20:32 +0100 Subject: [PATCH] Update setup readme --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 2cda367..c3b9e06 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,10 @@ See documentation for the full list of included features. **RL Algorithms**: - [Truncated Quantile Critics (TQC)](https://arxiv.org/abs/2005.04269) +- [Quantile Regression DQN (QR-DQN)](https://arxiv.org/abs/1710.10044) +**Gym Wrappers**: +- [Time Feature Wrapper](https://arxiv.org/abs/1712.00378) ## Documentation