Skip to content

Commit

Permalink
Remove __init__ automethod entry in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Toni-SM committed Nov 23, 2024
1 parent e1e1573 commit fc9a3e6
Show file tree
Hide file tree
Showing 41 changed files with 3 additions and 188 deletions.
2 changes: 0 additions & 2 deletions docs/source/api/agents.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ API (PyTorch)
:private-members: _update, _empty_preprocessor, _get_internal_value
:members:

.. automethod:: __init__
.. automethod:: __str__

.. raw:: html
Expand All @@ -136,5 +135,4 @@ API (JAX)
:private-members: _update, _empty_preprocessor, _get_internal_value
:members:

.. automethod:: __init__
.. automethod:: __str__
6 changes: 0 additions & 6 deletions docs/source/api/agents/a2c.rst
Original file line number Diff line number Diff line change
Expand Up @@ -252,16 +252,12 @@ API (PyTorch)
:private-members: _update
:members:

.. automethod:: __init__

.. autoclass:: skrl.agents.torch.a2c.A2C_RNN
:undoc-members:
:show-inheritance:
:private-members: _update
:members:

.. automethod:: __init__

.. raw:: html

<br>
Expand All @@ -276,5 +272,3 @@ API (JAX)
:show-inheritance:
:private-members: _update
:members:

.. automethod:: __init__
2 changes: 0 additions & 2 deletions docs/source/api/agents/amp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -256,5 +256,3 @@ API (PyTorch)
:show-inheritance:
:private-members: _update
:members:

.. automethod:: __init__
4 changes: 0 additions & 4 deletions docs/source/api/agents/cem.rst
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,6 @@ API (PyTorch)
:private-members: _update
:members:

.. automethod:: __init__

.. raw:: html

<br>
Expand All @@ -211,5 +209,3 @@ API (JAX)
:show-inheritance:
:private-members: _update
:members:

.. automethod:: __init__
6 changes: 0 additions & 6 deletions docs/source/api/agents/ddpg.rst
Original file line number Diff line number Diff line change
Expand Up @@ -256,16 +256,12 @@ API (PyTorch)
:private-members: _update
:members:

.. automethod:: __init__

.. autoclass:: skrl.agents.torch.ddpg.DDPG_RNN
:undoc-members:
:show-inheritance:
:private-members: _update
:members:

.. automethod:: __init__

.. raw:: html

<br>
Expand All @@ -280,5 +276,3 @@ API (JAX)
:show-inheritance:
:private-members: _update
:members:

.. automethod:: __init__
4 changes: 0 additions & 4 deletions docs/source/api/agents/ddqn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,6 @@ API (PyTorch)
:private-members: _update
:members:

.. automethod:: __init__

.. raw:: html

<br>
Expand All @@ -220,5 +218,3 @@ API (JAX)
:show-inheritance:
:private-members: _update
:members:

.. automethod:: __init__
4 changes: 0 additions & 4 deletions docs/source/api/agents/dqn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,6 @@ API (PyTorch)
:private-members: _update
:members:

.. automethod:: __init__

.. raw:: html

<br>
Expand All @@ -220,5 +218,3 @@ API (JAX)
:show-inheritance:
:private-members: _update
:members:

.. automethod:: __init__
6 changes: 0 additions & 6 deletions docs/source/api/agents/ppo.rst
Original file line number Diff line number Diff line change
Expand Up @@ -268,16 +268,12 @@ API (PyTorch)
:private-members: _update
:members:

.. automethod:: __init__

.. autoclass:: skrl.agents.torch.ppo.PPO_RNN
:undoc-members:
:show-inheritance:
:private-members: _update
:members:

.. automethod:: __init__

.. raw:: html

<br>
Expand All @@ -292,5 +288,3 @@ API (JAX)
:show-inheritance:
:private-members: _update
:members:

.. automethod:: __init__
2 changes: 0 additions & 2 deletions docs/source/api/agents/q_learning.rst
Original file line number Diff line number Diff line change
Expand Up @@ -148,5 +148,3 @@ API (PyTorch)
:show-inheritance:
:private-members: _update
:members:

