MailRuChamps / raic-2018

Russian AI Cup — artificial intelligence programming contest. Official website: http://russianaicup.ru
43 stars 32 forks source link

Problems with C++ on server side #6

Closed ancientmage closed 5 years ago

ancientmage commented 5 years ago

Take C++ empty strategy. Add 2 lines in implementation of function MyStrategy::act action.target_velocity_x = 100; action.target_velocity_z = 100; Everything works fine on localrunner, but nothing works when push strategy to the server. Robots stay on the spawn locations and look at the ball every tick. Submit strategy as copy-paste all MyStrategy.cpp file

kuviman commented 5 years ago

Should be fixed now

ancientmage commented 5 years ago

Thank You. It works for me now (game №1490). P.S. The issue can be closed.