Pull examples into generated docs
This commit is contained in:
parent
6e84703a15
commit
0b574274df
6
docs/source/examples/dmc.rst
Normal file
6
docs/source/examples/dmc.rst
Normal file
@ -0,0 +1,6 @@
|
||||
DeepMind Control Examples
|
||||
=========================
|
||||
|
||||
.. literalinclude:: ../../../fancy_gym/examples/examples_dmc.py
|
||||
:language: python
|
||||
:linenos:
|
6
docs/source/examples/general.rst
Normal file
6
docs/source/examples/general.rst
Normal file
@ -0,0 +1,6 @@
|
||||
General Usage Examples
|
||||
======================
|
||||
|
||||
.. literalinclude:: ../../../fancy_gym/examples/examples_general.py
|
||||
:language: python
|
||||
:linenos:
|
6
docs/source/examples/metaworld.rst
Normal file
6
docs/source/examples/metaworld.rst
Normal file
@ -0,0 +1,6 @@
|
||||
Metaworld Examples
|
||||
==================
|
||||
|
||||
.. literalinclude:: ../../../fancy_gym/examples/examples_metaworld.py
|
||||
:language: python
|
||||
:linenos:
|
6
docs/source/examples/movement_primitives.rst
Normal file
6
docs/source/examples/movement_primitives.rst
Normal file
@ -0,0 +1,6 @@
|
||||
Movement Primitives Examples
|
||||
============================
|
||||
|
||||
.. literalinclude:: ../../../fancy_gym/examples/examples_movement_primitives.py
|
||||
:language: python
|
||||
:linenos:
|
6
docs/source/examples/mp_params_tuning.rst
Normal file
6
docs/source/examples/mp_params_tuning.rst
Normal file
@ -0,0 +1,6 @@
|
||||
MP Params Tuning Example
|
||||
========================
|
||||
|
||||
.. literalinclude:: ../../../fancy_gym/examples/mp_params_tuning.py
|
||||
:language: python
|
||||
:linenos:
|
6
docs/source/examples/open_ai.rst
Normal file
6
docs/source/examples/open_ai.rst
Normal file
@ -0,0 +1,6 @@
|
||||
OpenAI Envs Examples
|
||||
====================
|
||||
|
||||
.. literalinclude:: ../../../fancy_gym/examples/examples_open_ai.py
|
||||
:language: python
|
||||
:linenos:
|
6
docs/source/examples/pd_control_gain_tuning.rst
Normal file
6
docs/source/examples/pd_control_gain_tuning.rst
Normal file
@ -0,0 +1,6 @@
|
||||
PD Control Gain Tuning Example
|
||||
==============================
|
||||
|
||||
.. literalinclude:: ../../../fancy_gym/examples/pd_control_gain_tuning.py
|
||||
:language: python
|
||||
:linenos:
|
6
docs/source/examples/replanning_envs.rst
Normal file
6
docs/source/examples/replanning_envs.rst
Normal file
@ -0,0 +1,6 @@
|
||||
Replanning Example
|
||||
==================
|
||||
|
||||
.. literalinclude:: ../../../fancy_gym/examples/example_replanning_envs.py
|
||||
:language: python
|
||||
:linenos:
|
Loading…
Reference in New Issue
Block a user