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