Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/udalov/russianaicup2015
My solution of Russian AI Cup 2015 -- CodeRacing (http://2015.russianaicup.ru/)
https://github.com/udalov/russianaicup2015
Last synced: 6 days ago
JSON representation
My solution of Russian AI Cup 2015 -- CodeRacing (http://2015.russianaicup.ru/)
- Host: GitHub
- URL: https://github.com/udalov/russianaicup2015
- Owner: udalov
- Created: 2016-08-24T19:32:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-24T19:32:43.000Z (over 8 years ago)
- Last Synced: 2024-10-24T22:35:04.891Z (about 2 months ago)
- Language: C++
- Homepage:
- Size: 9.88 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
russianaicup2015
================My solution of Russian AI Cup 2015 -- CodeRacing (http://russianaicup.ru/)
Results:
* Finals ([v10](7df7a90ac86c035f80981d904514755dc04aa585)) -- 42nd place, 39% wins
* Sandbox overall -- 18th placeTo compile/run, install [CMake](https://cmake.org) and run:
mkdir out
cd out
cmake ..
make -j 4
cd ..
out/LocalRunnerPass `-vis` to `LocalRunner` to observe visualization.
To use the renderer plugin, open the IDEA project in `lib/plugins`, invoke Make project and restart the local runner.