cabaretmaxime / openholdembot

Automatically exported from code.google.com/p/openholdembot
Other
0 stars 0 forks source link

Blinds not determined correctly #89

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
http://www.maxinmontreal.com/forums/viewtopic.php?f=156&t=9903&start=0&st=0&sk=t
&sd=a

Original issue reported on code.google.com by thehighfish@googlemail.com on 8 Jan 2010 at 3:24

GoogleCodeExporter commented 9 years ago
Too many problems with blinds.
Started some refactoring.

Original comment by thehighfish@googlemail.com on 8 Jan 2010 at 5:47

GoogleCodeExporter commented 9 years ago
Improved in OH 2.1.1

Detecting blind-values correctly is an errorprone task, especially when 
scraping it
from the table.
  There could be cases, where somebody raises and SB folds and the blinds do suddenly
double-up.
  This has now been improved by auto-locking the blinds
  * for the current hands, as soon as the values are reasonable
  * for the entire session after N hands (cashgame only).
  Still needs further work, as the input from the scraper-engine seems to be quite
dissatisfactory,
  at least when testing at PokerAcademy, but that may be related to missing stable
frames.
  Thanks to Nomade for providing replay-frames to reproduce the problem. [THF]

Original comment by thehighfish@googlemail.com on 30 Jan 2010 at 10:57

GoogleCodeExporter commented 9 years ago
Should be finally fixed, releasing rev 1213 as OH 2.1.2

Original comment by thehighfish@googlemail.com on 12 Feb 2010 at 9:13