Skip to content

Commit feb8c82

Browse files
committed
PettingZoo now on https://pettingzoo.farama.org (fixes #940)
1 parent 7ab1acb commit feb8c82

1 file changed

Lines changed: 31 additions & 31 deletions

File tree

README.rst

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -300,37 +300,37 @@ Selected projects
300300
301301
If you like, share interesting things you are using python-chess for, for example:
302302
303-
+------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------+
304-
| .. image:: https://github.com/niklasf/python-chess/blob/master/docs/images/syzygy.png?raw=true | https://syzygy-tables.info/ |
305-
| :height: 64 | |
306-
| :width: 64 | |
307-
| :target: https://syzygy-tables.info/ | A website to probe Syzygy endgame tablebases |
308-
+------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------+
309-
| .. image:: https://github.com/niklasf/python-chess/blob/master/docs/images/maia.png?raw=true | https://maiachess.com/ |
310-
| :height: 64 | |
311-
| :width: 64 | |
312-
| :target: https://maiachess.com/ | A human-like neural network chess engine |
313-
+------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------+
314-
| .. image:: https://github.com/niklasf/python-chess/blob/master/docs/images/clente-chess.png?raw=true | `clente/chess <https://github.com/clente/chess>`_ |
315-
| :height: 64 | |
316-
| :width: 64 | |
317-
| :target: https://github.com/clente/chess | Oppinionated wrapper to use python-chess from the R programming language |
318-
+------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------+
319-
| .. image:: https://github.com/niklasf/python-chess/blob/master/docs/images/crazyara.png?raw=true | https://crazyara.org/ |
320-
| :height: 64 | |
321-
| :width: 64 | |
322-
| :target: https://crazyara.org/ | Deep learning for Crazyhouse |
323-
+------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------+
324-
| .. image:: https://github.com/niklasf/python-chess/blob/master/docs/images/jcchess.png?raw=true | `http://johncheetham.com <http://johncheetham.com/projects/jcchess/>`_ |
325-
| :height: 64 | |
326-
| :width: 64 | |
327-
| :target: http://johncheetham.com/projects/jcchess/ | A GUI to play against UCI chess engines |
328-
+------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------+
329-
| .. image:: https://github.com/niklasf/python-chess/blob/master/docs/images/pettingzoo.png?raw=true | `https://www.pettingzoo.ml <https://www.pettingzoo.ml/classic/chess>`_ |
330-
| :width: 64 | |
331-
| :height: 64 | |
332-
| :target: https://www.pettingzoo.ml/classic/chess | A multi-agent reinforcement learning environment |
333-
+------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------+
303+
+------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------+
304+
| .. image:: https://github.com/niklasf/python-chess/blob/master/docs/images/syzygy.png?raw=true | https://syzygy-tables.info/ |
305+
| :height: 64 | |
306+
| :width: 64 | |
307+
| :target: https://syzygy-tables.info/ | A website to probe Syzygy endgame tablebases |
308+
+------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------+
309+
| .. image:: https://github.com/niklasf/python-chess/blob/master/docs/images/maia.png?raw=true | https://maiachess.com/ |
310+
| :height: 64 | |
311+
| :width: 64 | |
312+
| :target: https://maiachess.com/ | A human-like neural network chess engine |
313+
+------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------+
314+
| .. image:: https://github.com/niklasf/python-chess/blob/master/docs/images/clente-chess.png?raw=true | `clente/chess <https://github.com/clente/chess>`_ |
315+
| :height: 64 | |
316+
| :width: 64 | |
317+
| :target: https://github.com/clente/chess | Oppinionated wrapper to use python-chess from the R programming language |
318+
+------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------+
319+
| .. image:: https://github.com/niklasf/python-chess/blob/master/docs/images/crazyara.png?raw=true | https://crazyara.org/ |
320+
| :height: 64 | |
321+
| :width: 64 | |
322+
| :target: https://crazyara.org/ | Deep learning for Crazyhouse |
323+
+------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------+
324+
| .. image:: https://github.com/niklasf/python-chess/blob/master/docs/images/jcchess.png?raw=true | `http://johncheetham.com <http://johncheetham.com/projects/jcchess/>`_ |
325+
| :height: 64 | |
326+
| :width: 64 | |
327+
| :target: http://johncheetham.com/projects/jcchess/ | A GUI to play against UCI chess engines |
328+
+------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------+
329+
| .. image:: https://github.com/niklasf/python-chess/blob/master/docs/images/pettingzoo.png?raw=true | `https://pettingzoo.farama.org <https://pettingzoo.farama.org/environments/classic/chess/>`_ |
330+
| :width: 64 | |
331+
| :height: 64 | |
332+
| :target: https://pettingzoo.farama.org/environments/classic/chess/ | A multi-agent reinforcement learning environment |
333+
+------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------+
334334
335335
* extensions to build engines (search and evaluation) – https://github.com/Mk-Chan/python-chess-engine-extensions
336336
* a stand-alone chess computer based on DGT board – http://www.picochess.org/

0 commit comments

Comments
 (0)