catanatron:Catan AI播放器和仿真环境

时间:2024-04-30 00:38:26
【文件属性】:

文件名称:catanatron:Catan AI播放器和仿真环境

文件大小:19.96MB

文件格式:ZIP

更新时间:2024-04-30 00:38:26

Python

反正电子 Catan Python实现的定居者和机器学习播放器。 用法 使用创建一个virtualenv(或使用提供的requirements.txt ): pip install pipenv pipenv install --dev 使用play.py脚本运行游戏。 它提供了其他选项,您可以使用--help探索: python experimental/play.py --num=100 打造自己的机器人 您可以通过实现以下API来创建自己的AI机器人/玩家: from catanatron . game import Game from catanatron . models . actions import Action from catanatron . models . players import Player class MyPlayer ( Player ):


网友评论