Could you please confirm? Also, is the new version on the player portal?
Thanks!
Edit: I submitted a bot last night, and it looks like the game engine on the portal is still the older version that ignores the new commands from Java bots.
Hi. I see the docs say Torpedoes move at a speed of 60, but the effective default and tournament speed is 20. Please confirm that the torpedo speed config will be 20 in the upcoming tournament?
Hi James
my bot (Python) runs correctly on the local game engine. However, if I upload the bot to the player portal , I get ‘Match Status’ marked as success, but in the bot.txt file I get a message ‘SignalRCoreClient - ERROR _’
Is the portal TickRate set to 75ms or does it use the TickRate value of 20 ms as set up in the starter kit
I attempted to upload the bot today twice today. According to the bot.txt files, the first time the bot executed a few ticks and then stopped. The second time it generated messages from SignalRCoreClient before stopping.
I did an investigation into your 2 latest submissions and looked at the Runner, Engine and Bot logs.
Both of that matches did complete successfully and the logs suggest it was a healthy match. The 2nd latest match finished in 160 ticks, and the latest match finished in 60 ticks.
There is probably something funky with the SignalR connection. I will pass this on to the engine squad.
All of the matches run in their own isolated environment. Meaning all infrastructure (Networks, Connections), game components (Runner, Engine, Logger) and bots (Player Bots) are freshly created for each match. So one match cannot influence another match.
You will see that SignalRCore Client has closed the connection before my bot runs?? There is something seriously wrong here. Although the bot appears to run, I do not believe that it is communicating with the game engine.
I have run my bot multiple times on the starter kit code. Running against 3 reference bots, it invariably comes first. Loading the identical code for my bot onto the portal 5 times it finishes either 4th or 3rd, usually with an error message in the bot.txt file. The bot does not appear to run on the portal?