文件名称:终端竞争
文件大小:232KB
文件格式:ZIP
更新时间:2024-03-03 15:19:12
Python
入门算法 档案总览 starter-algo │ ├──gamelib │ ├──__init__.py │ ├──algocore.py │ ├──game_map.py │ ├──game_state.py │ ├──navigation.py │ ├──tests.py │ ├──unit.py │ └──util.py │ ├──algo_strategy.py ├──documentation ├──README.md ├──run.ps1 └──run.sh 创建一个算法 要创建算法,只需修改algo_strategy.py文件。 要上传到终端,请上传整个python-algo文件夹。 algo_strategy.py 该文件包含AlgoStrategy类,您应该对其进行修改以实现您的策略。 至少必须实现on_
【文件预览】:
terminal-competition-master
----documentation()
--------_build()
--------Makefile(580B)
--------index.rst(76B)
--------gamelib.rst(1KB)
--------conf.py(5KB)
----run.ps1(109B)
----algo.json(27B)
----gamelib()
--------algocore.py(4KB)
--------__init__.py(2KB)
--------game_state.py(26KB)
--------unit.py(4KB)
--------game_map.py(9KB)
--------util.py(1KB)
--------navigation.py(13KB)
--------tests.py(12KB)
----.zipignore(42B)
----README.md(3KB)
----run.sh(119B)
----strategy()
--------structures()
--------structures.py(3KB)
--------funnel.py(0B)
----algo_strategy.py(11KB)