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:
parent
2258c72215
commit
fab19bdb18
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -40,10 +40,10 @@ Can I use?
|
||||||
============= ====== ===========
|
============= ====== ===========
|
||||||
Space Action Observation
|
Space Action Observation
|
||||||
============= ====== ===========
|
============= ====== ===========
|
||||||
Discrete ✔ ✔
|
Discrete ✔️ ✔️
|
||||||
Box ❌ ✔
|
Box ❌ ✔️
|
||||||
MultiDiscrete ❌ ✔
|
MultiDiscrete ❌ ✔️
|
||||||
MultiBinary ❌ ✔
|
MultiBinary ❌ ✔️
|
||||||
Dict ❌ ✔️
|
Dict ❌ ✔️
|
||||||
============= ====== ===========
|
============= ====== ===========
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue