文件名称:LightHouses_AI_Context:https的Fork项目
文件大小:55KB
文件格式:ZIP
更新时间:2024-04-09 19:47:57
JupyterNotebook
灯塔叉_aicontest 阅读文件aicontest_spec.txt以获取游戏的详细说明。 启动配置 使用conda准备环境,请参阅引擎自述文件 conda install --name python3x -c cogsci pygame conda activate python3x ... launch ai context ... conda deactivate 如果失败,您可以尝试 python3 -m pip install -U pygame --user 用一个机器人启动游戏 python engine/game.py \ --map 'maps/grid.txt' \ --bots 'python examples/RandBot/randbot.py' 用N个机器人启动游戏 python engine/game.py \ --map 'maps/grid.txt'
【文件预览】:
LightHouses_AI_Context-SIST_INT
----maps()
--------square_xl.txt(419B)
--------square_mini.txt(71B)
--------grid.txt(379B)
--------square.txt(71B)
--------square_l.txt(155B)
--------island.txt(396B)
--------grid2.txt(379B)
----Readme.md(5KB)
----examples()
--------RandBot()
----aicontest_spec.txt(17KB)
----engine()
--------botplayer.py(6KB)
--------engine.py(8KB)
--------game_colab.py(2KB)
--------geom.py(2KB)
--------view.py(4KB)
--------game.py(1KB)
--------view_colab.py(5KB)
--------README(307B)
----.gitignore(6B)
----LaunchColab.ipynb(48KB)