agent0.core.hyperdrive.policies.zoo =================================== .. py:module:: agent0.core.hyperdrive.policies.zoo .. autoapi-nested-parse:: Policies for expert system trading bots. .. !! processed by numpydoc !! Classes ------- .. autoapisummary:: agent0.core.hyperdrive.policies.zoo.PolicyZoo Module Contents --------------- .. py:class:: PolicyZoo Bases: :py:obj:`NamedTuple` All policies in agent0. .. !! processed by numpydoc !! .. py:attribute:: random .. py:attribute:: random_hold .. py:attribute:: smart_long .. py:attribute:: simple_lp .. py:attribute:: lp_and_arb .. py:attribute:: deterministic .. py:method:: describe(policies: list | str | None = None) -> str Describe policies, either specific ones provided, or all of them. :param policies: A policy name string or list of policy names to describe. If not provided, then all available policies are described. :type policies: list | str | None, optional :returns: A string containing the policy descriptions joined by new-lines. :rtype: str .. !! processed by numpydoc !!