mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-07-05 04:17:59 +00:00
Fix a grammatical mistake (#899)
Co-authored-by: Antonin RAFFIN <antonin.raffin@ensta.org>
This commit is contained in:
parent
db57cb67e3
commit
e98ae129de
1 changed files with 2 additions and 2 deletions
|
|
@ -26,8 +26,8 @@ Maskable PPO [#f1]_ ❌ ✔️ ✔️ ✔
|
|||
.. [#f1] Implemented in `SB3 Contrib <https://github.com/Stable-Baselines-Team/stable-baselines3-contrib>`_
|
||||
|
||||
.. note::
|
||||
``Tuple`` observation spaces are not supported by any environment
|
||||
however single-level ``Dict`` spaces are (cf. :ref:`Examples <examples>`).
|
||||
``Tuple`` observation spaces are not supported by any environment,
|
||||
however, single-level ``Dict`` spaces are (cf. :ref:`Examples <examples>`).
|
||||
|
||||
|
||||
Actions ``gym.spaces``:
|
||||
|
|
|
|||
Loading…
Reference in a new issue