Skip to content

Commit

Permalink
Fix typo in cross_evaluate_random_players doc
Browse files Browse the repository at this point in the history
  • Loading branch information
hsahovic committed Jun 17, 2023
1 parent b3b6589 commit d6b07d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/cross_evaluate_random_players.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The corresponding complete source code can be found `here <https://github.com/hs

The goal of this example is to demonstrate how to run existing agents locally, and how to easily measure the relative performance of multiple agents with the ``cross_evaluate`` utility function.

.. note:: This example uses ``tabulate`` ti format results. You can install it by running ``pip install tabulate``.
.. note:: This example uses ``tabulate`` to format results. You can install it by running ``pip install tabulate``.

Getting *something* to run
**************************
Expand Down

0 comments on commit d6b07d8

Please sign in to comment.