Skip to content

com.theaigames.game.texasHoldem.Player maxTimeBank not set #1

@diegotello

Description

@diegotello

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions