Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/udalov/russianaicup2019
My solution of Russian AI Cup 2019 -- CodeSide (https://2019.russianaicup.ru/)
https://github.com/udalov/russianaicup2019
Last synced: 6 days ago
JSON representation
My solution of Russian AI Cup 2019 -- CodeSide (https://2019.russianaicup.ru/)
- Host: GitHub
- URL: https://github.com/udalov/russianaicup2019
- Owner: udalov
- Created: 2020-01-16T20:36:16.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-16T20:38:42.000Z (almost 5 years ago)
- Last Synced: 2024-10-24T22:35:18.513Z (about 2 months ago)
- Language: Pawn
- Size: 260 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
russianaicup2019
================My solution of Russian AI Cup 2019 -- CodeSide (http://2019.russianaicup.ru/)
Results:
* Round 1 ([v2](bc7bec6)) -- 69th place, 79.3% wins
* Round 2 ([v7](ef88794)) -- 55th place, 73.9% wins
* Finals ([v9](627d241)) -- 28rd place, 51.7% wins
* Sandbox overall -- 28th placeTo configure and compile the project, install [CMake](https://cmake.org) and run:
LOCAL=1 cmake -S src -B out
make -Cout -j4To run one game, download and unpack local runner from the web site, and run:
./c
for a default game versus the Quick start solution on complex level, with team size 2 and seed 42.
Optionally, set specific variables for custom games, pass arguments for seed and game duration, and `--vis` for debug info in the visualizer:
P1=Local P2=Local TEAM_SIZE=1 LEVEL=levels/level.txt ./c 43 3600 --vis