mirror of
https://github.com/gryf/coach.git
synced 2025-12-18 11:40:18 +01:00
update of api docstrings across coach and tutorials [WIP] (#91)
* updating the documentation website * adding the built docs * update of api docstrings across coach and tutorials 0-2 * added some missing api documentation * New Sphinx based documentation
This commit is contained in:
64
docs/_sources/components/spaces.rst.txt
Normal file
64
docs/_sources/components/spaces.rst.txt
Normal file
@@ -0,0 +1,64 @@
|
||||
Spaces
|
||||
======
|
||||
|
||||
Space
|
||||
-----
|
||||
.. autoclass:: rl_coach.spaces.Space
|
||||
:members:
|
||||
:inherited-members:
|
||||
|
||||
|
||||
|
||||
Observation Spaces
|
||||
------------------
|
||||
.. autoclass:: rl_coach.spaces.ObservationSpace
|
||||
:members:
|
||||
:inherited-members:
|
||||
|
||||
VectorObservationSpace
|
||||
++++++++++++++++++++++
|
||||
.. autoclass:: rl_coach.spaces.VectorObservationSpace
|
||||
|
||||
PlanarMapsObservationSpace
|
||||
++++++++++++++++++++++++++
|
||||
.. autoclass:: rl_coach.spaces.PlanarMapsObservationSpace
|
||||
|
||||
ImageObservationSpace
|
||||
+++++++++++++++++++++
|
||||
.. autoclass:: rl_coach.spaces.ImageObservationSpace
|
||||
|
||||
|
||||
|
||||
Action Spaces
|
||||
-------------
|
||||
.. autoclass:: rl_coach.spaces.ActionSpace
|
||||
:members:
|
||||
:inherited-members:
|
||||
|
||||
AttentionActionSpace
|
||||
++++++++++++++++++++
|
||||
.. autoclass:: rl_coach.spaces.AttentionActionSpace
|
||||
|
||||
BoxActionSpace
|
||||
++++++++++++++
|
||||
.. autoclass:: rl_coach.spaces.BoxActionSpace
|
||||
|
||||
DiscreteActionSpace
|
||||
++++++++++++++++++++
|
||||
.. autoclass:: rl_coach.spaces.DiscreteActionSpace
|
||||
|
||||
MultiSelectActionSpace
|
||||
++++++++++++++++++++++
|
||||
.. autoclass:: rl_coach.spaces.MultiSelectActionSpace
|
||||
|
||||
CompoundActionSpace
|
||||
+++++++++++++++++++
|
||||
.. autoclass:: rl_coach.spaces.CompoundActionSpace
|
||||
|
||||
|
||||
|
||||
Goal Spaces
|
||||
-----------
|
||||
.. autoclass:: rl_coach.spaces.GoalsSpace
|
||||
:members:
|
||||
:inherited-members:
|
||||
Reference in New Issue
Block a user