Skip to content

Commit

Permalink
Docs: update link to PettingZoo (#1213)
Browse files Browse the repository at this point in the history
Docs: update link to PettingZoo

- [ ] I have added the correct label(s) to this Pull Request or linked
the relevant issue(s)
- [ ] I have provided a description of the changes in this Pull Request
- [ ] I have added documentation for my changes and have listed relevant
changes in CHANGELOG.md
- [ ] If applicable, I have added tests to cover my changes.
- [ ] I have reformatted the code using `poe format` 
- [ ] I have checked style and types with `poe lint` and `poe
type-check`
- [ ] (Optional) I ran tests locally with `poe test` 
(or a subset of them with `poe test-reduced`) ,and they pass
- [x] (Optional) I have tested that documentation builds correctly with
`poe doc-build`
  • Loading branch information
liuzhaoze authored Sep 2, 2024
1 parent 7640c6e commit 36dd21a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/01_tutorials/04_tictactoe.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Specifically, we will design an algorithm to learn how to play `Tic Tac Toe <htt
Tic-Tac-Toe Environment
-----------------------

The scripts are located at ``test/pettingzoo/``. We have implemented :class:`~tianshou.env.PettingZooEnv` which can wrap any `PettingZoo <https://www.pettingzoo.ml/>`_ environment. PettingZoo offers a 3x3 Tic-Tac-Toe environment, let's first explore it.
The scripts are located at ``test/pettingzoo/``. We have implemented :class:`~tianshou.env.PettingZooEnv` which can wrap any `PettingZoo <https://pettingzoo.farama.org/>`_ environment. PettingZoo offers a 3x3 Tic-Tac-Toe environment, let's first explore it.
::

>>> from tianshou.env import PettingZooEnv # wrapper for PettingZoo environments
Expand Down

0 comments on commit 36dd21a

Please sign in to comment.