Hello, i was getting this error a lot of times in my local environment
Response timed out (0ms), let your bot return 'No moves' instead of nothing or make it faster.
Output from your bot: null
And i found that maxTimeBank is not being set and it is equals to 0, so in the com.theaigames.game.texasHoldem.Player.updateTimeBank method when this line this.timeBank = Math.min(this.timeBank + this.timePerMove,this.maxTimeBank); is executed it always sets the bot timebank to 0.
Can you check this please?
Regards.
Hello, i was getting this error a lot of times in my local environment
Response timed out (0ms), let your bot return 'No moves' instead of nothing or make it faster.
Output from your bot: null
And i found that maxTimeBank is not being set and it is equals to 0, so in the com.theaigames.game.texasHoldem.Player.updateTimeBank method when this line this.timeBank = Math.min(this.timeBank + this.timePerMove,this.maxTimeBank); is executed it always sets the bot timebank to 0.
Can you check this please?
Regards.