Usage ===== .. _installation: Installation ------------ you can use the ``irlc.ex01.agent.train()`` function: .. autofunction:: irlc.ex01.agent.train Next, we will do an entire class. What about some math before that? .. math:: :nowrap: \begin{eqnarray} y & = & ax^2 + bx + c \\ f(x) & = & x^2 + 2xy + y^2 \end{eqnarray} .. autoclass:: irlc.ex01.agent.Agent :members: To use Lumache, first install it using pip: .. code-block:: console (.venv) $ pip install lumache