From fab19bdb18c632ea6cd3a095ec1e406f1574bcb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Long=20M=2E=20L=C6=B0u=20=28=E5=88=98=E6=98=8E=E9=BE=99=29?= Date: Wed, 23 Jun 2021 19:34:22 +0700 Subject: [PATCH] Update small QR-DQN docs typo (#33) * Update qrdqn.rst * Update changelog.rst * Update changelog.rst Add my name * Update changelog.rst Co-authored-by: Antonin RAFFIN --- docs/misc/changelog.rst | 4 +++- docs/modules/qrdqn.rst | 8 ++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/misc/changelog.rst b/docs/misc/changelog.rst index 822a028..ed14c6b 100644 --- a/docs/misc/changelog.rst +++ b/docs/misc/changelog.rst @@ -27,6 +27,8 @@ Others: Documentation: ^^^^^^^^^^^^^^ +- updated QR-DQN docs checkmark typo (@minhlong94) + Release 1.0 (2021-03-17) ------------------------------- @@ -126,4 +128,4 @@ Stable-Baselines3 is currently maintained by `Antonin Raffin`_ (aka `@araffin`_) Contributors: ------------- -@ku2482 @guyk1971 +@ku2482 @guyk1971 @minhlong94 diff --git a/docs/modules/qrdqn.rst b/docs/modules/qrdqn.rst index 79940d1..1ae5a7b 100644 --- a/docs/modules/qrdqn.rst +++ b/docs/modules/qrdqn.rst @@ -40,10 +40,10 @@ Can I use? ============= ====== =========== Space Action Observation ============= ====== =========== -Discrete ✔ ✔ -Box ❌ ✔ -MultiDiscrete ❌ ✔ -MultiBinary ❌ ✔ +Discrete ✔️ ✔️ +Box ❌ ✔️ +MultiDiscrete ❌ ✔️ +MultiBinary ❌ ✔️ Dict ❌ ✔️ ============= ====== ===========