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
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