diff --git a/docs/sphinx/source/benchmarks.rst b/docs/sphinx/source/benchmarks.rst index f5c5fd7da..b394117ce 100644 --- a/docs/sphinx/source/benchmarks.rst +++ b/docs/sphinx/source/benchmarks.rst @@ -340,6 +340,36 @@ introduction (from `Farama Foundation `_). .. automethod:: __call__ +.. autoclass:: pypop7.benchmarks.gymnasium.Ant + :members: + + .. automethod:: __call__ + +.. autoclass:: pypop7.benchmarks.gymnasium.HalfCheetah + :members: + + .. automethod:: __call__ + +.. autoclass:: pypop7.benchmarks.gymnasium.Hopper + :members: + + .. automethod:: __call__ + +.. autoclass:: pypop7.benchmarks.gymnasium.Humanoid + :members: + + .. automethod:: __call__ + +.. autoclass:: pypop7.benchmarks.gymnasium.Swimmer + :members: + + .. automethod:: __call__ + +.. autoclass:: pypop7.benchmarks.gymnasium.Walker2d + :members: + + .. automethod:: __call__ + Lennard-Jones Cluster Optimization from PyGMO ---------------------------------------------