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 <antonin.raffin@ensta.org>
This commit is contained in:
Long M. Lưu (刘明龙) 2021-06-23 19:34:22 +07:00 committed by GitHub
parent 2258c72215
commit fab19bdb18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 5 deletions

View File

@ -27,6 +27,8 @@ Others:
Documentation: Documentation:
^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^
- updated QR-DQN docs checkmark typo (@minhlong94)
Release 1.0 (2021-03-17) Release 1.0 (2021-03-17)
------------------------------- -------------------------------
@ -126,4 +128,4 @@ Stable-Baselines3 is currently maintained by `Antonin Raffin`_ (aka `@araffin`_)
Contributors: Contributors:
------------- -------------
@ku2482 @guyk1971 @ku2482 @guyk1971 @minhlong94

View File

@ -40,10 +40,10 @@ Can I use?
============= ====== =========== ============= ====== ===========
Space Action Observation Space Action Observation
============= ====== =========== ============= ====== ===========
Discrete ✔ Discrete ✔ ✔️
Box ❌ Box ❌ ✔
MultiDiscrete ❌ MultiDiscrete ❌ ✔
MultiBinary ❌ MultiBinary ❌ ✔
Dict ❌ ✔️ Dict ❌ ✔️
============= ====== =========== ============= ====== ===========