.. automethod:: __init__
6 changes: 0 additions & 6 deletions docs/source/api/agents/rpo.rst
Original file line number Diff line number Diff line change
Expand Up @@ -305,16 +305,12 @@ API (PyTorch)
:private-members: _update
:members:

.. automethod:: __init__

.. autoclass:: skrl.agents.torch.rpo.RPO_RNN
:undoc-members:
:show-inheritance:
:private-members: _update
:members:

.. automethod:: __init__

.. raw:: html

<br>
Expand All @@ -329,5 +325,3 @@ API (JAX)
:show-inheritance:
:private-members: _update
:members:

.. automethod:: __init__
7 changes: 0 additions & 7 deletions docs/source/api/agents/sac.rst
Original file line number Diff line number Diff line change
Expand Up @@ -264,17 +264,12 @@ API (PyTorch)
:private-members: _update
:members:

.. automethod:: __init__


.. autoclass:: skrl.agents.torch.sac.SAC_RNN
:undoc-members:
:show-inheritance:
:private-members: _update
:members:

.. automethod:: __init__

.. raw:: html

<br>
Expand All @@ -289,5 +284,3 @@ API (JAX)
:show-inheritance:
:private-members: _update
:members:

.. automethod:: __init__
2 changes: 0 additions & 2 deletions docs/source/api/agents/sarsa.rst
Original file line number Diff line number Diff line change
Expand Up @@ -148,5 +148,3 @@ API (PyTorch)
:show-inheritance:
:private-members: _update
:members:

.. automethod:: __init__
6 changes: 0 additions & 6 deletions docs/source/api/agents/td3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -278,16 +278,12 @@ API (PyTorch)
:private-members: _update
:members:

.. automethod:: __init__

.. autoclass:: skrl.agents.torch.td3.TD3_RNN
:undoc-members:
:show-inheritance:
:private-members: _update
:members:

.. automethod:: __init__

.. raw:: html

<br>
Expand All @@ -302,5 +298,3 @@ API (JAX)
:show-inheritance:
:private-members: _update
:members:

.. automethod:: __init__
4 changes: 0 additions & 4 deletions docs/source/api/agents/trpo.rst
Original file line number Diff line number Diff line change
Expand Up @@ -302,12 +302,8 @@ API (PyTorch)
:private-members: _update
:members:

.. automethod:: __init__

.. autoclass:: skrl.agents.torch.trpo.TRPO_RNN
:undoc-members:
:show-inheritance:
:private-members: _update
:members:

.. automethod:: __init__
16 changes: 0 additions & 16 deletions docs/source/api/envs/multi_agents_wrapping.rst
Original file line number Diff line number Diff line change
Expand Up @@ -142,29 +142,21 @@ Internal API (PyTorch)
:show-inheritance:
:members:

.. automethod:: __init__

.. autoclass:: skrl.envs.wrappers.torch.IsaacLabMultiAgentWrapper
:undoc-members:
:show-inheritance:
:members:

.. automethod:: __init__

.. autoclass:: skrl.envs.wrappers.torch.PettingZooWrapper
:undoc-members:
:show-inheritance:
:members:

.. automethod:: __init__

.. autoclass:: skrl.envs.wrappers.torch.BiDexHandsWrapper
:undoc-members:
:show-inheritance:
:members:

.. automethod:: __init__

.. raw:: html

<br>
Expand All @@ -177,25 +169,17 @@ Internal API (JAX)
:show-inheritance:
:members:

.. automethod:: __init__

.. autoclass:: skrl.envs.wrappers.jax.IsaacLabMultiAgentWrapper
:undoc-members:
:show-inheritance:
:members:

.. automethod:: __init__

.. autoclass:: skrl.envs.wrappers.jax.PettingZooWrapper
:undoc-members:
:show-inheritance:
:members:

.. automethod:: __init__

.. autoclass:: skrl.envs.wrappers.jax.BiDexHandsWrapper
:undoc-members:
:show-inheritance:
:members:

.. automethod:: __init__
Loading

0 comments on commit fc9a3e6

Please sign in to comment.