Closed LucasColas closed 1 year ago
Does this section in the docs answer your question? https://texasholdem.readthedocs.io/en/0.9/guis.html#watching-agents-play
As a note, the gui.run_step()
is equivalent to https://texasholdem.readthedocs.io/en/0.9/guis.html#breaking-down-the-steps
Does this section in the docs answer your question? https://texasholdem.readthedocs.io/en/0.9/guis.html#watching-agents-play
No. because I have to press enter every time.
Ah, you can skip that by deleting the gui.wait_until_prompted()
line
Closing this issue for now, feel free to reopen if there's any more issues
Hello, I would like to try to do a game of poker where every player is a bot. Here is an example of code I did :
However sometimes I was asked to play. Every action should be taken by a random agent but sometimes I have to take the action.