fedden / poker_ai

🤖 An Open Source Texas Hold'em AI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error probability

ttys0001 opened this issue · comments

Describe the bug
Why are the strategy generated by this file(async_blueprint_short_deck_poker.py) not worked well?
Because we find that the probabilty of three actions is [0.33333,0.33333,0.33333] by the terminal.

So does it mean that the probability is not updated during training?

To Reproduce
Steps to reproduce the behavior:

  1. Run the script async_blueprint_short_deck_poker.py
  2. Run command 'python -m pluribus.terminal.runner --agent offline --pickle_dir research/blueprint_algo --strategy_path research/blueprint_algo/strategy_6700.gz --no_debug_quick_start'
  3. See output probability

Screenshots
bug.png

Desktop (please complete the following information):

  • OS: Linux Ubuntu
  • Python version: 3.7

How are you able to run async_blueprint_short_deck_poker.py? I keep getting the error

--probabilities don't sum to 1 (see issue #90)

How are you able to run async_blueprint_short_deck_poker.py? I keep getting the error

--probabilities don't sum to 1 (see issue #90)

The author did not provide the pkl file of 20 cards generated by information_abstraction.

You need to generate this file yourself. That will need one day to generate.