From 6f37074359483d3ead169e15646836cc3b1ea57e Mon Sep 17 00:00:00 2001 From: Evolutionary-Intelligence <78018333+Evolutionary-Intelligence@users.noreply.github.com> Date: Fri, 5 Jul 2024 20:11:57 +0800 Subject: [PATCH] Update benchmarks.rst --- docs/sphinx/source/benchmarks.rst | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) 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 ---------------------------------------------