Code Monkey home page Code Monkey logo

dickreuter / poker Goto Github PK

View Code? Open in Web Editor NEW
1.9K 144.0 495.0 151.84 MB

Fully functional Pokerbot that works on PartyPoker, PokerStars and GGPoker, scraping tables with Open-CV (adaptable via gui) or neural network and making decisions based on a genetic algorithm and montecarlo simulation for poker equity calculation. Binaries can be downloaded with this link:

Home Page: http://www.deepermind-pokerbot.com

License: GNU General Public License v3.0

Python 84.11% Dockerfile 0.10% HTML 0.18% CSS 0.96% TypeScript 10.87% Jupyter Notebook 3.25% NSIS 0.53%
poker pokerstars artificial-intelligence

poker's People

Contributors

catboost3r avatar dexion avatar dickreuter avatar kingknecht avatar lenny4 avatar mac0x1 avatar mikeplace1971 avatar rafalzgoda avatar rjjeffries avatar serkules avatar sidletski avatar swizes avatar theherobrine422 avatar v3rchi3l avatar vidmantasb avatar winstxnhdw avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

poker's Issues

cant connect to mongo db anymore

I am on this code for some days now. A couple of days before I was able to run main.py, so the bot GUI showed up. But now when I try to run the bot with main.py it tells me that the mongo DB connections fail because the target PC denies the connection. Did something changed the last days on Mongo DB (maybe you turned the server off, not quite sure how Mongo DB is working) or did I f***** it up somewhere? That's the error I receive :

pymongo.errors.ServerSelectionTimeoutError: dickreuter.com:27017: [WinError 10061]

failing tests

@groZeuros
groZeuros, it seems that the tests in tests/test_tableScreenBased are now failing. Could you have a look if this is cause of concern? thanks

Nicolas computer names

So, now we know that Nicolas has notebook with computer name - "NICOLAS-ASUS", and other computer with name - "Home-PC-ND" ;)

partypoker wont work after update

hi there,

always have this message:
2018-03-15 20:59:09,115 - table - DEBUG - Top left corner found
2018-03-15 20:59:09,158 - table - DEBUG - Did not find two player cards: []

after update the default window change a bit look here

table

the bottom of the window is different. Anyone the same fault? or my fault? Lower Frame has gone.

Screen resolution and OS in VM

I got the system up and running under ubuntu but unfortunately matchTemplate can't get a match. Could you please explain witch font, screen resolution and OS you are using in the vm.

Bot uses wrong coordinates for call button since change to coordinates.json

hi, after some debbuging and wondering why the bot always raises instead to call (when it shows call in the bot window) i found out, that it uses the wrong coordinates for pokerstars.

all other buttons are working right and the coordinates from the ps2 section are getting used, but the call button uses the coordinates from the ps section. (and that coordinates point to the raise button)

a temp fix is, to change the ps call button coordinations, but i guess it is not intended that all other buttons use the PS2 section and only for the call button the PS section is used.

Unnecessary automation.

In my opinion automation on this is completely unnecessary, you should put your focus on making a terminal version that simply gives you advice on what to play next. Also I think that automation would be much more easily achieved through selenium and playing in browser.
However, the project should really focus on decision making and printing the next best decision.
Two ways to do this, the bot looks at the game and collects data about what other players did and gives you advice, or we re-play other players actions and bot tells us what to do.

Could you please make a version without automating the clicks with the decision making only? Thank you very much, great project btw and effort so far!

getting started

ubuntu:

sudo apt-get install python-pyqt5 python-xlib python-opencv
python -m pip install pandas pymongo configobj pymouse captcha xlrd

git clone https://github.com/dickreuter/Poker.git
cd Poker
python main.py

gives me the error:

Traceback (most recent call last):
  File "main.py", line 11, in <module>
    from decisionmaker.decisionmaker import *
ImportError: No module named decisionmaker.decisionmaker

When uncommenting following line from main.py

from decisionmaker.decisionmaker import *

it get:

Traceback (most recent call last):
  File "main.py", line 12, in <module>
    from tools.mouse_mover import *
  File "/home/rebien/Documents/pokerimager/Poker2/tools/mouse_mover.py", line 8, in <module>
    from captcha.key_press_vbox import *
ImportError: No module named key_press_vbox

trouble to set VM and BOT to the right size.

the link is not working anymore like mentioned in another post. the available screenshots are confusing me. which layout is needed, so that the bot finds top-left?
can someone help me out?

Wiki link: https://github.com/dickreuter/Poker/wiki/Setup-instructions

Pic link: https://github.com/dickreuter/Poker/raw/master/wiki/VM_background_1280_720.png?raw=True

tip : If the software cannot read the virtual machine because you unluckily resized your PokerStars table window, Here is a beautiful background you can set as your virtual machine background, all you have to do then is to resize the VM screen to [1280,720], move the poker table window over the footprint, start the poker bot

OCR incorrect MyFunds

OCR of MyFunds is detecting 8 as B. I had 867 but it detected as B67, then MyFunds final value was 67. It also detected 489.25 as 39.25 and 1,003 as .003.

Mongodb install

`

Pokerbot_downloader.exe
Traceback (most recent call last):
File "Pokerbot_downloader.py", line 42, in
File "Pokerbot_downloader.py", line 33, in check_update
File "site-packages\pymongo\cursor.py", line 1090, in next
File "site-packages\pymongo\cursor.py", line 1012, in _refresh
File "site-packages\pymongo\cursor.py", line 850, in __send_message
File "site-packages\pymongo\mongo_client.py", line 798, in send_message_with
response
File "site-packages\pymongo\mongo_client.py", line 809, in _reset_on_error
File "site-packages\pymongo\server.py", line 88, in send_message_with_response

File "contextlib.py", line 59, in enter
File "site-packages\pymongo\server.py", line 152, in get_socket
File "contextlib.py", line 59, in enter
File "site-packages\pymongo\pool.py", line 541, in get_socket
File "site-packages\pymongo\pool.py", line 306, in check_auth
File "site-packages\pymongo\auth.py", line 436, in authenticate
File "site-packages\pymongo\auth.py", line 416, in _authenticate_default
File "site-packages\pymongo\auth.py", line 188, in _authenticate_scram_sha1
File "site-packages\pymongo\pool.py", line 213, in command
File "site-packages\pymongo\network.py", line 99, in command
File "site-packages\pymongo\helpers.py", line 196, in _check_command_response
pymongo.errors.OperationFailure: Authentication failed.
Failed to execute script Pokerbot_downloader
`

monogodb connection error

Is there a problem with the mongodb server?

Traceback (most recent call last):
File "poker\main.py", line 301, in
run_poker()
File "poker\main.py", line 247, in run_poker
u.check_update(version)
File "C:\Users\Matt\Desktop\Poker-master\poker\tools\mongo_manager.py", line 45, in check_update
c = cursor.next()
File "C:\Users\Matt\Anaconda3\envs\poker_venv\lib\site-packages\pymongo\cursor.py", line 1132, in next
if len(self.__data) or self._refresh():
File "C:\Users\Matt\Anaconda3\envs\poker_venv\lib\site-packages\pymongo\cursor.py", line 1055, in _refresh
self.__collation))
File "C:\Users\Matt\Anaconda3\envs\poker_venv\lib\site-packages\pymongo\cursor.py", line 892, in __send_message
**kwargs)
File "C:\Users\Matt\Anaconda3\envs\poker_venv\lib\site-packages\pymongo\mongo_client.py", line 933, in _send_message_with_response
server = topology.select_server(selector)
File "C:\Users\Matt\Anaconda3\envs\poker_venv\lib\site-packages\pymongo\topology.py", line 214, in select_server
address))
File "C:\Users\Matt\Anaconda3\envs\poker_venv\lib\site-packages\pymongo\topology.py", line 189, in select_servers
self._error_message(selector))
pymongo.errors.ServerSelectionTimeoutError: dickreuter.com:27017: [WinError 10061] No connection could be made because the target machine actively refused it

somebody has a PP new pics

somebody has the last photos necessary spara that the bot fucnione correctly in partypoker or poker star, it does not work in any of the two with this version :(

MongoDB is down ?

Hi,
I am a Python dev and I like your project.
I would like contribute, but i can't access to mongodb://guest:[email protected]:27017/POKER
Stdout: 'pymongo.errors.ServerSelectionTimeoutError: 52.201.173.151:27017: timed out'

thx, and good luck.

Update gui_qt_logic.py

Traceback (most recent call last):
File "poker\gui\gui_qt_logic.py", line 326, in
TypeError: init() takes 3 positional arguments but 4 were given

while using the Patrick Edward PS Zoom II strategy and pressing Genetic Algorithm.
Strategy Analyser also doesnt work for me, but dont now if that is related to this.

For the rest, really nice work!

Possibility to change player position for Pokerstars

Hi, I am testing on PS and it seems to be running well. I want though to be possible to start the bot with a parameter like player index position. Based on that, a new coordinates file to be generated. This will give us the possibility to choose more tables and fly better under the radar :). I will try to do that and let you know.

Error PP not found yet

Hi , i am trying use PokerBot in Pokerstart and i have a problem : Error PP not found yet

Exception with PS

Get temporarily rip off #20 issue with fake one .png but get immediatly after this error:
error

Any suggestion?

Poker Stars Support

Hi,

Thank you for sharing this project.
Is Poker Stars already supported? The project title says so, while in the wiki the statement is more like โ€žnearly doneโ€œ.

Kind regards

Doesn't work?

Hi,
I followed all the setup steps and runned a vm with vmware.
Can you help me please?
I send a couple of e mails more detailed.
thanx

Not doing anything besides clicking "I'm back"

I've tested with both PartyPoker and Pokerstars and on both clients the only thing it does it recognizing the "I'm back" button and clicking it. After that nothing happens. What could that be?

Install WIN10: Details error install tesseract

Hello everyone.

Has anyone managed to install the repository on Widows 10?

I have a problem with the installation of tesseract-ocr.

ERROR:
tesseract_ocr.cpp (463): fatal error C1083: Can not open include file: 'leptonica / allheaders.h': No such file or directory
error: command 'c: \ Program Files (x86) \ Microsoft Visual Studio 14.0 \ VC \ Bin \ x86_amd64 \ cl.exe' failed with exit status 2

Can someone help me?
Thank's

h4wk3r

Howto add further poker platforms?

Hi,

I'm thinking about adding a further platform / diff. poker software.
Can you pls give me a short sum up, what I have to do?
In my imagine, I just have to make screenshots to find the top left corner, train the NN to recognize the cards and of course expand the coordinates.txt according your description in the wiki.

Would it be possible to use a different corner? I'm not sure about the usage. First I was thining, that you use that corner as a fix point to find all other card/buttons/... relative to that point. But the coordinates files looks like fix points at all.

Thanks in advance!

pokerstars zoom - bot play intermittant?

i ended up manually entering some bets which probably made it worse because the bot wasn't doing anything but the bot would recognize hand, make first bet, and then not reply afte rthat, or sometimes make first 2 bets, but not after that. or sometimes it would do a bet, nbot recognize next bet and then it'd rrecognize and act on 3rd bet.

2018-04-18 16:37:02,044 - table - INFO - My cards: ['TH', 'TS']
2018-04-18 16:37:02,045 - table - INFO - +++========================== NEW HAND ==========================+++
2018-04-18 16:37:02,235 - table - INFO - MyFunds FINAL VALUE: 111
2018-04-18 16:37:02,626 - table - INFO - ---
2018-04-18 16:37:02,627 - table - INFO - Gamestage: Flop
2018-04-18 16:37:02,627 - table - INFO - Cards on table: ['KC', '5D', '9D']
2018-04-18 16:37:02,627 - table - INFO - ---
2018-04-18 16:37:02,672 - table - INFO - Bot position is UTG+4
2018-04-18 16:37:02,672 - table - INFO - Dealer position (0 is myself and 1 is next player): 5
2018-04-18 16:37:03,720 - table - INFO - Total Strategy winnings: 0
2018-04-18 16:37:03,720 - table - INFO - Winnings in BB per 100 hands: 0
2018-04-18 16:37:03,720 - table - INFO - Game #0 - Last 100: $0
2018-04-18 16:37:03,737 - table - INFO - My cards: ['TH', 'TS']
2018-04-18 16:37:03,737 - table - INFO - Game number on screen:
2018-04-18 16:37:03,915 - table - INFO - MyFunds FINAL VALUE: 111
2018-04-18 16:37:04,009 - table - INFO - ---
2018-04-18 16:37:04,009 - table - INFO - Gamestage: Turn
2018-04-18 16:37:04,009 - table - INFO - Cards on table: ['KC', '5D', '9D', '5C']
2018-04-18 16:37:04,009 - table - INFO - ---
2018-04-18 16:37:04,054 - table - INFO - Bot position is UTG+4
2018-04-18 16:37:04,054 - table - INFO - Dealer position (0 is myself and 1 is next player): 5
2018-04-18 16:37:05,089 - table - INFO - My cards: ['TH', 'TS']
2018-04-18 16:37:05,089 - table - INFO - Game number on screen:
2018-04-18 16:37:05,269 - table - INFO - MyFunds FINAL VALUE: 111
2018-04-18 16:37:05,360 - table - INFO - ---
2018-04-18 16:37:05,361 - table - INFO - Gamestage: River
2018-04-18 16:37:05,361 - table - INFO - Cards on table: ['2D', 'KC', '5D', '9D', '5C']
2018-04-18 16:37:05,361 - table - INFO - ---
2018-04-18 16:37:05,406 - table - INFO - Bot position is UTG+4
2018-04-18 16:37:05,406 - table - INFO - Dealer position (0 is myself and 1 is next player): 5
2018-04-18 16:37:06,397 - table - INFO - My cards: ['TH', 'TS']
2018-04-18 16:37:06,397 - table - INFO - Game number on screen:
2018-04-18 16:37:06,595 - table - INFO - MyFunds FINAL VALUE: 111
2018-04-18 16:37:06,688 - table - INFO - ---
2018-04-18 16:37:06,688 - table - INFO - Gamestage: River
2018-04-18 16:37:06,688 - table - INFO - Cards on table: ['2D', 'KC', '5D', '9D', '5C']
2018-04-18 16:37:06,689 - table - INFO - ---
2018-04-18 16:37:06,733 - table - INFO - Bot position is UTG+4
2018-04-18 16:37:06,733 - table - INFO - Dealer position (0 is myself and 1 is next player): 5
2018-04-18 16:37:07,706 - table - INFO - My cards: ['TH', 'TS']
2018-04-18 16:37:07,707 - table - INFO - Game number on screen:
2018-04-18 16:37:07,887 - table - INFO - MyFunds FINAL VALUE: 111
2018-04-18 16:37:07,979 - table - INFO - ---
2018-04-18 16:37:07,979 - table - INFO - Gamestage: River
2018-04-18 16:37:07,979 - table - INFO - Cards on table: ['2D', 'KC', '5D', '9D', '5C']
2018-04-18 16:37:07,979 - table - INFO - ---
2018-04-18 16:37:08,023 - table - INFO - Bot position is UTG+4
2018-04-18 16:37:08,023 - table - INFO - Dealer position (0 is myself and 1 is next player): 5
2018-04-18 16:37:09,042 - table - INFO - My cards: ['TH', 'TS']
2018-04-18 16:37:09,042 - table - INFO - Game number on screen:
2018-04-18 16:37:09,223 - table - INFO - MyFunds FINAL VALUE: 111
2018-04-18 16:37:09,316 - table - INFO - ---
2018-04-18 16:37:09,316 - table - INFO - Gamestage: River
2018-04-18 16:37:09,316 - table - INFO - Cards on table: ['2D', 'KC', '5D', '9D', '5C']
2018-04-18 16:37:09,316 - table - INFO - ---
2018-04-18 16:37:09,360 - table - INFO - Bot position is UTG+4
2018-04-18 16:37:09,360 - table - INFO - Dealer position (0 is myself and 1 is next player): 5
2018-04-18 21:15:38,379 - mouse - INFO - Mouse moving to: Imback
2018-04-18 21:16:07,741 - mouse - INFO - Mouse moving to: Imback
2018-04-18 21:21:01,567 - mouse - INFO - Mouse moving to: Imback
2018-04-18 21:21:31,244 - mouse - INFO - Mouse moving to: Imback
2018-04-18 21:26:58,859 - table - INFO - My cards: ['JC', '2H']
2018-04-18 21:26:58,860 - table - INFO - +++========================== NEW HAND ==========================+++
2018-04-18 21:26:59,032 - table - INFO - MyFunds FINAL VALUE: 900
2018-04-18 21:26:59,329 - table - INFO - ---
2018-04-18 21:26:59,329 - table - INFO - Gamestage: PreFlop
2018-04-18 21:26:59,329 - table - INFO - Cards on table: []
2018-04-18 21:26:59,329 - table - INFO - ---
2018-04-18 21:26:59,375 - table - INFO - Bot position is UTG+5
2018-04-18 21:26:59,375 - table - INFO - Dealer position (0 is myself and 1 is next player): 4
2018-04-18 21:27:00,455 - table - INFO - My cards: ['JC', '2H']
2018-04-18 21:27:00,455 - table - INFO - Game number on screen:
2018-04-18 21:27:00,618 - table - INFO - MyFunds FINAL VALUE: 900
2018-04-18 21:27:00,745 - table - INFO - ---
2018-04-18 21:27:00,745 - table - INFO - Gamestage: PreFlop
2018-04-18 21:27:00,745 - table - INFO - Cards on table: []
2018-04-18 21:27:00,745 - table - INFO - ---
2018-04-18 21:27:00,790 - table - INFO - Bot position is UTG+5
2018-04-18 21:27:00,790 - table - INFO - Dealer position (0 is myself and 1 is next player): 4
2018-04-18 21:27:01,374 - table - INFO - Total Strategy winnings: 0
2018-04-18 21:27:01,375 - table - INFO - Winnings in BB per 100 hands: 0
2018-04-18 21:27:01,375 - table - INFO - Game #0 - Last 100: $0
2018-04-18 21:27:01,853 - table - INFO - My cards: ['JC', '2H']
2018-04-18 21:27:01,853 - table - INFO - Game number on screen:
2018-04-18 21:27:02,019 - table - INFO - MyFunds FINAL VALUE: 900
2018-04-18 21:27:02,112 - table - INFO - ---
2018-04-18 21:27:02,112 - table - INFO - Gamestage: PreFlop
2018-04-18 21:27:02,113 - table - INFO - Cards on table: []
2018-04-18 21:27:02,113 - table - INFO - ---
2018-04-18 21:27:02,158 - table - INFO - Bot position is UTG+5
2018-04-18 21:27:02,158 - table - INFO - Dealer position (0 is myself and 1 is next player): 4
2018-04-18 21:27:03,277 - table - INFO - My cards: ['JC', '2H']
2018-04-18 21:27:03,277 - table - INFO - Game number on screen:
2018-04-18 21:27:03,441 - table - INFO - MyFunds FINAL VALUE: 900
2018-04-18 21:27:03,533 - table - INFO - ---
2018-04-18 21:27:03,533 - table - INFO - Gamestage: PreFlop
2018-04-18 21:27:03,533 - table - INFO - Cards on table: []
2018-04-18 21:27:03,533 - table - INFO - ---
2018-04-18 21:27:03,579 - table - INFO - Bot position is UTG+5
2018-04-18 21:27:03,580 - table - INFO - Dealer position (0 is myself and 1 is next player): 4
2018-04-18 21:27:04,666 - table - INFO - My cards: ['JC', '2H']
2018-04-18 21:27:04,666 - table - INFO - Game number on screen:
2018-04-18 21:27:04,831 - table - INFO - MyFunds FINAL VALUE: 900
2018-04-18 21:27:04,922 - table - INFO - ---
2018-04-18 21:27:04,922 - table - INFO - Gamestage: PreFlop
2018-04-18 21:27:04,922 - table - INFO - Cards on table: []
2018-04-18 21:27:04,922 - table - INFO - ---
2018-04-18 21:27:04,968 - table - INFO - Bot position is UTG+5
2018-04-18 21:27:04,969 - table - INFO - Dealer position (0 is myself and 1 is next player): 4
2018-04-18 21:27:10,157 - table - INFO - My cards: ['JC', '2H']
2018-04-18 21:27:10,157 - table - INFO - Game number on screen:
2018-04-18 21:27:10,321 - table - INFO - MyFunds FINAL VALUE: 900
2018-04-18 21:27:10,415 - table - INFO - ---
2018-04-18 21:27:10,415 - table - INFO - Gamestage: PreFlop
2018-04-18 21:27:10,415 - table - INFO - Cards on table: []
2018-04-18 21:27:10,415 - table - INFO - ---
2018-04-18 21:27:10,460 - table - INFO - Bot position is UTG+5
2018-04-18 21:27:10,460 - table - INFO - Dealer position (0 is myself and 1 is next player): 4
2018-04-18 21:27:10,465 - table - INFO - Buttons Found, cards: JC 2H
2018-04-18 21:27:10,796 - table - INFO - TotalPotValue FINAL VALUE:
2018-04-18 21:27:10,797 - table - INFO - Final Total Pot Value: 0
2018-04-18 21:27:11,128 - table - INFO - TotalPotValue FINAL VALUE:
2018-04-18 21:27:11,128 - table - INFO - Final round pot Value: 0
2018-04-18 21:28:54,476 - mouse - INFO - Mouse moving to: Imback
2018-04-18 21:29:03,904 - table - INFO - My cards: ['7D', 'TD']
2018-04-18 21:29:03,905 - table - INFO - +++========================== NEW HAND ==========================+++
2018-04-18 21:29:04,069 - table - INFO - MyFunds FINAL VALUE: 80
2018-04-18 21:29:04,346 - table - INFO - ---
2018-04-18 21:29:04,346 - table - INFO - Gamestage: PreFlop
2018-04-18 21:29:04,346 - table - INFO - Cards on table: []
2018-04-18 21:29:04,346 - table - INFO - ---
2018-04-18 21:29:04,392 - table - INFO - Bot position is UTG+4
2018-04-18 21:29:04,392 - table - INFO - Dealer position (0 is myself and 1 is next player): 5
2018-04-18 21:29:05,489 - table - INFO - My cards: ['7D', 'TD']
2018-04-18 21:29:05,489 - table - INFO - Game number on screen:
2018-04-18 21:29:05,655 - table - INFO - MyFunds FINAL VALUE: 80
2018-04-18 21:29:05,746 - table - INFO - ---
2018-04-18 21:29:05,747 - table - INFO - Gamestage: PreFlop
2018-04-18 21:29:05,747 - table - INFO - Cards on table: []
2018-04-18 21:29:05,747 - table - INFO - ---
2018-04-18 21:29:05,792 - table - INFO - Bot position is UTG+4
2018-04-18 21:29:05,792 - table - INFO - Dealer position (0 is myself and 1 is next player): 5
2018-04-18 21:29:06,152 - table - INFO - Total Strategy winnings: 0
2018-04-18 21:29:06,153 - table - INFO - Winnings in BB per 100 hands: 0
2018-04-18 21:29:06,153 - table - INFO - Game #0 - Last 100: $0
2018-04-18 21:29:06,868 - table - INFO - My cards: ['7D', 'TD']
2018-04-18 21:29:06,868 - table - INFO - Game number on screen:
2018-04-18 21:29:07,029 - table - INFO - MyFunds FINAL VALUE: 80
2018-04-18 21:29:07,123 - table - INFO - ---
2018-04-18 21:29:07,123 - table - INFO - Gamestage: PreFlop
2018-04-18 21:29:07,124 - table - INFO - Cards on table: []
2018-04-18 21:29:07,124 - table - INFO - ---
2018-04-18 21:29:07,169 - table - INFO - Bot position is UTG+4
2018-04-18 21:29:07,169 - table - INFO - Dealer position (0 is myself and 1 is next player): 5
2018-04-18 21:29:08,278 - table - INFO - My cards: ['7D', 'TD']
2018-04-18 21:29:08,278 - table - INFO - Game number on screen:
2018-04-18 21:29:08,440 - table - INFO - MyFunds FINAL VALUE: 80
2018-04-18 21:29:08,534 - table - INFO - ---
2018-04-18 21:29:08,534 - table - INFO - Gamestage: PreFlop
2018-04-18 21:29:08,534 - table - INFO - Cards on table: []
2018-04-18 21:29:08,534 - table - INFO - ---
2018-04-18 21:29:08,582 - table - INFO - Bot position is UTG+4
2018-04-18 21:29:08,582 - table - INFO - Dealer position (0 is myself and 1 is next player): 5
2018-04-18 21:29:09,667 - table - INFO - My cards: ['7D', 'TD']
2018-04-18 21:29:09,667 - table - INFO - Game number on screen:
2018-04-18 21:29:09,829 - table - INFO - MyFunds FINAL VALUE: 80
2018-04-18 21:29:09,922 - table - INFO - ---
2018-04-18 21:29:09,923 - table - INFO - Gamestage: PreFlop
2018-04-18 21:29:09,923 - table - INFO - Cards on table: []
2018-04-18 21:29:09,923 - table - INFO - ---
2018-04-18 21:29:09,967 - table - INFO - Bot position is UTG+4
2018-04-18 21:29:09,967 - table - INFO - Dealer position (0 is myself and 1 is next player): 5
2018-04-18 21:29:11,027 - table - INFO - My cards: ['7D', 'TD']
2018-04-18 21:29:11,027 - table - INFO - Game number on screen:
2018-04-18 21:29:11,193 - table - INFO - MyFunds FINAL VALUE: 80
2018-04-18 21:29:11,286 - table - INFO - ---
2018-04-18 21:29:11,287 - table - INFO - Gamestage: PreFlop
2018-04-18 21:29:11,287 - table - INFO - Cards on table: []
2018-04-18 21:29:11,287 - table - INFO - ---
2018-04-18 21:29:11,331 - table - INFO - Bot position is UTG+4
2018-04-18 21:29:11,332 - table - INFO - Dealer position (0 is myself and 1 is next player): 5
2018-04-18 21:29:12,426 - table - INFO - My cards: ['7D', 'TD']
2018-04-18 21:29:12,426 - table - INFO - Game number on screen:
2018-04-18 21:29:12,587 - table - INFO - MyFunds FINAL VALUE: 80
2018-04-18 21:29:12,681 - table - INFO - ---
2018-04-18 21:29:12,681 - table - INFO - Gamestage: PreFlop
2018-04-18 21:29:12,681 - table - INFO - Cards on table: []
2018-04-18 21:29:12,681 - table - INFO - ---
2018-04-18 21:29:12,728 - table - INFO - Bot position is UTG+4
2018-04-18 21:29:12,728 - table - INFO - Dealer position (0 is myself and 1 is next player): 5
2018-04-18 21:29:13,812 - table - INFO - My cards: ['7D', 'TD']
2018-04-18 21:29:13,812 - table - INFO - Game number on screen:
2018-04-18 21:29:13,974 - table - INFO - MyFunds FINAL VALUE: 80
2018-04-18 21:29:14,067 - table - INFO - ---
2018-04-18 21:29:14,067 - table - INFO - Gamestage: PreFlop
2018-04-18 21:29:14,067 - table - INFO - Cards on table: []
2018-04-18 21:29:14,067 - table - INFO - ---
2018-04-18 21:29:14,113 - table - INFO - Bot position is UTG+4
2018-04-18 21:29:14,113 - table - INFO - Dealer position (0 is myself and 1 is next player): 5
2018-04-18 21:29:15,230 - table - INFO - My cards: ['7D', 'TD']
2018-04-18 21:29:15,230 - table - INFO - Game number on screen:
2018-04-18 21:29:15,393 - table - INFO - MyFunds FINAL VALUE: 80
2018-04-18 21:29:15,487 - table - INFO - ---
2018-04-18 21:29:15,487 - table - INFO - Gamestage: PreFlop
2018-04-18 21:29:15,487 - table - INFO - Cards on table: []
2018-04-18 21:29:15,487 - table - INFO - ---
2018-04-18 21:29:15,533 - table - INFO - Bot position is UTG+4
2018-04-18 21:29:15,534 - table - INFO - Dealer position (0 is myself and 1 is next player): 5
2018-04-18 21:29:15,539 - table - INFO - Buttons Found, cards: 7D TD
2018-04-18 21:29:15,859 - table - INFO - TotalPotValue FINAL VALUE:
2018-04-18 21:29:15,859 - table - INFO - Final Total Pot Value: 0
2018-04-18 21:29:16,169 - table - INFO - TotalPotValue FINAL VALUE:
2018-04-18 21:29:16,170 - table - INFO - Final round pot Value: 0
2018-04-18 21:29:16,183 - table - INFO - First raiser utg+nan
2018-04-18 21:29:16,183 - table - INFO - Highest raiser abs: nan
2018-04-18 21:29:16,183 - table - INFO - First caller utg+nan
2018-04-18 21:29:16,183 - table - INFO - Other player has initiative: False
2018-04-18 21:29:16,369 - table - INFO - CallValue FINAL VALUE: 150
2018-04-18 21:29:16,530 - table - INFO - BetValue FINAL VALUE: 300
2018-04-18 21:29:16,530 - table - INFO - Final call value: 150.0
2018-04-18 21:29:16,530 - table - INFO - Final bet value: 300.0
2018-04-18 21:29:18,533 - montecarlo - INFO - Collusion found, player still in game. ['JS', 'JD']
2018-04-18 21:29:18,533 - montecarlo - INFO - Preflop reverse tables for ranges for opponent: NO
2018-04-18 21:29:18,612 - montecarlo - INFO - Absolute equity (no ranges for bot) 0.18
2018-04-18 21:29:18,613 - decision - INFO - Use absolute equity
2018-04-18 21:29:18,617 - decision - INFO - Other player has no initiative and there is no check button. Activate increased required equity for betting
2018-04-18 21:29:18,648 - decision - INFO - Sheet name: 5
2018-04-18 21:29:18,649 - decision - INFO - Preflop Excelsheet Version: 1.5
2018-04-18 21:29:18,651 - decision - INFO - Preflop betting 4 activated from preflop table
2018-04-18 21:29:18,651 - decision - INFO - Preflop table not used for this decision
2018-04-18 21:29:19,009 - main - INFO - Equity: 52.0% -> 2 (0-0+1) Plr
2018-04-18 21:29:19,013 - main - INFO - Final Call Limit: 2.54 --> 150.0
2018-04-18 21:29:19,030 - main - INFO - Final Bet Limit: 1.09 --> 300.0
2018-04-18 21:29:19,031 - main - INFO - Pot size: 0 -> Zero EV Call: 0.01
2018-04-18 21:29:19,032 - main - INFO - +++++++++++++++++++++++ Decision: Bet pot+++++++++++++++++++++++
2018-04-18 21:29:19,033 - mouse - INFO - Mouse moving to: Bet pot
2018-04-18 21:29:24,040 - main - INFO - =========== round end ===========
2018-04-18 21:29:25,197 - table - INFO - My cards: ['7D', 'TD']
2018-04-18 21:29:25,197 - table - INFO - Game number on screen:
2018-04-18 21:29:25,362 - table - INFO - MyFunds FINAL VALUE: 80
2018-04-18 21:29:25,456 - table - INFO - ---
2018-04-18 21:29:25,456 - table - INFO - Gamestage: PreFlop
2018-04-18 21:29:25,456 - table - INFO - Cards on table: []
2018-04-18 21:29:25,456 - table - INFO - ---
2018-04-18 21:29:25,503 - table - INFO - Bot position is UTG+4
2018-04-18 21:29:25,503 - table - INFO - Dealer position (0 is myself and 1 is next player): 5
2018-04-18 21:29:26,628 - table - INFO - My cards: ['7D', 'TD']
2018-04-18 21:29:26,628 - table - INFO - Game number on screen:
2018-04-18 21:29:26,793 - table - INFO - MyFunds FINAL VALUE: 80
2018-04-18 21:29:26,887 - table - INFO - ---
2018-04-18 21:29:26,888 - table - INFO - Gamestage: PreFlop
2018-04-18 21:29:26,888 - table - INFO - Cards on table: []
2018-04-18 21:29:26,888 - table - INFO - ---
2018-04-18 21:29:26,935 - table - INFO - Bot position is UTG+4
2018-04-18 21:29:26,935 - table - INFO - Dealer position (0 is myself and 1 is next player): 5
2018-04-18 21:29:28,064 - table - INFO - My cards: ['7D', 'TD']
2018-04-18 21:29:28,065 - table - INFO - Game number on screen:
2018-04-18 21:29:28,229 - table - INFO - MyFunds FINAL VALUE: 80
2018-04-18 21:29:28,327 - table - INFO - ---
2018-04-18 21:29:28,327 - table - INFO - Gamestage: PreFlop
2018-04-18 21:29:28,327 - table - INFO - Cards on table: []
2018-04-18 21:29:28,327 - table - INFO - ---
2018-04-18 21:29:29,510 - table - INFO - My cards: ['7D', 'TD']
2018-04-18 21:29:29,511 - table - INFO - Game number on screen:
2018-04-18 21:29:29,675 - table - INFO - MyFunds FINAL VALUE: 80
2018-04-18 21:29:29,770 - table - INFO - ---
2018-04-18 21:29:29,770 - table - INFO - Gamestage: PreFlop
2018-04-18 21:29:29,770 - table - INFO - Cards on table: []
2018-04-18 21:29:29,771 - table - INFO - ---
2018-04-18 21:29:29,818 - table - INFO - Bot position is UTG+4
2018-04-18 21:29:29,818 - table - INFO - Dealer position (0 is myself and 1 is next player): 5
2018-04-18 21:29:30,926 - table - INFO - My cards: ['7D', 'TD']
2018-04-18 21:29:30,926 - table - INFO - Game number on screen:
2018-04-18 21:29:31,088 - table - INFO - MyFunds FINAL VALUE: 80
2018-04-18 21:29:31,184 - table - INFO - ---
2018-04-18 21:29:31,184 - table - INFO - Gamestage: PreFlop
2018-04-18 21:29:31,184 - table - INFO - Cards on table: []
2018-04-18 21:29:31,184 - table - INFO - ---
2018-04-18 21:29:31,229 - table - INFO - Bot position is UTG+4
2018-04-18 21:29:31,229 - table - INFO - Dealer position (0 is myself and 1 is next player): 5
2018-04-18 21:29:31,234 - table - INFO - Buttons Found, cards: 7D TD
2018-04-18 21:29:31,557 - table - INFO - TotalPotValue FINAL VALUE:
2018-04-18 21:29:31,557 - table - INFO - Final Total Pot Value: 0
2018-04-18 21:29:31,869 - table - INFO - TotalPotValue FINAL VALUE:
2018-04-18 21:29:31,870 - table - INFO - Final round pot Value: 0
2018-04-18 21:29:32,229 - table - INFO - get_bot_pot FINAL VALUE:
2018-04-18 21:29:32,230 - table - INFO - First raiser utg+nan
2018-04-18 21:29:32,230 - table - INFO - Highest raiser abs: nan
2018-04-18 21:29:32,230 - table - INFO - First caller utg+nan
2018-04-18 21:29:32,230 - table - INFO - Other player has initiative: False
2018-04-18 21:29:32,413 - table - INFO - CallValue FINAL VALUE: 150
2018-04-18 21:29:32,574 - table - INFO - BetValue FINAL VALUE: 300
2018-04-18 21:29:32,574 - table - INFO - Final call value: 150.0
2018-04-18 21:29:32,574 - table - INFO - Final bet value: 300.0
2018-04-18 21:29:34,968 - montecarlo - INFO - Collusion found, player still in game. ['JS', 'JD']
2018-04-18 21:29:34,968 - montecarlo - INFO - Preflop reverse tables for ranges for opponent: NO
2018-04-18 21:29:35,047 - montecarlo - INFO - Absolute equity (no ranges for bot) 0.18
2018-04-18 21:29:35,047 - decision - INFO - Use absolute equity
2018-04-18 21:29:35,051 - decision - INFO - Other player has no initiative and there is no check button. Activate increased required equity for betting
2018-04-18 21:29:35,123 - decision - INFO - Sheet name: 52
2018-04-18 21:29:35,124 - decision - INFO - Preflop Excelsheet Version: 1.5
2018-04-18 21:29:35,124 - decision - INFO - Preflop folding, hands not found in preflop table
2018-04-18 21:29:35,124 - decision - INFO - Preflop table not used for this decision
2018-04-18 21:29:35,461 - main - INFO - Equity: 52.0% -> 2 (0-0+1) Plr
2018-04-18 21:29:35,461 - main - INFO - Final Call Limit: 0.5 --> 150.0
2018-04-18 21:29:35,462 - main - INFO - Final Bet Limit: 0.5 --> 300.0
2018-04-18 21:29:35,465 - main - INFO - Pot size: 0 -> Zero EV Call: 0.01
2018-04-18 21:29:35,467 - main - INFO - +++++++++++++++++++++++ Decision: Fold+++++++++++++++++++++++
2018-04-18 21:29:35,468 - mouse - INFO - Mouse moving to: Fold
2018-04-18 21:29:41,161 - main - INFO - =========== round end ===========
2018-04-18 21:29:42,273 - mouse - INFO - Mouse moving to: Imback
2018-04-18 21:29:49,606 - table - INFO - My cards: ['6S', '8S']
2018-04-18 21:29:49,606 - table - INFO - +++========================== NEW HAND ==========================+++
2018-04-18 21:29:49,770 - table - INFO - MyFunds FINAL VALUE: 80
2018-04-18 21:29:50,293 - table - INFO - ---
2018-04-18 21:29:50,293 - table - INFO - Gamestage: PreFlop
2018-04-18 21:29:50,293 - table - INFO - Cards on table: []
2018-04-18 21:29:50,294 - table - INFO - ---
2018-04-18 21:29:50,340 - table - INFO - Bot position is UTG+3
2018-04-18 21:29:50,341 - table - INFO - Dealer position (0 is myself and 1 is next player): 0
2018-04-18 21:29:51,165 - table - INFO - Total Strategy winnings: 0.0
2018-04-18 21:29:51,165 - table - INFO - Winnings in BB per 100 hands: 0.0
2018-04-18 21:29:51,166 - table - INFO - Game #1 - Last 100: $0.0
2018-04-18 21:29:51,481 - table - INFO - My cards: ['6S', '8S']
2018-04-18 21:29:51,481 - table - INFO - Game number on screen:
2018-04-18 21:29:51,643 - table - INFO - MyFunds FINAL VALUE: 80
2018-04-18 21:29:51,738 - table - INFO - ---
2018-04-18 21:29:51,738 - table - INFO - Gamestage: PreFlop
2018-04-18 21:29:51,738 - table - INFO - Cards on table: []
2018-04-18 21:29:51,738 - table - INFO - ---
2018-04-18 21:29:51,783 - table - INFO - Bot position is UTG+3
2018-04-18 21:29:51,783 - table - INFO - Dealer position (0 is myself and 1 is next player): 0
2018-04-18 21:29:52,889 - table - INFO - My cards: ['6S', '8S']
2018-04-18 21:29:52,889 - table - INFO - Game number on screen:
2018-04-18 21:29:53,051 - table - INFO - MyFunds FINAL VALUE: 80
2018-04-18 21:29:53,146 - table - INFO - ---
2018-04-18 21:29:53,146 - table - INFO - Gamestage: PreFlop
2018-04-18 21:29:53,146 - table - INFO - Cards on table: []
2018-04-18 21:29:53,146 - table - INFO - ---
2018-04-18 21:29:53,192 - table - INFO - Bot position is UTG+3
2018-04-18 21:29:53,192 - table - INFO - Dealer position (0 is myself and 1 is next player): 0
2018-04-18 21:29:54,265 - table - INFO - My cards: ['6S', '8S']
2018-04-18 21:29:54,265 - table - INFO - Game number on screen:
2018-04-18 21:29:54,432 - table - INFO - MyFunds FINAL VALUE: 80
2018-04-18 21:29:54,525 - table - INFO - ---
2018-04-18 21:29:54,526 - table - INFO - Gamestage: PreFlop
2018-04-18 21:29:54,526 - table - INFO - Cards on table: []
2018-04-18 21:29:54,526 - table - INFO - ---
2018-04-18 21:29:54,572 - table - INFO - Bot position is UTG+3
2018-04-18 21:29:54,572 - table - INFO - Dealer position (0 is myself and 1 is next player): 0
2018-04-18 21:29:54,577 - table - INFO - Buttons Found, cards: 6S 8S
2018-04-18 21:29:54,899 - table - INFO - TotalPotValue FINAL VALUE:
2018-04-18 21:29:54,899 - table - INFO - Final Total Pot Value: 0
2018-04-18 21:29:55,217 - table - INFO - TotalPotValue FINAL VALUE:
2018-04-18 21:29:55,217 - table - INFO - Final round pot Value: 0
2018-04-18 21:29:55,231 - table - INFO - First raiser utg+nan
2018-04-18 21:29:55,231 - table - INFO - Highest raiser abs: nan
2018-04-18 21:29:55,232 - table - INFO - First caller utg+nan
2018-04-18 21:29:55,232 - table - INFO - Other player has initiative: False
2018-04-18 21:29:55,407 - table - INFO - CallValue FINAL VALUE: 100
2018-04-18 21:29:55,570 - table - INFO - BetValue FINAL VALUE: 00
2018-04-18 21:29:55,973 - table - INFO - Final call value: 0.0
2018-04-18 21:29:55,973 - table - INFO - Final bet value: 0.0
2018-04-18 21:29:58,091 - montecarlo - INFO - Collusion found, player still in game. ['JS', 'JD']
2018-04-18 21:29:58,093 - montecarlo - INFO - Preflop reverse tables for ranges for opponent: NO
2018-04-18 21:29:58,205 - montecarlo - INFO - Absolute equity (no ranges for bot) 0.19
2018-04-18 21:29:58,205 - decision - INFO - Use absolute equity
2018-04-18 21:29:58,209 - decision - INFO - Other player has no initiative and there is no check button. Activate increased required equity for betting
2018-04-18 21:29:58,239 - decision - INFO - Sheet name: 4
2018-04-18 21:29:58,239 - decision - INFO - Preflop Excelsheet Version: 1.5
2018-04-18 21:29:58,241 - decision - INFO - Preflop betting 3 activated from preflop table
2018-04-18 21:29:58,241 - decision - INFO - Preflop table not used for this decision
2018-04-18 21:29:58,241 - decision - ERROR - Call button or pot multiple had no value
2018-04-18 21:29:58,557 - main - INFO - Equity: 48.0% -> 2 (0-0+1) Plr
2018-04-18 21:29:58,557 - main - INFO - Final Call Limit: 0.5 --> 0.0
2018-04-18 21:29:58,557 - main - INFO - Final Bet Limit: 0.5 --> 0.0
2018-04-18 21:29:58,563 - main - INFO - Pot size: 0 -> Zero EV Call: 0.01
2018-04-18 21:29:58,563 - main - INFO - +++++++++++++++++++++++ Decision: Bet half pot+++++++++++++++++++++++
2018-04-18 21:29:58,564 - mouse - INFO - Mouse moving to: Bet half pot
2018-04-18 21:30:03,711 - main - INFO - =========== round end ===========
2018-04-18 21:30:08,945 - table - INFO - My cards: ['6S', '8S']
2018-04-18 21:30:08,946 - table - INFO - Game number on screen:
2018-04-18 21:30:09,112 - table - INFO - MyFunds FINAL VALUE: 0
2018-04-18 21:30:09,205 - table - INFO - ---
2018-04-18 21:30:09,205 - table - INFO - Gamestage: PreFlop
2018-04-18 21:30:09,205 - table - INFO - Cards on table: []
2018-04-18 21:30:09,205 - table - INFO - ---
2018-04-18 21:30:09,250 - table - INFO - Bot position is UTG+3
2018-04-18 21:30:09,251 - table - INFO - Dealer position (0 is myself and 1 is next player): 0
2018-04-18 21:30:10,393 - table - INFO - My cards: ['6S', '8S']
2018-04-18 21:30:10,393 - table - INFO - Game number on screen:
2018-04-18 21:30:10,557 - table - INFO - MyFunds FINAL VALUE: 0
2018-04-18 21:30:10,652 - table - INFO - ---
2018-04-18 21:30:10,652 - table - INFO - Gamestage: PreFlop
2018-04-18 21:30:10,652 - table - INFO - Cards on table: []
2018-04-18 21:30:10,652 - table - INFO - ---
2018-04-18 21:30:10,698 - table - INFO - Bot position is UTG+3
2018-04-18 21:30:10,698 - table - INFO - Dealer position (0 is myself and 1 is next player): 0
2018-04-18 21:30:11,758 - table - INFO - My cards: ['6S', '8S']
2018-04-18 21:30:11,758 - table - INFO - Game number on screen:
2018-04-18 21:30:11,922 - table - INFO - MyFunds FINAL VALUE: 0
2018-04-18 21:30:12,018 - table - CRITICAL - Table cards not recognised correctly: 1
2018-04-18 21:30:12,018 - table - INFO - ---
2018-04-18 21:30:12,018 - table - INFO - Gamestage: River
2018-04-18 21:30:12,018 - table - INFO - Cards on table: ['QD']
2018-04-18 21:30:12,019 - table - INFO - ---
2018-04-18 21:30:12,064 - table - INFO - Bot position is UTG+3
2018-04-18 21:30:12,065 - table - INFO - Dealer position (0 is myself and 1 is next player): 0
2018-04-18 21:30:13,121 - table - INFO - My cards: ['6S', '8S']
2018-04-18 21:30:13,121 - table - INFO - Game number on screen:
2018-04-18 21:30:13,285 - table - INFO - MyFunds FINAL VALUE: 0
2018-04-18 21:30:13,381 - table - INFO - ---
2018-04-18 21:30:13,381 - table - INFO - Gamestage: Flop
2018-04-18 21:30:13,381 - table - INFO - Cards on table: ['QD', '3H', 'TD']
2018-04-18 21:30:13,381 - table - INFO - ---
2018-04-18 21:30:13,428 - table - INFO - Bot position is UTG+3
2018-04-18 21:30:13,428 - table - INFO - Dealer position (0 is myself and 1 is next player): 0
2018-04-18 21:30:14,576 - table - INFO - My cards: ['6S', '8S']
2018-04-18 21:30:14,576 - table - INFO - Game number on screen:
2018-04-18 21:30:14,742 - table - INFO - MyFunds FINAL VALUE: 0
2018-04-18 21:30:14,838 - table - INFO - ---
2018-04-18 21:30:14,838 - table - INFO - Gamestage: Flop
2018-04-18 21:30:14,838 - table - INFO - Cards on table: ['QD', '3H', 'TD']
2018-04-18 21:30:14,838 - table - INFO - ---
2018-04-18 21:30:14,884 - table - INFO - Bot position is UTG+3
2018-04-18 21:30:14,884 - table - INFO - Dealer position (0 is myself and 1 is next player): 0
2018-04-18 21:30:15,989 - table - INFO - My cards: ['6S', '8S']
2018-04-18 21:30:15,990 - table - INFO - Game number on screen:
2018-04-18 21:30:16,152 - table - INFO - MyFunds FINAL VALUE: 0
2018-04-18 21:30:16,247 - table - INFO - ---
2018-04-18 21:30:16,247 - table - INFO - Gamestage: Flop
2018-04-18 21:30:16,247 - table - INFO - Cards on table: ['QD', '3H', 'TD']
2018-04-18 21:30:16,247 - table - INFO - ---
2018-04-18 21:30:16,292 - table - INFO - Bot position is UTG+3
2018-04-18 21:30:16,293 - table - INFO - Dealer position (0 is myself and 1 is next player): 0
2018-04-18 21:30:17,371 - table - INFO - My cards: ['6S', '8S']
2018-04-18 21:30:17,371 - table - INFO - Game number on screen:
2018-04-18 21:30:17,533 - table - INFO - MyFunds FINAL VALUE: 0
2018-04-18 21:30:17,646 - table - INFO - ---
2018-04-18 21:30:17,646 - table - INFO - Gamestage: Flop
2018-04-18 21:30:17,646 - table - INFO - Cards on table: ['QD', '3H', 'TD']
2018-04-18 21:30:17,646 - table - INFO - ---
2018-04-18 21:30:17,691 - table - INFO - Bot position is UTG+3
2018-04-18 21:30:17,692 - table - INFO - Dealer position (0 is myself and 1 is next player): 0
2018-04-18 21:30:18,788 - table - INFO - My cards: ['6S', '8S']
2018-04-18 21:30:18,789 - table - INFO - Game number on screen:
2018-04-18 21:30:18,951 - table - INFO - MyFunds FINAL VALUE: 0
2018-04-18 21:30:19,047 - table - INFO - ---
2018-04-18 21:30:19,048 - table - INFO - Gamestage: Flop
2018-04-18 21:30:19,048 - table - INFO - Cards on table: ['QD', '3H', 'TD']
2018-04-18 21:30:19,048 - table - INFO - ---
2018-04-18 21:30:19,093 - table - INFO - Bot position is UTG+3
2018-04-18 21:30:19,093 - table - INFO - Dealer position (0 is myself and 1 is next player): 0
2018-04-18 21:30:20,210 - table - INFO - My cards: ['6S', '8S']
2018-04-18 21:30:20,210 - table - INFO - Game number on screen:
2018-04-18 21:30:20,377 - table - INFO - MyFunds FINAL VALUE: 0
2018-04-18 21:30:20,470 - table - INFO - ---
2018-04-18 21:30:20,470 - table - INFO - Gamestage: Flop
2018-04-18 21:30:20,470 - table - INFO - Cards on table: ['QD', '3H', 'TD']
2018-04-18 21:30:20,470 - table - INFO - ---
2018-04-18 21:30:20,516 - table - INFO - Bot position is UTG+3
2018-04-18 21:30:20,516 - table - INFO - Dealer position (0 is myself and 1 is next player): 0
2018-04-18 21:30:21,627 - table - INFO - My cards: ['6S', '8S']
2018-04-18 21:30:21,627 - table - INFO - Game number on screen:
2018-04-18 21:30:21,789 - table - INFO - MyFunds FINAL VALUE: 0
2018-04-18 21:30:21,884 - table - INFO - ---
2018-04-18 21:30:21,884 - table - INFO - Gamestage: Flop
2018-04-18 21:30:21,884 - table - INFO - Cards on table: ['QD', '3H', 'TD']
2018-04-18 21:30:21,884 - table - INFO - ---
2018-04-18 21:30:21,929 - table - INFO - Bot position is UTG+3
2018-04-18 21:30:21,930 - table - INFO - Dealer position (0 is myself and 1 is next player): 0
2018-04-18 21:30:22,959 - table - INFO - My cards: ['6S', '8S']
2018-04-18 21:30:22,959 - table - INFO - Game number on screen:
2018-04-18 21:30:23,127 - table - INFO - MyFunds FINAL VALUE: 0
2018-04-18 21:30:23,222 - table - INFO - ---
2018-04-18 21:30:23,222 - table - INFO - Gamestage: Flop
2018-04-18 21:30:23,222 - table - INFO - Cards on table: ['QD', '3H', 'TD']
2018-04-18 21:30:23,223 - table - INFO - ---
2018-04-18 21:30:23,269 - table - INFO - Bot position is UTG+3
2018-04-18 21:30:23,269 - table - INFO - Dealer position (0 is myself and 1 is next player): 0
2018-04-18 21:30:24,401 - table - INFO - My cards: ['6S', '8S']
2018-04-18 21:30:24,401 - table - INFO - Game number on screen:
2018-04-18 21:30:24,566 - table - INFO - MyFunds FINAL VALUE: 0
2018-04-18 21:30:24,660 - table - INFO - ---
2018-04-18 21:30:24,660 - table - INFO - Gamestage: Flop
2018-04-18 21:30:24,660 - table - INFO - Cards on table: ['QD', '3H', 'TD']
2018-04-18 21:30:24,660 - table - INFO - ---
2018-04-18 21:30:24,705 - table - INFO - Bot position is UTG+3
2018-04-18 21:30:24,705 - table - INFO - Dealer position (0 is myself and 1 is next player): 0
2018-04-18 21:30:25,813 - table - INFO - My cards: ['6S', '8S']
2018-04-18 21:30:25,813 - table - INFO - Game number on screen:
2018-04-18 21:30:25,976 - table - INFO - MyFunds FINAL VALUE: 0
2018-04-18 21:30:26,072 - table - INFO - ---
2018-04-18 21:30:26,072 - table - INFO - Gamestage: Flop
2018-04-18 21:30:26,072 - table - INFO - Cards on table: ['QD', '3H', 'TD']
2018-04-18 21:30:26,072 - table - INFO - ---
2018-04-18 21:30:26,117 - table - INFO - Bot position is UTG+3
2018-04-18 21:30:26,118 - table - INFO - Dealer position (0 is myself and 1 is next player): 0
2018-04-18 21:30:27,201 - table - INFO - My cards: ['6S', '8S']
2018-04-18 21:30:27,202 - table - INFO - Game number on screen:
2018-04-18 21:30:27,367 - table - INFO - MyFunds FINAL VALUE: 0
2018-04-18 21:30:27,463 - table - INFO - ---
2018-04-18 21:30:27,463 - table - INFO - Gamestage: Flop
2018-04-18 21:30:27,463 - table - INFO - Cards on table: ['QD', '3H', 'TD']
2018-04-18 21:30:27,463 - table - INFO - ---
2018-04-18 21:30:27,509 - table - INFO - Bot position is UTG+3
2018-04-18 21:30:27,509 - table - INFO - Dealer position (0 is myself and 1 is next player): 0
2018-04-18 21:30:28,623 - table - INFO - My cards: ['6S', '8S']
2018-04-18 21:30:28,623 - table - INFO - Game number on screen:
2018-04-18 21:30:28,787 - table - INFO - MyFunds FINAL VALUE: 0
2018-04-18 21:30:28,883 - table - INFO - ---
2018-04-18 21:30:28,883 - table - INFO - Gamestage: Flop
2018-04-18 21:30:28,883 - table - INFO - Cards on table: ['QD', '3H', 'TD']
2018-04-18 21:30:28,884 - table - INFO - ---
2018-04-18 21:30:28,929 - table - INFO - Bot position is UTG+3
2018-04-18 21:30:28,929 - table - INFO - Dealer position (0 is myself and 1 is next player): 0
2018-04-18 21:30:30,056 - table - INFO - My cards: ['6S', '8S']
2018-04-18 21:30:30,056 - table - INFO - Game number on screen:
2018-04-18 21:30:30,222 - table - INFO - MyFunds FINAL VALUE: 0
2018-04-18 21:30:30,315 - table - INFO - ---
2018-04-18 21:30:30,315 - table - INFO - Gamestage: Flop
2018-04-18 21:30:30,315 - table - INFO - Cards on table: ['QD', '3H', 'TD']
2018-04-18 21:30:30,315 - table - INFO - ---
2018-04-18 21:30:30,360 - table - INFO - Bot position is UTG+3
2018-04-18 21:30:30,360 - table - INFO - Dealer position (0 is myself and 1 is next player): 0
2018-04-18 21:30:31,482 - table - INFO - My cards: ['6S', '8S']
2018-04-18 21:30:31,483 - table - INFO - Game number on screen:
2018-04-18 21:30:31,645 - table - INFO - MyFunds FINAL VALUE: 0
2018-04-18 21:30:31,739 - table - INFO - ---
2018-04-18 21:30:31,739 - table - INFO - Gamestage: Turn
2018-04-18 21:30:31,739 - table - INFO - Cards on table: ['QD', '3H', '3C', 'TD']
2018-04-18 21:30:31,739 - table - INFO - ---
2018-04-18 21:30:31,785 - table - INFO - Bot position is UTG+3
2018-04-18 21:30:31,786 - table - INFO - Dealer position (0 is myself and 1 is next player): 0
2018-04-18 21:30:32,903 - table - INFO - My cards: ['6S', '8S']
2018-04-18 21:30:32,904 - table - INFO - Game number on screen:
2018-04-18 21:30:33,069 - table - INFO - MyFunds FINAL VALUE: 0
2018-04-18 21:30:33,164 - table - INFO - ---
2018-04-18 21:30:33,164 - table - INFO - Gamestage: Turn
2018-04-18 21:30:33,164 - table - INFO - Cards on table: ['QD', '3H', '3C', 'TD']
2018-04-18 21:30:33,164 - table - INFO - ---
2018-04-18 21:30:33,210 - table - INFO - Bot position is UTG+3
2018-04-18 21:30:33,210 - table - INFO - Dealer position (0 is myself and 1 is next player): 0
2018-04-18 21:30:34,298 - table - INFO - My cards: ['6S', '8S']
2018-04-18 21:30:34,299 - table - INFO - Game number on screen:
2018-04-18 21:30:34,464 - table - INFO - MyFunds FINAL VALUE: 0
2018-04-18 21:30:34,559 - table - INFO - ---
2018-04-18 21:30:34,559 - table - INFO - Gamestage: Turn
2018-04-18 21:30:34,560 - table - INFO - Cards on table: ['QD', '3H', '3C', 'TD']
2018-04-18 21:30:34,560 - table - INFO - ---
2018-04-18 21:30:34,605 - table - INFO - Bot position is UTG+3
2018-04-18 21:30:34,605 - table - INFO - Dealer position (0 is myself and 1 is next player): 0
2018-04-18 21:30:35,704 - table - INFO - My cards: ['6S', '8S']
2018-04-18 21:30:35,704 - table - INFO - Game number on screen:
2018-04-18 21:30:35,867 - table - INFO - MyFunds FINAL VALUE: 0
2018-04-18 21:30:35,962 - table - INFO - ---
2018-04-18 21:30:35,963 - table - INFO - Gamestage: Turn
2018-04-18 21:30:35,963 - table - INFO - Cards on table: ['QD', '3H', '3C', 'TD']
2018-04-18 21:30:35,963 - table - INFO - ---
2018-04-18 21:30:36,008 - table - INFO - Bot position is UTG+3
2018-04-18 21:30:36,008 - table - INFO - Dealer position (0 is myself and 1 is next player): 0
2018-04-18 21:30:37,094 - table - INFO - My cards: ['6S', '8S']
2018-04-18 21:30:37,094 - table - INFO - Game number on screen:
2018-04-18 21:30:37,257 - table - INFO - MyFunds FINAL VALUE: 0
2018-04-18 21:30:37,348 - table - INFO - ---
2018-04-18 21:30:37,348 - table - INFO - Gamestage: Turn
2018-04-18 21:30:37,349 - table - INFO - Cards on table: ['QD', '3H', '3C', 'TD']
2018-04-18 21:30:37,349 - table - INFO - ---
2018-04-18 21:30:37,393 - table - INFO - Bot position is UTG+3
2018-04-18 21:30:37,394 - table - INFO - Dealer position (0 is myself and 1 is next player): 0
2018-04-18 21:30:38,509 - table - INFO - My cards: ['6S', '8S']
2018-04-18 21:30:38,510 - table - INFO - Game number on screen:
2018-04-18 21:30:38,673 - table - INFO - MyFunds FINAL VALUE: 0
2018-04-18 21:30:38,770 - table - INFO - ---
2018-04-18 21:30:38,770 - table - INFO - Gamestage: Turn
2018-04-18 21:30:38,770 - table - INFO - Cards on table: ['QD', '3H', '3C', 'TD']
2018-04-18 21:30:38,770 - table - INFO - ---
2018-04-18 21:30:38,816 - table - INFO - Bot position is UTG+3
2018-04-18 21:30:38,817 - table - INFO - Dealer position (0 is myself and 1 is next player): 0
2018-04-18 21:30:39,911 - table - INFO - My cards: ['6S', '8S']
2018-04-18 21:30:39,911 - table - INFO - Game number on screen:
2018-04-18 21:30:40,076 - table - INFO - MyFunds FINAL VALUE: 0
2018-04-18 21:30:40,172 - table - INFO - ---
2018-04-18 21:30:40,172 - table - INFO - Gamestage: Turn
2018-04-18 21:30:40,172 - table - INFO - Cards on table: ['QD', '3H', '3C', 'TD']
2018-04-18 21:30:40,172 - table - INFO - ---
2018-04-18 21:30:40,218 - table - INFO - Bot position is UTG+3
2018-04-18 21:30:40,218 - table - INFO - Dealer position (0 is myself and 1 is next player): 0
2018-04-18 21:30:48,355 - table - INFO - My cards: ['TC', 'QH']
2018-04-18 21:30:48,355 - table - INFO - +++========================== NEW HAND ==========================+++
2018-04-18 21:30:48,520 - table - INFO - MyFunds FINAL VALUE: 0
2018-04-18 21:30:49,076 - table - INFO - ---
2018-04-18 21:30:49,076 - table - INFO - Gamestage: PreFlop
2018-04-18 21:30:49,077 - table - INFO - Cards on table: []
2018-04-18 21:30:49,077 - table - INFO - ---
2018-04-18 21:30:49,123 - table - INFO - Bot position is UTG+2
2018-04-18 21:30:49,124 - table - INFO - Dealer position (0 is myself and 1 is next player): 1
2018-04-18 21:30:49,810 - table - INFO - Total Strategy winnings: 0.0
2018-04-18 21:30:49,810 - table - INFO - Winnings in BB per 100 hands: 0.0
2018-04-18 21:30:49,811 - table - INFO - Game #1 - Last 100: $0.0
2018-04-18 21:30:50,261 - table - INFO - My cards: ['TC', 'QH']
2018-04-18 21:30:50,261 - table - INFO - Game number on screen:
2018-04-18 21:30:50,425 - table - INFO - MyFunds FINAL VALUE: 0
2018-04-18 21:30:50,517 - table - INFO - ---
2018-04-18 21:30:50,517 - table - INFO - Gamestage: PreFlop
2018-04-18 21:30:50,517 - table - INFO - Cards on table: []
2018-04-18 21:30:50,517 - table - INFO - ---
2018-04-18 21:30:50,563 - table - INFO - Bot position is UTG+2
2018-04-18 21:30:50,563 - table - INFO - Dealer position (0 is myself and 1 is next player): 1
2018-04-18 21:30:51,644 - table - INFO - My cards: ['TC', 'QH']
2018-04-18 21:30:51,644 - table - INFO - Game number on screen:
2018-04-18 21:30:51,806 - table - INFO - MyFunds FINAL VALUE: 0
2018-04-18 21:30:51,901 - table - INFO - ---
2018-04-18 21:30:51,901 - table - INFO - Gamestage: PreFlop
2018-04-18 21:30:51,901 - table - INFO - Cards on table: []
2018-04-18 21:30:51,901 - table - INFO - ---
2018-04-18 21:30:51,946 - table - INFO - Bot position is UTG+2
2018-04-18 21:30:51,946 - table - INFO - Dealer position (0 is myself and 1 is next player): 1
2018-04-18 21:30:51,951 - table - INFO - Buttons Found, cards: TC QH
2018-04-18 21:30:52,280 - table - INFO - TotalPotValue FINAL VALUE:
2018-04-18 21:30:52,281 - table - INFO - Final Total Pot Value: 0
2018-04-18 21:30:52,599 - table - INFO - TotalPotValue FINAL VALUE:
2018-04-18 21:30:52,599 - table - INFO - Final round pot Value: 0
2018-04-18 21:30:52,612 - table - INFO - First raiser utg+nan
2018-04-18 21:30:52,612 - table - INFO - Highest raiser abs: nan
2018-04-18 21:30:52,612 - table - INFO - First caller utg+nan
2018-04-18 21:30:52,612 - table - INFO - Other player has initiative: False
2018-04-18 21:30:52,784 - table - INFO - CallValue FINAL VALUE: 100
2018-04-18 21:30:52,945 - table - INFO - BetValue FINAL VALUE: 00
2018-04-18 21:30:53,344 - table - INFO - Final call value: 0.0
2018-04-18 21:30:53,344 - table - INFO - Final bet value: 0.0
2018-04-18 21:30:58,002 - montecarlo - INFO - Collusion found, player still in game. ['JS', 'JD']
2018-04-18 21:30:58,003 - montecarlo - INFO - Preflop reverse tables for ranges for opponent: NO
2018-04-18 21:30:58,081 - montecarlo - INFO - Absolute equity (no ranges for bot) 0.31
2018-04-18 21:30:58,081 - decision - INFO - Use absolute equity
2018-04-18 21:30:58,085 - decision - INFO - Other player has no initiative and there is no check button. Activate increased required equity for betting
2018-04-18 21:30:58,117 - decision - INFO - Sheet name: 3
2018-04-18 21:30:58,117 - decision - INFO - Preflop Excelsheet Version: 1.5
2018-04-18 21:30:58,119 - decision - INFO - Preflop betting 3 activated from preflop table
2018-04-18 21:30:58,119 - decision - INFO - Preflop table not used for this decision
2018-04-18 21:30:58,119 - decision - ERROR - Call button or pot multiple had no value
2018-04-18 21:30:58,457 - main - INFO - Equity: 59.0% -> 2 (0-0+1) Plr
2018-04-18 21:30:58,458 - main - INFO - Final Call Limit: 3.28 --> 0.0
2018-04-18 21:30:58,459 - main - INFO - Final Bet Limit: 1.09 --> 0.0
2018-04-18 21:30:58,488 - main - INFO - Pot size: 0 -> Zero EV Call: 0.01
2018-04-18 21:30:58,515 - main - INFO - +++++++++++++++++++++++ Decision: Bet half pot+++++++++++++++++++++++
2018-04-18 21:30:58,516 - mouse - INFO - Mouse moving to: Bet half pot
2018-04-18 21:31:03,328 - main - INFO - =========== round end ===========
2018-04-18 21:31:06,536 - table - INFO - My cards: ['TC', 'QH']
2018-04-18 21:31:06,536 - table - INFO - Game number on screen:
2018-04-18 21:31:06,729 - table - INFO - MyFunds FINAL VALUE: 1.250
2018-04-18 21:31:06,821 - table - INFO - ---
2018-04-18 21:31:06,821 - table - INFO - Gamestage: Flop
2018-04-18 21:31:06,822 - table - INFO - Cards on table: ['KH', 'AH', 'JS']
2018-04-18 21:31:06,822 - table - INFO - ---
2018-04-18 21:31:06,868 - table - INFO - Bot position is UTG+2
2018-04-18 21:31:06,868 - table - INFO - Dealer position (0 is myself and 1 is next player): 1
2018-04-18 21:31:07,994 - table - INFO - My cards: ['TC', 'QH']
2018-04-18 21:31:07,994 - table - INFO - Game number on screen:
2018-04-18 21:31:08,180 - table - INFO - MyFunds FINAL VALUE: 1.250
2018-04-18 21:31:08,274 - table - INFO - ---
2018-04-18 21:31:08,274 - table - INFO - Gamestage: Flop
2018-04-18 21:31:08,274 - table - INFO - Cards on table: ['KH', 'AH', 'JS']
2018-04-18 21:31:08,275 - table - INFO - ---
2018-04-18 21:31:08,321 - table - INFO - Bot position is UTG+2
2018-04-18 21:31:08,321 - table - INFO - Dealer position (0 is myself and 1 is next player): 1
2018-04-18 21:31:09,444 - table - INFO - My cards: ['TC', 'QH']
2018-04-18 21:31:09,444 - table - INFO - Game number on screen:
2018-04-18 21:31:09,632 - table - INFO - MyFunds FINAL VALUE: 1.250
2018-04-18 21:31:09,731 - table - INFO - ---
2018-04-18 21:31:09,731 - table - INFO - Gamestage: Flop
2018-04-18 21:31:09,731 - table - INFO - Cards on table: ['KH', 'AH', 'JS']
2018-04-18 21:31:09,731 - table - INFO - ---
2018-04-18 21:31:09,776 - table - INFO - Bot position is UTG+2
2018-04-18 21:31:09,776 - table - INFO - Dealer position (0 is myself and 1 is next player): 1
2018-04-18 21:31:10,890 - table - INFO - My cards: ['TC', 'QH']
2018-04-18 21:31:10,890 - table - INFO - Game number on screen:
2018-04-18 21:31:11,078 - table - INFO - MyFunds FINAL VALUE: 1.250
2018-04-18 21:31:11,170 - table - INFO - ---
2018-04-18 21:31:11,170 - table - INFO - Gamestage: Flop
2018-04-18 21:31:11,170 - table - INFO - Cards on table: ['KH', 'AH', 'JS']
2018-04-18 21:31:11,171 - table - INFO - ---
2018-04-18 21:31:11,216 - table - INFO - Bot position is UTG+2
2018-04-18 21:31:11,216 - table - INFO - Dealer position (0 is myself and 1 is next player): 1
2018-04-18 21:31:12,276 - table - INFO - My cards: ['TC', 'QH']
2018-04-18 21:31:12,277 - table - INFO - Game number on screen:
2018-04-18 21:31:12,463 - table - INFO - MyFunds FINAL VALUE: 1.250
2018-04-18 21:31:12,555 - table - INFO - ---
2018-04-18 21:31:12,555 - table - INFO - Gamestage: Flop
2018-04-18 21:31:12,555 - table - INFO - Cards on table: ['KH', 'AH', 'JS']
2018-04-18 21:31:12,555 - table - INFO - ---
2018-04-18 21:31:12,601 - table - INFO - Bot position is UTG+2
2018-04-18 21:31:12,601 - table - INFO - Dealer position (0 is myself and 1 is next player): 1
2018-04-18 21:31:13,742 - table - INFO - My cards: ['TC', 'QH']
2018-04-18 21:31:13,742 - table - INFO - Game number on screen:
2018-04-18 21:31:13,930 - table - INFO - MyFunds FINAL VALUE: 1.250
2018-04-18 21:31:14,025 - table - INFO - ---
2018-04-18 21:31:14,025 - table - INFO - Gamestage: Flop
2018-04-18 21:31:14,025 - table - INFO - Cards on table: ['KH', 'AH', 'JS']
2018-04-18 21:31:14,025 - table - INFO - ---
2018-04-18 21:31:14,072 - table - INFO - Bot position is UTG+2
2018-04-18 21:31:14,072 - table - INFO - Dealer position (0 is myself and 1 is next player): 1
2018-04-18 21:31:15,181 - table - INFO - My cards: ['TC', 'QH']
2018-04-18 21:31:15,181 - table - INFO - Game number on screen:
2018-04-18 21:31:15,371 - table - INFO - MyFunds FINAL VALUE: 1.250
2018-04-18 21:31:15,466 - table - INFO - ---
2018-04-18 21:31:15,466 - table - INFO - Gamestage: Flop
2018-04-18 21:31:15,466 - table - INFO - Cards on table: ['KH', 'AH', 'JS']
2018-04-18 21:31:15,466 - table - INFO - ---
2018-04-18 21:31:15,513 - table - INFO - Bot position is UTG+2
2018-04-18 21:31:15,513 - table - INFO - Dealer position (0 is myself and 1 is next player): 1
2018-04-18 21:31:16,634 - table - INFO - My cards: ['TC', 'QH']
2018-04-18 21:31:16,635 - table - INFO - Game number on screen:
2018-04-18 21:31:16,821 - table - INFO - MyFunds FINAL VALUE: 1.250
2018-04-18 21:31:16,916 - table - INFO - ---
2018-04-18 21:31:16,917 - table - INFO - Gamestage: Flop
2018-04-18 21:31:16,917 - table - INFO - Cards on table: ['KH', 'AH', 'JS']
2018-04-18 21:31:16,917 - table - INFO - ---
2018-04-18 21:31:16,962 - table - INFO - Bot position is UTG+2
2018-04-18 21:31:16,962 - table - INFO - Dealer position (0 is myself and 1 is next player): 1
2018-04-18 21:31:18,071 - table - INFO - My cards: ['TC', 'QH']
2018-04-18 21:31:18,071 - table - INFO - Game number on screen:
2018-04-18 21:31:18,247 - table - INFO - MyFunds FINAL VALUE: 1.250
2018-04-18 21:31:18,343 - table - INFO - ---
2018-04-18 21:31:18,343 - table - INFO - Gamestage: Flop
2018-04-18 21:31:18,343 - table - INFO - Cards on table: ['KH', 'AH', 'JS']
2018-04-18 21:31:18,344 - table - INFO - ---
2018-04-18 21:31:18,388 - table - INFO - Bot position is UTG+2
2018-04-18 21:31:18,389 - table - INFO - Dealer position (0 is myself and 1 is next player): 1
2018-04-18 21:31:19,545 - table - INFO - My cards: ['TC', 'QH']
2018-04-18 21:31:19,545 - table - INFO - Game number on screen:
2018-04-18 21:31:19,717 - table - INFO - MyFunds FINAL VALUE: 1.250
2018-04-18 21:31:19,813 - table - INFO - ---
2018-04-18 21:31:19,813 - table - INFO - Gamestage: Flop
2018-04-18 21:31:19,813 - table - INFO - Cards on table: ['KH', 'AH', 'JS']
2018-04-18 21:31:19,813 - table - INFO - ---
2018-04-18 21:31:19,859 - table - INFO - Bot position is UTG+2
2018-04-18 21:31:19,860 - table - INFO - Dealer position (0 is myself and 1 is next player): 1
2018-04-18 21:31:20,973 - table - INFO - My cards: ['TC', 'QH']
2018-04-18 21:31:20,973 - table - INFO - Game number on screen:
2018-04-18 21:31:21,147 - table - INFO - MyFunds FINAL VALUE: 1.250
2018-04-18 21:31:21,242 - table - INFO - ---
2018-04-18 21:31:21,242 - table - INFO - Gamestage: Flop
2018-04-18 21:31:21,243 - table - INFO - Cards on table: ['KH', 'AH', 'JS']
2018-04-18 21:31:21,243 - table - INFO - ---
2018-04-18 21:31:21,288 - table - INFO - Bot position is UTG+2
2018-04-18 21:31:21,288 - table - INFO - Dealer position (0 is myself and 1 is next player): 1
2018-04-18 21:31:22,367 - table - INFO - My cards: ['TC', 'QH']
2018-04-18 21:31:22,367 - table - INFO - Game number on screen:
2018-04-18 21:31:22,541 - table - INFO - MyFunds FINAL VALUE: 1.250
2018-04-18 21:31:22,635 - table - INFO - ---
2018-04-18 21:31:22,639 - table - INFO - Gamestage: Flop
2018-04-18 21:31:22,639 - table - INFO - Cards on table: ['KH', 'AH', 'JS']
2018-04-18 21:31:22,639 - table - INFO - ---
2018-04-18 21:31:22,687 - table - INFO - Bot position is UTG+2
2018-04-18 21:31:22,687 - table - INFO - Dealer position (0 is myself and 1 is next player): 1
2018-04-18 21:31:23,793 - table - INFO - My cards: ['TC', 'QH']
2018-04-18 21:31:23,794 - table - INFO - Game number on screen:
2018-04-18 21:31:23,974 - table - INFO - MyFunds FINAL VALUE: 1.250
2018-04-18 21:31:24,070 - table - INFO - ---
2018-04-18 21:31:24,071 - table - INFO - Gamestage: Flop
2018-04-18 21:31:24,071 - table - INFO - Cards on table: ['KH', 'AH', 'JS']
2018-04-18 21:31:24,071 - table - INFO - ---
2018-04-18 21:31:24,117 - table - INFO - Bot position is UTG+2
2018-04-18 21:31:24,117 - table - INFO - Dealer position (0 is myself and 1 is next player): 1
2018-04-18 21:31:25,219 - table - INFO - My cards: ['TC', 'QH']
2018-04-18 21:31:25,220 - table - INFO - Game number on screen:
2018-04-18 21:31:25,407 - table - INFO - MyFunds FINAL VALUE: 1.250
2018-04-18 21:31:25,503 - table - INFO - ---
2018-04-18 21:31:25,503 - table - INFO - Gamestage: Flop
2018-04-18 21:31:25,503 - table - INFO - Cards on table: ['KH', 'AH', 'JS']
2018-04-18 21:31:25,503 - table - INFO - ---
2018-04-18 21:31:25,549 - table - INFO - Bot position is UTG+2
2018-04-18 21:31:25,549 - table - INFO - Dealer position (0 is myself and 1 is next player): 1
2018-04-18 21:31:26,634 - table - INFO - My cards: ['TC', 'QH']
2018-04-18 21:31:26,635 - table - INFO - Game number on screen:
2018-04-18 21:31:26,820 - table - INFO - MyFunds FINAL VALUE: 1.250
2018-04-18 21:31:26,914 - table - INFO - ---
2018-04-18 21:31:26,915 - table - INFO - Gamestage: Turn
2018-04-18 21:31:26,915 - table - INFO - Cards on table: ['KH', 'AH', '5D', 'JS']
2018-04-18 21:31:26,915 - table - INFO - ---
2018-04-18 21:31:26,961 - table - INFO - Bot position is UTG+2
2018-04-18 21:31:26,961 - table - INFO - Dealer position (0 is myself and 1 is next player): 1
2018-04-18 21:31:28,075 - table - INFO - My cards: ['TC', 'QH']
2018-04-18 21:31:28,076 - table - INFO - Game number on screen:
2018-04-18 21:31:28,250 - table - INFO - MyFunds FINAL VALUE: 1.250
2018-04-18 21:31:28,344 - table - INFO - ---
2018-04-18 21:31:28,344 - table - INFO - Gamestage: Turn
2018-04-18 21:31:28,344 - table - INFO - Cards on table: ['KH', 'AH', '5D', 'JS']
2018-04-18 21:31:28,344 - table - INFO - ---
2018-04-18 21:31:28,389 - table - INFO - Bot position is UTG+2
2018-04-18 21:31:28,389 - table - INFO - Dealer position (0 is myself and 1 is next player): 1
2018-04-18 21:31:28,393 - table - INFO - Buttons Found, cards: TC QH
2018-04-18 21:31:28,729 - table - INFO - TotalPotValue FINAL VALUE:
2018-04-18 21:31:28,729 - table - INFO - Final Total Pot Value: 0
2018-04-18 21:31:29,060 - table - INFO - TotalPotValue FINAL VALUE:
2018-04-18 21:31:29,060 - table - INFO - Final round pot Value: 0
2018-04-18 21:31:29,074 - table - INFO - First raiser utg+nan
2018-04-18 21:31:29,074 - table - INFO - Highest raiser abs: nan
2018-04-18 21:31:29,074 - table - INFO - First caller utg+nan
2018-04-18 21:31:29,074 - table - INFO - Other player has initiative: False
2018-04-18 21:31:29,247 - table - INFO - CallValue FINAL VALUE: 100
2018-04-18 21:31:29,406 - table - INFO - BetValue FINAL VALUE: 00
2018-04-18 21:31:29,805 - table - INFO - Final call value: 0.0
2018-04-18 21:31:29,805 - table - INFO - Final bet value: 0.0
2018-04-18 21:31:29,806 - montecarlo - INFO - Opponent utg position: 1
2018-04-18 21:31:33,842 - montecarlo - INFO - Collusion found, player still in game. ['JS', 'JD']
2018-04-18 21:31:33,843 - montecarlo - INFO - Preflop reverse tables for ranges for opponent: NO
2018-04-18 21:31:34,366 - montecarlo - INFO - Absolute equity (no ranges for bot) 0.76
2018-04-18 21:31:34,366 - decision - INFO - Use absolute equity
2018-04-18 21:31:34,389 - out_calc - INFO - 0
2018-04-18 21:31:34,393 - decision - INFO - Other player has no initiative and there is no check button. Activate increased required equity for betting
2018-04-18 21:31:34,423 - decision - INFO - Make preflop decision based on non-preflop table
2018-04-18 21:31:34,424 - decision - INFO - Bet1 condition met
2018-04-18 21:31:34,424 - decision - ERROR - Call button or pot multiple had no value
2018-04-18 21:31:34,748 - main - INFO - Equity: 76.0% -> 2 (0-0+1) Plr
2018-04-18 21:31:34,749 - main - INFO - Final Call Limit: 3.71 --> 0.0
2018-04-18 21:31:34,749 - main - INFO - Final Bet Limit: 0.5 --> 0.0
2018-04-18 21:31:34,749 - main - INFO - Pot size: 0 -> Zero EV Call: 0.01
2018-04-18 21:31:34,749 - main - INFO - +++++++++++++++++++++++ Decision: BetPlus+++++++++++++++++++++++
2018-04-18 21:31:34,749 - mouse - INFO - Mouse moving to: BetPlus
2018-04-18 21:31:39,329 - main - INFO - =========== round end ===========
2018-04-18 21:31:40,483 - table - INFO - My cards: ['TC', 'QH']
2018-04-18 21:31:40,483 - table - INFO - Game number on screen:
2018-04-18 21:31:40,645 - table - INFO - MyFunds FINAL VALUE: 696
2018-04-18 21:31:40,744 - table - INFO - ---
2018-04-18 21:31:40,744 - table - INFO - Gamestage: River
2018-04-18 21:31:40,744 - table - INFO - Cards on table: ['KH', 'AC', 'AH', '5D', 'JS']
2018-04-18 21:31:40,744 - table - INFO - ---
2018-04-18 21:31:40,790 - table - INFO - Bot position is UTG+2
2018-04-18 21:31:40,791 - table - INFO - Dealer position (0 is myself and 1 is next player): 1
2018-04-18 21:31:41,861 - table - INFO - My cards: ['TC', 'QH']
2018-04-18 21:31:41,861 - table - INFO - Game number on screen:
2018-04-18 21:31:42,025 - table - INFO - MyFunds FINAL VALUE: 696
2018-04-18 21:31:42,117 - table - INFO - ---
2018-04-18 21:31:42,118 - table - INFO - Gamestage: River
2018-04-18 21:31:42,118 - table - INFO - Cards on table: ['KH', 'AC', 'AH', '5D', 'JS']
2018-04-18 21:31:42,118 - table - INFO - ---
2018-04-18 21:31:42,163 - table - INFO - Bot position is UTG+2
2018-04-18 21:31:42,163 - table - INFO - Dealer position (0 is myself and 1 is next player): 1
2018-04-18 21:31:43,246 - table - INFO - My cards: ['TC', 'QH']
2018-04-18 21:31:43,246 - table - INFO - Game number on screen:
2018-04-18 21:31:43,411 - table - INFO - MyFunds FINAL VALUE: 696
2018-04-18 21:31:43,506 - table - INFO - ---
2018-04-18 21:31:43,507 - table - INFO - Gamestage: River
2018-04-18 21:31:43,507 - table - INFO - Cards on table: ['KH', 'AC', 'AH', '5D', 'JS']
2018-04-18 21:31:43,507 - table - INFO - ---
2018-04-18 21:31:43,552 - table - INFO - Bot position is UTG+2
2018-04-18 21:31:43,552 - table - INFO - Dealer position (0 is myself and 1 is next player): 1
2018-04-18 21:31:44,709 - table - INFO - My cards: ['TC', 'QH']
2018-04-18 21:31:44,710 - table - INFO - Game number on screen:
2018-04-18 21:31:44,873 - table - INFO - MyFunds FINAL VALUE: 696
2018-04-18 21:31:44,968 - table - INFO - ---
2018-04-18 21:31:44,968 - table - INFO - Gamestage: River
2018-04-18 21:31:44,969 - table - INFO - Cards on table: ['KH', 'AC', 'AH', '5D', 'JS']
2018-04-18 21:31:44,969 - table - INFO - ---
2018-04-18 21:31:45,014 - table - INFO - Bot position is UTG+2
2018-04-18 21:31:45,014 - table - INFO - Dealer position (0 is myself and 1 is next player): 1
2018-04-18 21:31:46,110 - table - INFO - My cards: ['TC', 'QH']
2018-04-18 21:31:46,110 - table - INFO - Game number on screen:
2018-04-18 21:31:46,276 - table - INFO - MyFunds FINAL VALUE: 696
2018-04-18 21:31:46,377 - table - INFO - ---
2018-04-18 21:31:46,377 - table - INFO - Gamestage: River
2018-04-18 21:31:46,378 - table - INFO - Cards on table: ['KH', 'AC', 'AH', '5D', 'JS']
2018-04-18 21:31:46,378 - table - INFO - ---
2018-04-18 21:31:46,426 - table - INFO - Bot position is UTG+2
2018-04-18 21:31:46,426 - table - INFO - Dealer position (0 is myself and 1 is next player): 1
2018-04-18 21:31:47,510 - table - INFO - My cards: ['TC', 'QH']
2018-04-18 21:31:47,510 - table - INFO - Game number on screen:
2018-04-18 21:31:47,674 - table - INFO - MyFunds FINAL VALUE: 696
2018-04-18 21:31:47,767 - table - INFO - ---
2018-04-18 21:31:47,767 - table - INFO - Gamestage: River
2018-04-18 21:31:47,767 - table - INFO - Cards on table: ['KH', 'AC', 'AH', '5D', 'JS']
2018-04-18 21:31:47,767 - table - INFO - ---
2018-04-18 21:31:47,812 - table - INFO - Bot position is UTG+2
2018-04-18 21:31:47,812 - table - INFO - Dealer position (0 is myself and 1 is next player): 1
2018-04-18 21:31:48,914 - table - INFO - My cards: ['TC', 'QH']
2018-04-18 21:31:48,915 - table - INFO - Game number on screen:
2018-04-18 21:31:49,078 - table - INFO - MyFunds FINAL VALUE: 696
2018-04-18 21:31:49,174 - table - INFO - ---
2018-04-18 21:31:49,174 - table - INFO - Gamestage: River
2018-04-18 21:31:49,174 - table - INFO - Cards on table: ['KH', 'AC', 'AH', '5D', 'JS']
2018-04-18 21:31:49,174 - table - INFO - ---
2018-04-18 21:31:49,220 - table - INFO - Bot position is UTG+2
2018-04-18 21:31:49,220 - table - INFO - Dealer position (0 is myself and 1 is next player): 1
2018-04-18 21:31:50,341 - table - INFO - My cards: ['TC', 'QH']
2018-04-18 21:31:50,341 - table - INFO - Game number on screen:
2018-04-18 21:31:50,506 - table - INFO - MyFunds FINAL VALUE: 696
2018-04-18 21:31:50,605 - table - INFO - ---
2018-04-18 21:31:50,605 - table - INFO - Gamestage: River
2018-04-18 21:31:50,605 - table - INFO - Cards on table: ['KH', 'AC', 'AH', '5D', 'JS']
2018-04-18 21:31:50,605 - table - INFO - ---
2018-04-18 21:31:50,651 - table - INFO - Bot position is UTG+2
2018-04-18 21:31:50,651 - table - INFO - Dealer position (0 is myself and 1 is next player): 1
2018-04-18 21:31:51,763 - table - INFO - My cards: ['TC', 'QH']
2018-04-18 21:31:51,763 - table - INFO - Game number on screen:
2018-04-18 21:31:51,928 - table - INFO - MyFunds FINAL VALUE: 696
2018-04-18 21:31:52,026 - table - INFO - ---
2018-04-18 21:31:52,027 - table - INFO - Gamestage: River
2018-04-18 21:31:52,027 - table - INFO - Cards on table: ['KH', 'AC', 'AH', '5D', 'JS']
2018-04-18 21:31:52,027 - table - INFO - ---
2018-04-18 21:31:52,073 - table - INFO - Bot position is UTG+2
2018-04-18 21:31:52,073 - table - INFO - Dealer position (0 is myself and 1 is next player): 1
2018-04-18 21:31:53,175 - table - INFO - My cards: ['TC', 'QH']
2018-04-18 21:31:53,175 - table - INFO - Game number on screen:
2018-04-18 21:31:53,339 - table - INFO - MyFunds FINAL VALUE: 696
2018-04-18 21:31:53,434 - table - INFO - ---
2018-04-18 21:31:53,434 - table - INFO - Gamestage: River
2018-04-18 21:31:53,435 - table - INFO - Cards on table: ['KH', 'AC', 'AH', '5D', 'JS']
2018-04-18 21:31:53,435 - table - INFO - ---
2018-04-18 21:31:53,480 - table - INFO - Bot position is UTG+2
2018-04-18 21:31:53,480 - table - INFO - Dealer position (0 is myself and 1 is next player): 1
2018-04-18 21:31:54,586 - table - INFO - My cards: ['TC', 'QH']
2018-04-18 21:31:54,586 - table - INFO - Game number on screen:
2018-04-18 21:31:54,749 - table - INFO - MyFunds FINAL VALUE: 696
2018-04-18 21:31:54,844 - table - INFO - ---
2018-04-18 21:31:54,844 - table - INFO - Gamestage: River
2018-04-18 21:31:54,844 - table - INFO - Cards on table: ['KH', 'AC', 'AH', '5D', 'JS']
2018-04-18 21:31:54,844 - table - INFO - ---
2018-04-18 21:31:54,889 - table - INFO - Bot position is UTG+2
2018-04-18 21:31:54,890 - table - INFO - Dealer position (0 is myself and 1 is next player): 1
2018-04-18 21:31:54,894 - table - INFO - Buttons Found, cards: TC QH
2018-04-18 21:31:55,246 - table - INFO - TotalPotValue FINAL VALUE:
2018-04-18 21:31:55,246 - table - INFO - Final Total Pot Value: 0
2018-04-18 21:31:55,590 - table - INFO - TotalPotValue FINAL VALUE:
2018-04-18 21:31:55,590 - table - INFO - Final round pot Value: 0
2018-04-18 21:31:55,604 - table - INFO - First raiser utg+nan
2018-04-18 21:31:55,604 - table - INFO - Highest raiser abs: nan
2018-04-18 21:31:55,604 - table - INFO - First caller utg+nan
2018-04-18 21:31:55,604 - table - INFO - Other player has initiative: False
2018-04-18 21:31:55,611 - table - INFO - Call button NOT found
2018-04-18 21:31:55,791 - table - INFO - BetValue FINAL VALUE: 100
2018-04-18 21:31:55,791 - table - INFO - Final call value: 0
2018-04-18 21:31:55,791 - table - INFO - Final bet value: 100.0
2018-04-18 21:31:55,791 - montecarlo - INFO - Opponent utg position: 1
2018-04-18 21:31:57,516 - montecarlo - INFO - Collusion found, player still in game. ['JS', 'JD']
2018-04-18 21:31:57,516 - montecarlo - INFO - Preflop reverse tables for ranges for opponent: NO
2018-04-18 21:31:57,886 - montecarlo - INFO - Absolute equity (no ranges for bot) 0.0
2018-04-18 21:31:57,886 - decision - INFO - Use absolute equity
2018-04-18 21:31:57,922 - decision - INFO - Make preflop decision based on non-preflop table
2018-04-18 21:31:58,272 - main - INFO - Equity: 0.0% -> 2 (0-0+1) Plr
2018-04-18 21:31:58,272 - main - INFO - Final Call Limit: 0.5 --> 0.0
2018-04-18 21:31:58,273 - main - INFO - Final Bet Limit: 0.5 --> 100.0
2018-04-18 21:31:58,273 - main - INFO - Pot size: 0 -> Zero EV Call: 0.01
2018-04-18 21:31:58,274 - main - INFO - +++++++++++++++++++++++ Decision: Check+++++++++++++++++++++++
2018-04-18 21:31:58,284 - mouse - INFO - Mouse moving to: Check
2018-04-18 21:32:00,949 - main - INFO - =========== round end ===========
2018-04-18 21:32:05,510 - table - INFO - My cards: ['4D', 'KC']
2018-04-18 21:32:05,511 - table - INFO - +++========================== NEW HAND ==========================+++
2018-04-18 21:32:05,681 - table - INFO - MyFunds FINAL VALUE: 3.452
2018-04-18 21:32:06,294 - table - INFO - ---
2018-04-18 21:32:06,295 - table - INFO - Gamestage: PreFlop
2018-04-18 21:32:06,295 - table - INFO - Cards on table: []
2018-04-18 21:32:06,295 - table - INFO - ---
2018-04-18 21:32:06,343 - table - INFO - Bot position is UTG+1
2018-04-18 21:32:06,343 - table - INFO - Dealer position (0 is myself and 1 is next player): 2
2018-04-18 21:32:06,344 - mouse - INFO - Mouse moving to: Fold
2018-04-18 21:32:07,086 - table - INFO - Total Strategy winnings: 3.452
2018-04-18 21:32:07,086 - table - INFO - Winnings in BB per 100 hands: 172.6
2018-04-18 21:32:07,087 - table - INFO - Game #2 - Last 100: $3.452
2018-04-18 21:32:09,946 - table - INFO - -------- FAST FOLD -------
2018-04-18 21:32:12,002 - table - INFO - My cards: ['7C', '3D']
2018-04-18 21:32:12,002 - table - INFO - +++========================== NEW HAND ==========================+++
2018-04-18 21:32:12,175 - table - INFO - MyFunds FINAL VALUE: 3.352
2018-04-18 21:32:12,665 - table - INFO - ---
2018-04-18 21:32:12,666 - table - INFO - Gamestage: PreFlop
2018-04-18 21:32:12,666 - table - INFO - Cards on table: []
2018-04-18 21:32:12,666 - table - INFO - ---
2018-04-18 21:32:12,718 - table - INFO - Bot position is UTG+5
2018-04-18 21:32:12,719 - table - INFO - Dealer position (0 is myself and 1 is next player): 4
2018-04-18 21:32:13,302 - table - INFO - Total Strategy winnings: 3.352
2018-04-18 21:32:13,302 - table - INFO - Winnings in BB per 100 hands: 111.73
2018-04-18 21:32:13,302 - table - INFO - Game #3 - Last 100: $3.352
2018-04-18 21:32:13,862 - table - INFO - My cards: ['7C', '3D']
2018-04-18 21:32:13,863 - table - INFO - Game number on screen:
2018-04-18 21:32:14,031 - table - INFO - MyFunds FINAL VALUE: 3.352
2018-04-18 21:32:14,124 - table - INFO - ---
2018-04-18 21:32:14,124 - table - INFO - Gamestage: PreFlop
2018-04-18 21:32:14,125 - table - INFO - Cards on table: []
2018-04-18 21:32:14,125 - table - INFO - ---
2018-04-18 21:32:14,171 - table - INFO - Bot position is UTG+5
2018-04-18 21:32:14,171 - table - INFO - Dealer position (0 is myself and 1 is next player): 4
2018-04-18 21:32:15,240 - table - INFO - My cards: ['7C', '3D']
2018-04-18 21:32:15,240 - table - INFO - Game number on screen:
2018-04-18 21:32:15,406 - table - INFO - MyFunds FINAL VALUE: 3.352
2018-04-18 21:32:15,500 - table - INFO - ---
2018-04-18 21:32:15,500 - table - INFO - Gamestage: PreFlop
2018-04-18 21:32:15,500 - table - INFO - Cards on table: []
2018-04-18 21:32:15,500 - table - INFO - ---
2018-04-18 21:32:15,545 - table - INFO - Bot position is UTG+5
2018-04-18 21:32:15,545 - table - INFO - Dealer position (0 is myself and 1 is next player): 4
2018-04-18 21:32:16,635 - table - INFO - My cards: ['7C', '3D']
2018-04-18 21:32:16,636 - table - INFO - Game number on screen:
2018-04-18 21:32:16,804 - table - INFO - MyFunds FINAL VALUE: 3.352
2018-04-18 21:32:16,898 - table - INFO - ---
2018-04-18 21:32:16,898 - table - INFO - Gamestage: PreFlop
2018-04-18 21:32:16,898 - table - INFO - Cards on table: []
2018-04-18 21:32:16,898 - table - INFO - ---
2018-04-18 21:32:16,945 - table - INFO - Bot position is UTG+5
2018-04-18 21:32:16,945 - table - INFO - Dealer position (0 is myself and 1 is next player): 4
2018-04-18 21:32:17,999 - table - INFO - My cards: ['7C', '3D']
2018-04-18 21:32:18,000 - table - INFO - Game number on screen:
2018-04-18 21:32:18,165 - table - INFO - MyFunds FINAL VALUE: 3.352
2018-04-18 21:32:18,262 - table - INFO - ---
2018-04-18 21:32:18,262 - table - INFO - Gamestage: PreFlop
2018-04-18 21:32:18,262 - table - INFO - Cards on table: []
2018-04-18 21:32:18,262 - table - INFO - ---
2018-04-18 21:32:18,309 - table - INFO - Bot position is UTG+5
2018-04-18 21:32:18,309 - table - INFO - Dealer position (0 is myself and 1 is next player): 4
2018-04-18 21:32:18,313 - table - INFO - Buttons Found, cards: 7C 3D
2018-04-18 21:32:18,643 - table - INFO - TotalPotValue FINAL VALUE:
2018-04-18 21:32:18,643 - table - INFO - Final Total Pot Value: 0
2018-04-18 21:32:18,969 - table - INFO - TotalPotValue FINAL VALUE:
2018-04-18 21:32:18,969 - table - INFO - Final round pot Value: 0
2018-04-18 21:32:18,982 - table - INFO - First raiser utg+nan
2018-04-18 21:32:18,982 - table - INFO - Highest raiser abs: nan
2018-04-18 21:32:18,982 - table - INFO - First caller utg+nan
2018-04-18 21:32:18,982 - table - INFO - Other player has initiative: False
2018-04-18 21:32:18,988 - table - INFO - Call button NOT found
2018-04-18 21:32:19,177 - table - INFO - BetValue FINAL VALUE: 00
2018-04-18 21:32:19,177 - table - INFO - Final call value: 0
2018-04-18 21:32:19,177 - table - INFO - Final bet value: 0.0
2018-04-18 21:32:25,988 - montecarlo - INFO - Collusion found, player still in game. ['JS', 'JD']
2018-04-18 21:32:25,990 - montecarlo - INFO - Preflop reverse tables for ranges for opponent: NO
2018-04-18 21:32:26,102 - montecarlo - INFO - Absolute equity (no ranges for bot) 0.14
2018-04-18 21:32:26,103 - decision - INFO - Use absolute equity
2018-04-18 21:32:26,137 - decision - INFO - Sheet name: 6
2018-04-18 21:32:26,137 - decision - INFO - Preflop Excelsheet Version: 1.5
2018-04-18 21:32:26,137 - decision - WARNING - Sheetname not found: 6
2018-04-18 21:32:26,138 - decision - WARNING - Backup sheet in use: 2R1
2018-04-18 21:32:26,550 - decision - INFO - Preflop folding, hands not found in preflop table
2018-04-18 21:32:26,550 - decision - INFO - Preflop table not used for this decision
2018-04-18 21:32:26,891 - main - INFO - Equity: 40.0% -> 2 (0-0+1) Plr
2018-04-18 21:32:26,891 - main - INFO - Final Call Limit: 0.5 --> 0.0
2018-04-18 21:32:26,891 - main - INFO - Final Bet Limit: 0.5 --> 0.0
2018-04-18 21:32:26,892 - main - INFO - Pot size: 0 -> Zero EV Call: 0.01
2018-04-18 21:32:26,892 - main - INFO - +++++++++++++++++++++++ Decision: Check+++++++++++++++++++++++
2018-04-18 21:32:26,923 - mouse - INFO - Mouse moving to: Check
2018-04-18 21:32:30,528 - main - INFO - =========== round end ===========
2018-04-18 21:32:31,721 - table - INFO - My cards: ['7C', '3D']
2018-04-18 21:32:31,721 - table - INFO - Game number on screen:
2018-04-18 21:32:31,889 - table - INFO - MyFunds FINAL VALUE: 3.352
2018-04-18 21:32:31,983 - table - INFO - ---
2018-04-18 21:32:31,983 - table - INFO - Gamestage: Flop
2018-04-18 21:32:31,983 - table - INFO - Cards on table: ['7S', '8C', '3C']
2018-04-18 21:32:31,983 - table - INFO - ---
2018-04-18 21:32:32,029 - table - INFO - Bot position is UTG+5
2018-04-18 21:32:32,030 - table - INFO - Dealer position (0 is myself and 1 is next player): 4
2018-04-18 21:32:33,099 - table - INFO - My cards: ['7C', '3D']
2018-04-18 21:32:33,099 - table - INFO - Game number on screen:
2018-04-18 21:32:33,264 - table - INFO - MyFunds FINAL VALUE: 3.352
2018-04-18 21:32:33,359 - table - INFO - ---
2018-04-18 21:32:33,359 - table - INFO - Gamestage: Flop
2018-04-18 21:32:33,359 - table - INFO - Cards on table: ['7S', '8C', '3C']
2018-04-18 21:32:33,359 - table - INFO - ---
2018-04-18 21:32:33,405 - table - INFO - Bot position is UTG+5
2018-04-18 21:32:33,405 - table - INFO - Dealer position (0 is myself and 1 is next player): 4
2018-04-18 21:32:33,410 - table - INFO - Buttons Found, cards: 7C 3D
2018-04-18 21:32:33,734 - table - INFO - TotalPotValue FINAL VALUE:
2018-04-18 21:32:33,734 - table - INFO - Final Total Pot Value: 0
2018-04-18 21:32:34,049 - table - INFO - TotalPotValue FINAL VALUE:
2018-04-18 21:32:34,050 - table - INFO - Final round pot Value: 0
2018-04-18 21:32:34,062 - table - INFO - First raiser utg+nan
2018-04-18 21:32:34,062 - table - INFO - Highest raiser abs: nan
2018-04-18 21:32:34,063 - table - INFO - First caller utg+nan
2018-04-18 21:32:34,063 - table - INFO - Other player has initiative: False
2018-04-18 21:32:34,236 - table - INFO - CallValue FINAL VALUE: 100
2018-04-18 21:32:34,399 - table - INFO - BetValue FINAL VALUE: 00
2018-04-18 21:32:34,796 - table - INFO - Final call value: 0.0
2018-04-18 21:32:34,796 - table - INFO - Final bet value: 0.0
2018-04-18 21:32:34,796 - montecarlo - INFO - Opponent utg position: 4
2018-04-18 21:32:38,571 - montecarlo - INFO - Collusion found, player still in game. ['JS', 'JD']
2018-04-18 21:32:38,571 - montecarlo - INFO - Preflop reverse tables for ranges for opponent: NO
2018-04-18 21:32:39,059 - montecarlo - INFO - Absolute equity (no ranges for bot) 0.73
2018-04-18 21:32:39,059 - decision - INFO - Use absolute equity
2018-04-18 21:32:39,067 - out_calc - INFO - 0
2018-04-18 21:32:39,071 - decision - INFO - Other player has no initiative and there is no check button. Activate increased required equity for betting
2018-04-18 21:32:39,103 - decision - INFO - Make preflop decision based on non-preflop table
2018-04-18 21:32:39,103 - decision - INFO - Bet1 condition met
2018-04-18 21:32:39,103 - decision - ERROR - Call button or pot multiple had no value
2018-04-18 21:32:39,385 - main - INFO - Equity: 73.0% -> 2 (0-0+1) Plr
2018-04-18 21:32:39,385 - main - INFO - Final Call Limit: 3.99 --> 0.0
2018-04-18 21:32:39,385 - main - INFO - Final Bet Limit: 1.09 --> 0.0
2018-04-18 21:32:39,386 - main - INFO - Pot size: 0 -> Zero EV Call: 0.01
2018-04-18 21:32:39,386 - main - INFO - +++++++++++++++++++++++ Decision: BetPlus+++++++++++++++++++++++
2018-04-18 21:32:39,409 - mouse - INFO - Mouse moving to: BetPlus
2018-04-18 21:32:43,695 - main - INFO - =========== round end ===========
2018-04-18 21:32:44,796 - table - INFO - My cards: ['7C', '3D']
2018-04-18 21:32:44,797 - table - INFO - Game number on screen:
2018-04-18 21:32:44,968 - table - INFO - MyFunds FINAL VALUE: 963
2018-04-18 21:32:45,064 - table - INFO - ---
2018-04-18 21:32:45,064 - table - INFO - Gamestage: Flop
2018-04-18 21:32:45,064 - table - INFO - Cards on table: ['7S', '8C', '3C']
2018-04-18 21:32:45,064 - table - INFO - ---
2018-04-18 21:32:45,110 - table - INFO - Bot position is UTG+5
2018-04-18 21:32:45,110 - table - INFO - Dealer position (0 is myself and 1 is next player): 4
2018-04-18 21:32:46,227 - table - INFO - My cards: ['7C', '3D']
2018-04-18 21:32:46,227 - table - INFO - Game number on screen:
2018-04-18 21:32:46,390 - table - INFO - MyFunds FINAL VALUE: 963
2018-04-18 21:32:46,485 - table - INFO - ---
2018-04-18 21:32:46,486 - table - INFO - Gamestage: Flop
2018-04-18 21:32:46,486 - table - INFO - Cards on table: ['7S', '8C', '3C']
2018-04-18 21:32:46,486 - table - INFO - ---
2018-04-18 21:32:46,532 - table - INFO - Bot position is UTG+5
2018-04-18 21:32:46,533 - table - INFO - Dealer position (0 is myself and 1 is next player): 4
2018-04-18 21:32:47,668 - table - INFO - My cards: ['7C', '3D']
2018-04-18 21:32:47,669 - table - INFO - Game number on screen:
2018-04-18 21:32:47,832 - table - INFO - MyFunds FINAL VALUE: 963
2018-04-18 21:32:47,927 - table - INFO - ---
2018-04-18 21:32:47,927 - table - INFO - Gamestage: Flop
2018-04-18 21:32:47,927 - table - INFO - Cards on table: ['7S', '8C', '3C']
2018-04-18 21:32:47,927 - table - INFO - ---
2018-04-18 21:32:47,972 - table - INFO - Bot position is UTG+5
2018-04-18 21:32:47,972 - table - INFO - Dealer position (0 is myself and 1 is next player): 4
2018-04-18 21:32:49,043 - table - INFO - My cards: ['7C', '3D']
2018-04-18 21:32:49,043 - table - INFO - Game number on screen:
2018-04-18 21:32:49,206 - table - INFO - MyFunds FINAL VALUE: 963
2018-04-18 21:32:49,298 - table - INFO - ---
2018-04-18 21:32:49,298 - table - INFO - Gamestage: Flop
2018-04-18 21:32:49,298 - table - INFO - Cards on table: ['7S', '8C', '3C']
2018-04-18 21:32:49,298 - table - INFO - ---
2018-04-18 21:32:49,344 - table - INFO - Bot position is UTG+5
2018-04-18 21:32:49,344 - table - INFO - Dealer position (0 is myself and 1 is next player): 4
2018-04-18 21:32:50,503 - table - INFO - My cards: ['7C', '3D']
2018-04-18 21:32:50,504 - table - INFO - Game number on screen:
2018-04-18 21:32:50,665 - table - INFO - MyFunds FINAL VALUE: 963
2018-04-18 21:32:50,758 - table - INFO - ---
2018-04-18 21:32:50,758 - table - INFO - Gamestage: Flop
2018-04-18 21:32:50,758 - table - INFO - Cards on table: ['7S', '8C', '3C']
2018-04-18 21:32:50,758 - table - INFO - ---
2018-04-18 21:32:50,803 - table - INFO - Bot position is UTG+5
2018-04-18 21:32:50,803 - table - INFO - Dealer position (0 is myself and 1 is next player): 4
2018-04-18 21:32:52,003 - table - INFO - My cards: ['7C', '3D']
2018-04-18 21:32:52,003 - table - INFO - Game number on screen:
2018-04-18 21:32:52,169 - table - INFO - MyFunds FINAL VALUE: 963
2018-04-18 21:32:52,268 - table - INFO - ---
2018-04-18 21:32:52,268 - table - INFO - Gamestage: Flop
2018-04-18 21:32:52,268 - table - INFO - Cards on table: ['7S', '8C', '3C']
2018-04-18 21:32:52,268 - table - INFO - ---
2018-04-18 21:32:52,313 - table - INFO - Bot position is UTG+5
2018-04-18 21:32:52,313 - table - INFO - Dealer position (0 is myself and 1 is next player): 4
2018-04-18 21:32:53,390 - table - INFO - My cards: ['7C', '3D']
2018-04-18 21:32:53,391 - table - INFO - Game number on screen:
2018-04-18 21:32:53,556 - table - INFO - MyFunds FINAL VALUE: 963
2018-04-18 21:32:53,651 - table - INFO - ---
2018-04-18 21:32:53,652 - table - INFO - Gamestage: Flop
2018-04-18 21:32:53,652 - table - INFO - Cards on table: ['7S', '8C', '3C']
2018-04-18 21:32:53,652 - table - INFO - ---
2018-04-18 21:32:53,698 - table - INFO - Bot position is UTG+5
2018-04-18 21:32:53,698 - table - INFO - Dealer position (0 is myself and 1 is next player): 4
2018-04-18 21:32:54,787 - table - INFO - My cards: ['7C', '3D']
2018-04-18 21:32:54,787 - table - INFO - Game number on screen:
2018-04-18 21:32:54,949 - table - INFO - MyFunds FINAL VALUE: 963
2018-04-18 21:32:55,044 - table - INFO - ---
2018-04-18 21:32:55,044 - table - INFO - Gamestage: Flop
2018-04-18 21:32:55,044 - table - INFO - Cards on table: ['7S', '8C', '3C']
2018-04-18 21:32:55,044 - table - INFO - ---
2018-04-18 21:32:55,090 - table - INFO - Bot position is UTG+5
2018-04-18 21:32:55,090 - table - INFO - Dealer position (0 is myself and 1 is next player): 4
2018-04-18 21:32:56,163 - table - INFO - My cards: ['7C', '3D']
2018-04-18 21:32:56,163 - table - INFO - Game number on screen:
2018-04-18 21:32:56,325 - table - INFO - MyFunds FINAL VALUE: 963
2018-04-18 21:32:56,419 - table - INFO - ---
2018-04-18 21:32:56,420 - table - INFO - Gamestage: Flop
2018-04-18 21:32:56,420 - table - INFO - Cards on table: ['7S', '8C', '3C']
2018-04-18 21:32:56,420 - table - INFO - ---
2018-04-18 21:32:56,465 - table - INFO - Bot position is UTG+5
2018-04-18 21:32:56,465 - table - INFO - Dealer position (0 is myself and 1 is next player): 4
2018-04-18 21:32:57,628 - table - INFO - My cards: ['7C', '3D']
2018-04-18 21:32:57,628 - table - INFO - Game number on screen:
2018-04-18 21:32:57,790 - table - INFO - MyFunds FINAL VALUE: 963
2018-04-18 21:32:57,885 - table - INFO - ---
2018-04-18 21:32:57,885 - table - INFO - Gamestage: Flop
2018-04-18 21:32:57,885 - table - INFO - Cards on table: ['7S', '8C', '3C']
2018-04-18 21:32:57,885 - table - INFO - ---
2018-04-18 21:32:57,931 - table - INFO - Bot position is UTG+5
2018-04-18 21:32:57,931 - table - INFO - Dealer position (0 is myself and 1 is next player): 4
2018-04-18 21:32:59,013 - table - INFO - My cards: ['7C', '3D']
2018-04-18 21:32:59,013 - table - INFO - Game number on screen:
2018-04-18 21:32:59,178 - table - INFO - MyFunds FINAL VALUE: 963
2018-04-18 21:32:59,270 - table - INFO - ---
2018-04-18 21:32:59,271 - table - INFO - Gamestage: Flop
2018-04-18 21:32:59,271 - table - INFO - Cards on table: ['7S', '8C', '3C']
2018-04-18 21:32:59,271 - table - INFO - ---
2018-04-18 21:32:59,317 - table - INFO - Bot position is UTG+5
2018-04-18 21:32:59,317 - table - INFO - Dealer position (0 is myself and 1 is next player): 4
2018-04-18 21:33:00,519 - table - INFO - My cards: ['7C', '3D']
2018-04-18 21:33:00,520 - table - INFO - Game number on screen:
2018-04-18 21:33:00,683 - table - INFO - MyFunds FINAL VALUE: 963
2018-04-18 21:33:00,775 - table - INFO - ---
2018-04-18 21:33:00,775 - table - INFO - Gamestage: Flop
2018-04-18 21:33:00,775 - table - INFO - Cards on table: ['7S', '8C', '3C']
2018-04-18 21:33:00,776 - table - INFO - ---
2018-04-18 21:33:00,821 - table - INFO - Bot position is UTG+5
2018-04-18 21:33:00,822 - table - INFO - Dealer position (0 is myself and 1 is next player): 4
2018-04-18 21:33:01,916 - table - INFO - My cards: ['7C', '3D']
2018-04-18 21:33:01,916 - table - INFO - Game number on screen:
2018-04-18 21:33:02,084 - table - INFO - MyFunds FINAL VALUE: 963
2018-04-18 21:33:02,182 - table - INFO - ---
2018-04-18 21:33:02,182 - table - INFO - Gamestage: Flop
2018-04-18 21:33:02,183 - table - INFO - Cards on table: ['7S', '8C', '3C']
2018-04-18 21:33:02,183 - table - INFO - ---
2018-04-18 21:33:02,228 - table - INFO - Bot position is UTG+5
2018-04-18 21:33:02,228 - table - INFO - Dealer position (0 is myself and 1 is next player): 4
2018-04-18 21:33:03,395 - table - INFO - My cards: ['7C', '3D']
2018-04-18 21:33:03,395 - table - INFO - Game number on screen:
2018-04-18 21:33:03,558 - table - INFO - MyFunds FINAL VALUE: 963
2018-04-18 21:33:03,650 - table - INFO - ---
2018-04-18 21:33:03,650 - table - INFO - Gamestage: Flop
2018-04-18 21:33:03,650 - table - INFO - Cards on table: ['7S', '8C', '3C']
2018-04-18 21:33:03,650 - table - INFO - ---
2018-04-18 21:33:03,696 - table - INFO - Bot position is UTG+5
2018-04-18 21:33:03,696 - table - INFO - Dealer position (0 is myself and 1 is next player): 4
2018-04-18 21:33:04,845 - table - INFO - My cards: ['7C', '3D']
2018-04-18 21:33:04,845 - table - INFO - Game number on screen:
2018-04-18 21:33:05,006 - table - INFO - MyFunds FINAL VALUE: 963
2018-04-18 21:33:05,101 - table - INFO - ---
2018-04-18 21:33:05,101 - table - INFO - Gamestage: Flop
2018-04-18 21:33:05,101 - table - INFO - Cards on table: ['7S', '8C', '3C']
2018-04-18 21:33:05,101 - table - INFO - ---
2018-04-18 21:33:05,147 - table - INFO - Bot position is UTG+5
2018-04-18 21:33:05,147 - table - INFO - Dealer position (0 is myself and 1 is next player): 4
2018-04-18 21:33:06,201 - table - INFO - My cards: ['7C', '3D']
2018-04-18 21:33:06,201 - table - INFO - Game number on screen:
2018-04-18 21:33:06,364 - table - INFO - MyFunds FINAL VALUE: 963
2018-04-18 21:33:06,459 - table - INFO - ---
2018-04-18 21:33:06,459 - table - INFO - Gamestage: Flop
2018-04-18 21:33:06,459 - table - INFO - Cards on table: ['7S', '8C', '3C']
2018-04-18 21:33:06,459 - table - INFO - ---
2018-04-18 21:33:06,504 - table - INFO - Bot position is UTG+5
2018-04-18 21:33:06,505 - table - INFO - Dealer position (0 is myself and 1 is next player): 4
2018-04-18 21:33:07,484 - table - INFO - My cards: ['7C', '3D']
2018-04-18 21:33:07,484 - table - INFO - Game number on screen:
2018-04-18 21:33:07,645 - table - INFO - MyFunds FINAL VALUE: 963
2018-04-18 21:33:07,740 - table - INFO - ---
2018-04-18 21:33:07,740 - table - INFO - Gamestage: Turn
2018-04-18 21:33:07,740 - table - INFO - Cards on table: ['7S', '5D', '8C', '3C']
2018-04-18 21:33:07,740 - table - INFO - ---
2018-04-18 21:33:07,787 - table - INFO - Bot position is UTG+5
2018-04-18 21:33:07,787 - table - INFO - Dealer position (0 is myself and 1 is next player): 4
2018-04-18 21:33:08,934 - table - INFO - My cards: ['7C', '3D']
2018-04-18 21:33:08,934 - table - INFO - Game number on screen:
2018-04-18 21:33:09,096 - table - INFO - MyFunds FINAL VALUE: 963
2018-04-18 21:33:09,190 - table - INFO - ---
2018-04-18 21:33:09,190 - table - INFO - Gamestage: Turn
2018-04-18 21:33:09,191 - table - INFO - Cards on table: ['7S', '5D', '8C', '3C']
2018-04-18 21:33:09,191 - table - INFO - ---
2018-04-18 21:33:09,236 - table - INFO - Bot position is UTG+5
2018-04-18 21:33:09,236 - table - INFO - Dealer position (0 is myself and 1 is next player): 4
2018-04-18 21:33:10,299 - table - INFO - My cards: ['7C', '3D']
2018-04-18 21:33:10,300 - table - INFO - Game number on screen:
2018-04-18 21:33:10,462 - table - INFO - MyFunds FINAL VALUE: 963
2018-04-18 21:33:10,558 - table - INFO - ---
2018-04-18 21:33:10,558 - table - INFO - Gamestage: Turn
2018-04-18 21:33:10,558 - table - INFO - Cards on table: ['7S', '5D', '8C', '3C']
2018-04-18 21:33:10,558 - table - INFO - ---
2018-04-18 21:33:10,604 - table - INFO - Bot position is UTG+5
2018-04-18 21:33:10,605 - table - INFO - Dealer position (0 is myself and 1 is next player): 4
2018-04-18 21:33:11,703 - table - INFO - My cards: ['7C', '3D']
2018-04-18 21:33:11,703 - table - INFO - Game number on screen:
2018-04-18 21:33:11,866 - table - INFO - MyFunds FINAL VALUE: 963
2018-04-18 21:33:11,959 - table - INFO - ---
2018-04-18 21:33:11,960 - table - INFO - Gamestage: Turn
2018-04-18 21:33:11,960 - table - INFO - Cards on table: ['7S', '5D', '8C', '3C']
2018-04-18 21:33:11,960 - table - INFO - ---
2018-04-18 21:33:12,005 - table - INFO - Bot position is UTG+5
2018-04-18 21:33:12,006 - table - INFO - Dealer position (0 is myself and 1 is next player): 4
2018-04-18 21:33:13,160 - table - INFO - My cards: ['7C', '3D']
2018-04-18 21:33:13,160 - table - INFO - Game number on screen:
2018-04-18 21:33:13,323 - table - INFO - MyFunds FINAL VALUE: 963
2018-04-18 21:33:13,416 - table - INFO - ---
2018-04-18 21:33:13,417 - table - INFO - Gamestage: Turn
2018-04-18 21:33:13,417 - table - INFO - Cards on table: ['7S', '5D', '8C', '3C']
2018-04-18 21:33:13,417 - table - INFO - ---
2018-04-18 21:33:13,462 - table - INFO - Bot position is UTG+5
2018-04-18 21:33:13,462 - table - INFO - Dealer position (0 is myself and 1 is next player): 4
2018-04-18 21:33:14,592 - table - INFO - My cards: ['7C', '3D']
2018-04-18 21:33:14,592 - table - INFO - Game number on screen:
2018-04-18 21:33:14,757 - table - INFO - MyFunds FINAL VALUE: 963
2018-04-18 21:33:14,850 - table - INFO - ---
2018-04-18 21:33:14,851 - table - INFO - Gamestage: Turn
2018-04-18 21:33:14,851 - table - INFO - Cards on table: ['7S', '5D', '8C', '3C']
2018-04-18 21:33:14,851 - table - INFO - ---
2018-04-18 21:33:14,897 - table - INFO - Bot position is UTG+5
2018-04-18 21:33:14,897 - table - INFO - Dealer position (0 is myself and 1 is next player): 4
2018-04-18 21:33:16,040 - table - INFO - My cards: ['7C', '3D']
2018-04-18 21:33:16,040 - table - INFO - Game number on screen:
2018-04-18 21:33:16,205 - table - INFO - MyFunds FINAL VALUE: 963
2018-04-18 21:33:16,300 - table - INFO - ---
2018-04-18 21:33:16,300 - table - INFO - Gamestage: Turn
2018-04-18 21:33:16,300 - table - INFO - Cards on table: ['7S', '5D', '8C', '3C']
2018-04-18 21:33:16,300 - table - INFO - ---
2018-04-18 21:33:16,346 - table - INFO - Bot position is UTG+5
2018-04-18 21:33:16,346 - table - INFO - Dealer position (0 is myself and 1 is next player): 4
2018-04-18 21:33:17,497 - table - INFO - My cards: ['7C', '3D']
2018-04-18 21:33:17,497 - table - INFO - Game number on screen:
2018-04-18 21:33:17,660 - table - INFO - MyFunds FINAL VALUE: 963
2018-04-18 21:33:17,755 - table - INFO - ---
2018-04-18 21:33:17,755 - table - INFO - Gamestage: Turn
2018-04-18 21:33:17,755 - table - INFO - Cards on table: ['7S', '5D', '8C', '3C']
2018-04-18 21:33:17,755 - table - INFO - ---
2018-04-18 21:33:17,800 - table - INFO - Bot position is UTG+5
2018-04-18 21:33:17,800 - table - INFO - Dealer position (0 is myself and 1 is next player): 4
2018-04-18 21:33:18,922 - table - INFO - My cards: ['7C', '3D']
2018-04-18 21:33:18,922 - table - INFO - Game number on screen:
2018-04-18 21:33:19,087 - table - INFO - MyFunds FINAL VALUE: 963
2018-04-18 21:33:19,181 - table - INFO - ---
2018-04-18 21:33:19,181 - table - INFO - Gamestage: Turn
2018-04-18 21:33:19,181 - table - INFO - Cards on table: ['7S', '5D', '8C', '3C']
2018-04-18 21:33:19,181 - table - INFO - ---
2018-04-18 21:33:19,228 - table - INFO - Bot position is UTG+5
2018-04-18 21:33:19,228 - table - INFO - Dealer position (0 is myself and 1 is next player): 4
2018-04-18 21:33:20,366 - table - INFO - My cards: ['7C', '3D']
2018-04-18 21:33:20,367 - table - INFO - Game number on screen:
2018-04-18 21:33:20,530 - table - INFO - MyFunds FINAL VALUE: 963
2018-04-18 21:33:20,627 - table - INFO - ---
2018-04-18 21:33:20,627 - table - INFO - Gamestage: Turn
2018-04-18 21:33:20,627 - table - INFO - Cards on table: ['7S', '5D', '8C', '3C']
2018-04-18 21:33:20,628 - table - INFO - ---
2018-04-18 21:33:20,673 - table - INFO - Bot position is UTG+5
2018-04-18 21:33:20,673 - table - INFO - Dealer position (0 is myself and 1 is next player): 4
2018-04-18 21:33:21,767 - table - INFO - My cards: ['7C', '3D']
2018-04-18 21:33:21,767 - table - INFO - Game number on screen:
2018-04-18 21:33:21,931 - table - INFO - MyFunds FINAL VALUE: 963
2018-04-18 21:33:22,025 - table - INFO - ---
2018-04-18 21:33:22,025 - table - INFO - Gamestage: Turn
2018-04-18 21:33:22,025 - table - INFO - Cards on table: ['7S', '5D', '8C', '3C']
2018-04-18 21:33:22,025 - table - INFO - ---
2018-04-18 21:33:22,071 - table - INFO - Bot position is UTG+5
2018-04-18 21:33:22,071 - table - INFO - Dealer position (0 is myself and 1 is next player): 4
2018-04-18 21:33:23,213 - table - INFO - My cards: ['7C', '3D']
2018-04-18 21:33:23,213 - table - INFO - Game number on screen:
2018-04-18 21:33:23,375 - table - INFO - MyFunds FINAL VALUE: 963
2018-04-18 21:33:23,470 - table - INFO - ---
2018-04-18 21:33:23,471 - table - INFO - Gamestage: Turn
2018-04-18 21:33:23,471 - table - INFO - Cards on table: ['7S', '5D', '8C', '3C']
2018-04-18 21:33:23,471 - table - INFO - ---
2018-04-18 21:33:23,516 - table - INFO - Bot position is UTG+5
2018-04-18 21:33:23,516 - table - INFO - Dealer position (0 is myself and 1 is next player): 4
2018-04-18 21:33:24,557 - table - INFO - My cards: ['7C', '3D']
2018-04-18 21:33:24,558 - table - INFO - Game number on screen:
2018-04-18 21:33:24,724 - table - INFO - MyFunds FINAL VALUE: 963
2018-04-18 21:33:24,819 - table - INFO - ---
2018-04-18 21:33:24,819 - table - INFO - Gamestage: Turn
2018-04-18 21:33:24,819 - table - INFO - Cards on table: ['7S', '5D', '8C', '3C']
2018-04-18 21:33:24,820 - table - INFO - ---
2018-04-18 21:33:24,865 - table - INFO - Bot position is UTG+5
2018-04-18 21:33:24,865 - table - INFO - Dealer position (0 is myself and 1 is next player): 4
2018-04-18 21:33:25,945 - table - INFO - My cards: ['7C', '3D']
2018-04-18 21:33:25,945 - table - INFO - Game number on screen:
2018-04-18 21:33:26,109 - table - INFO - MyFunds FINAL VALUE: 963
2018-04-18 21:33:26,204 - table - INFO - ---
2018-04-18 21:33:26,204 - table - INFO - Gamestage: Turn
2018-04-18 21:33:26,204 - table - INFO - Cards on table: ['7S', '5D', '8C', '3C']
2018-04-18 21:33:26,204 - table - INFO - ---
2018-04-18 21:33:26,250 - table - INFO - Bot position is UTG+5
2018-04-18 21:33:26,250 - table - INFO - Dealer position (0 is myself and 1 is next player): 4
2018-04-18 21:33:27,337 - table - INFO - My cards: ['7C', '3D']
2018-04-18 21:33:27,338 - table - INFO - Game number on screen:
2018-04-18 21:33:27,507 - table - INFO - MyFunds FINAL VALUE: 963
2018-04-18 21:33:27,605 - table - INFO - ---
2018-04-18 21:33:27,605 - table - INFO - Gamestage: Turn
2018-04-18 21:33:27,605 - table - INFO - Cards on table: ['7S', '5D', '8C', '3C']
2018-04-18 21:33:27,605 - table - INFO - ---
2018-04-18 21:33:27,654 - table - INFO - Bot position is UTG+5
2018-04-18 21:33:27,654 - table - INFO - Dealer position (0 is myself and 1 is next player): 4
2018-04-18 21:33:28,727 - table - INFO - My cards: ['7C', '3D']
2018-04-18 21:33:28,727 - table - INFO - Game number on screen:
2018-04-18 21:33:28,891 - table - INFO - MyFunds FINAL VALUE: 963
2018-04-18 21:33:28,988 - table - INFO - ---
2018-04-18 21:33:28,988 - table - INFO - Gamestage: Turn
2018-04-18 21:33:28,988 - table - INFO - Cards on table: ['7S', '5D', '8C', '3C']
2018-04-18 21:33:28,988 - table - INFO - ---
2018-04-18 21:33:29,034 - table - INFO - Bot position is UTG+5
2018-04-18 21:33:29,034 - table - INFO - Dealer position (0 is myself and 1 is next player): 4
2018-04-18 21:33:29,039 - table - INFO - Buttons Found, cards: 7C 3D
2018-04-18 21:33:29,409 - table - INFO - TotalPotValue FINAL VALUE:
2018-04-18 21:33:29,410 - table - INFO - Final Total Pot Value: 0
2018-04-18 21:33:29,772 - table - INFO - TotalPotValue FINAL VALUE:
2018-04-18 21:33:29,772 - table - INFO - Final round pot Value: 0
2018-04-18 21:33:29,786 - table - INFO - First raiser utg+nan
2018-04-18 21:33:29,786 - table - INFO - Highest raiser abs: nan
2018-04-18 21:33:29,786 - table - INFO - First caller utg+nan
2018-04-18 21:33:29,786 - table - INFO - Other player has initiative: False
2018-04-18 21:33:29,964 - table - INFO - CallValue FINAL VALUE: 100
2018-04-18 21:33:30,130 - table - INFO - BetValue FINAL VALUE: 00
2018-04-18 21:33:30,536 - table - INFO - Final call value: 0.0
2018-04-18 21:33:30,536 - table - INFO - Final bet value: 0.0
2018-04-18 21:33:30,537 - montecarlo - INFO - Opponent utg position: 4
2018-04-18 21:33:32,194 - montecarlo - INFO - Collusion found, player still in game. ['JS', 'JD']
2018-04-18 21:33:32,195 - montecarlo - INFO - Preflop reverse tables for ranges for opponent: NO
2018-04-18 21:33:32,684 - montecarlo - INFO - Absolute equity (no ranges for bot) 0.82
2018-04-18 21:33:32,684 - decision - INFO - Use absolute equity
2018-04-18 21:33:32,706 - out_calc - INFO - 0
2018-04-18 21:33:32,710 - decision - INFO - Other player has no initiative and there is no check button. Activate increased required equity for betting
2018-04-18 21:33:32,741 - decision - INFO - Make preflop decision based on non-preflop table
2018-04-18 21:33:32,741 - decision - INFO - Bet1 condition met
2018-04-18 21:33:32,742 - decision - ERROR - Call button or pot multiple had no value
2018-04-18 21:33:33,095 - main - INFO - Equity: 82.0% -> 2 (0-0+1) Plr
2018-04-18 21:33:33,096 - main - INFO - Final Call Limit: 4.57 --> 0.0
2018-04-18 21:33:33,099 - main - INFO - Final Bet Limit: 1.09 --> 0.0
2018-04-18 21:33:33,099 - main - INFO - Pot size: 0 -> Zero EV Call: 0.01
2018-04-18 21:33:33,104 - main - INFO - +++++++++++++++++++++++ Decision: BetPlus+++++++++++++++++++++++
2018-04-18 21:33:33,105 - mouse - INFO - Mouse moving to: BetPlus
2018-04-18 21:33:36,963 - main - INFO - =========== round end ===========
2018-04-18 21:33:38,052 - table - INFO - My cards: ['7C', '3D']
2018-04-18 21:33:38,052 - table - INFO - Game number on screen:
2018-04-18 21:33:38,213 - table - INFO - MyFunds FINAL VALUE: 1.763
2018-04-18 21:33:38,308 - table - INFO - ---
2018-04-18 21:33:38,308 - table - INFO - Gamestage: Turn
2018-04-18 21:33:38,308 - table - INFO - Cards on table: ['7S', '5D', '8C', '3C']
2018-04-18 21:33:38,308 - table - INFO - ---
2018-04-18 21:33:38,354 - table - INFO - Bot position is UTG+5
2018-04-18 21:33:38,354 - table - INFO - Dealer position (0 is myself and 1 is next player): 4
2018-04-18 21:33:39,435 - table - INFO - My cards: ['7C', '3D']
2018-04-18 21:33:39,435 - table - INFO - Game number on screen:
2018-04-18 21:33:39,596 - table - INFO - MyFunds FINAL VALUE: 1.763
2018-04-18 21:33:39,692 - table - INFO - ---
2018-04-18 21:33:39,693 - table - INFO - Gamestage: River
2018-04-18 21:33:39,693 - table - INFO - Cards on table: ['4D', '7S', '5D', '8C', '3C']
2018-04-18 21:33:39,693 - table - INFO - ---
2018-04-18 21:33:39,739 - table - INFO - Bot position is UTG+5
2018-04-18 21:33:39,740 - table - INFO - Dealer position (0 is myself and 1 is next player): 4
2018-04-18 21:33:40,825 - table - INFO - My cards: ['7C', '3D']
2018-04-18 21:33:40,825 - table - INFO - Game number on screen:
2018-04-18 21:33:40,986 - table - INFO - MyFunds FINAL VALUE: 1.763
2018-04-18 21:33:41,080 - table - INFO - ---
2018-04-18 21:33:41,080 - table - INFO - Gamestage: River
2018-04-18 21:33:41,080 - table - INFO - Cards on table: ['4D', '7S', '5D', '8C', '3C']
2018-04-18 21:33:41,080 - table - INFO - ---
2018-04-18 21:33:41,126 - table - INFO - Bot position is UTG+5
2018-04-18 21:33:41,126 - table - INFO - Dealer position (0 is myself and 1 is next player): 4
2018-04-18 21:33:42,252 - table - INFO - My cards: ['7C', '3D']
2018-04-18 21:33:42,252 - table - INFO - Game number on screen:
2018-04-18 21:33:42,413 - table - INFO - MyFunds FINAL VALUE: 1.763
2018-04-18 21:33:42,512 - table - INFO - ---
2018-04-18 21:33:42,512 - table - INFO - Gamestage: River
2018-04-18 21:33:42,512 - table - INFO - Cards on table: ['4D', '7S', '5D', '8C', '3C']
2018-04-18 21:33:42,512 - table - INFO - ---
2018-04-18 21:33:42,558 - table - INFO - Bot position is UTG+5
2018-04-18 21:33:42,558 - table - INFO - Dealer position (0 is myself and 1 is next player): 4
2018-04-18 21:33:43,749 - table - INFO - My cards: ['7C', '3D']
2018-04-18 21:33:43,750 - table - INFO - Game number on screen:
2018-04-18 21:33:43,909 - table - INFO - MyFunds FINAL VALUE: 1.763
2018-04-18 21:33:44,001 - table - INFO - ---
2018-04-18 21:33:44,001 - table - INFO - Gamestage: River
2018-04-18 21:33:44,001 - table - INFO - Cards on table: ['4D', '7S', '5D', '8C', '3C']
2018-04-18 21:33:44,001 - table - INFO - ---
2018-04-18 21:33:44,046 - table - INFO - Bot position is UTG+5
2018-04-18 21:33:44,046 - table - INFO - Dealer position (0 is myself and 1 is next player): 4
2018-04-18 21:33:45,150 - table - INFO - My cards: ['7C', '3D']
2018-04-18 21:33:45,150 - table - INFO - Game number on screen:
2018-04-18 21:33:45,309 - table - INFO - MyFunds FINAL VALUE: 1.763
2018-04-18 21:33:45,407 - table - INFO - ---
2018-04-18 21:33:45,408 - table - INFO - Gamestage: River
2018-04-18 21:33:45,408 - table - INFO - Cards on table: ['4D', '7S', '5D', '8C', '3C']
2018-04-18 21:33:45,408 - table - INFO - ---
2018-04-18 21:33:45,453 - table - INFO - Bot position is UTG+5
2018-04-18 21:33:45,454 - table - INFO - Dealer position (0 is myself and 1 is next player): 4
2018-04-18 21:33:46,564 - table - INFO - My cards: ['7C', '3D']
2018-04-18 21:33:46,564 - table - INFO - Game number on screen:
2018-04-18 21:33:46,726 - table - INFO - MyFunds FINAL VALUE: 1.763
2018-04-18 21:33:46,821 - table - INFO - ---
2018-04-18 21:33:46,821 - table - INFO - Gamestage: River
2018-04-18 21:33:46,821 - table - INFO - Cards on table: ['4D', '7S', '5D', '8C', '3C']
2018-04-18 21:33:46,821 - table - INFO - ---
2018-04-18 21:33:46,867 - table - INFO - Bot position is UTG+5
2018-04-18 21:33:46,867 - table - INFO - Dealer position (0 is myself and 1 is next player): 4
2018-04-18 21:33:47,942 - table - INFO - My cards: ['7C', '3D']
2018-04-18 21:33:47,942 - table - INFO - Game number on screen:
2018-04-18 21:33:48,103 - table - INFO - MyFunds FINAL VALUE: 1.763
2018-04-18 21:33:48,198 - table - INFO - ---
2018-04-18 21:33:48,198 - table - INFO - Gamestage: River
2018-04-18 21:33:48,199 - table - INFO - Cards on table: ['4D', '7S', '5D', '8C', '3C']
2018-04-18 21:33:48,199 - table - INFO - ---
2018-04-18 21:33:48,245 - table - INFO - Bot position is UTG+5
2018-04-18 21:33:48,245 - table - INFO - Dealer position (0 is myself and 1 is next player): 4
2018-04-18 21:33:49,331 - table - INFO - My cards: ['7C', '3D']
2018-04-18 21:33:49,331 - table - INFO - Game number on screen:
2018-04-18 21:33:49,491 - table - INFO - MyFunds FINAL VALUE: 1.763
2018-04-18 21:33:49,586 - table - INFO - ---
2018-04-18 21:33:49,586 - table - INFO - Gamestage: River
2018-04-18 21:33:49,586 - table - INFO - Cards on table: ['4D', '7S', '5D', '8C', '3C']
2018-04-18 21:33:49,586 - table - INFO - ---
2018-04-18 21:33:49,634 - table - INFO - Bot position is UTG+5
2018-04-18 21:33:49,634 - table - INFO - Dealer position (0 is myself and 1 is next player): 4
2018-04-18 21:33:50,740 - table - INFO - My cards: ['7C', '3D']
2018-04-18 21:33:50,740 - table - INFO - Game number on screen:
2018-04-18 21:33:50,904 - table - INFO - MyFunds FINAL VALUE: 1.763
2018-04-18 21:33:50,999 - table - INFO - ---
2018-04-18 21:33:51,000 - table - INFO - Gamestage: River
2018-04-18 21:33:51,000 - table - INFO - Cards on table: ['4D', '7S', '5D', '8C', '3C']
2018-04-18 21:33:51,000 - table - INFO - ---
2018-04-18 21:33:51,046 - table - INFO - Bot position is UTG+5
2018-04-18 21:33:51,046 - table - INFO - Dealer position (0 is myself and 1 is next player): 4
2018-04-18 21:33:52,123 - table - INFO - My cards: ['7C', '3D']
2018-04-18 21:33:52,123 - table - INFO - Game number on screen:
2018-04-18 21:33:52,285 - table - INFO - MyFunds FINAL VALUE: 1.763
2018-04-18 21:33:52,380 - table - INFO - ---
2018-04-18 21:33:52,381 - table - INFO - Gamestage: River
2018-04-18 21:33:52,381 - table - INFO - Cards on table: ['4D', '7S', '5D', '8C', '3C']
2018-04-18 21:33:52,381 - table - INFO - ---
2018-04-18 21:33:52,427 - table - INFO - Bot position is UTG+5
2018-04-18 21:33:52,427 - table - INFO - Dealer position (0 is myself and 1 is next player): 4
2018-04-18 21:33:52,431 - table - INFO - Buttons Found, cards: 7C 3D
2018-04-18 21:33:52,781 - table - INFO - TotalPotValue FINAL VALUE:
2018-04-18 21:33:52,781 - table - INFO - Final Total Pot Value: 0
2018-04-18 21:33:53,127 - table - INFO - TotalPotValue FINAL VALUE:
2018-04-18 21:33:53,128 - table - INFO - Final round pot Value: 0
2018-04-18 21:33:53,142 - table - INFO - First raiser utg+nan
2018-04-18 21:33:53,142 - table - INFO - Highest raiser abs: nan
2018-04-18 21:33:53,142 - table - INFO - First caller utg+nan
2018-04-18 21:33:53,142 - table - INFO - Other player has initiative: False
2018-04-18 21:33:53,318 - table - INFO - CallValue FINAL VALUE: 100
2018-04-18 21:33:53,480 - table - INFO - BetValue FINAL VALUE: 00
2018-04-18 21:33:53,881 - table - INFO - Final call value: 0.0
2018-04-18 21:33:53,881 - table - INFO - Final bet value: 0.0
2018-04-18 21:33:53,882 - montecarlo - INFO - Opponent utg position: 4
2018-04-18 21:33:57,036 - montecarlo - INFO - Collusion found, player still in game. ['JS', 'JD']
2018-04-18 21:33:57,037 - montecarlo - INFO - Preflop reverse tables for ranges for opponent: NO
2018-04-18 21:33:57,424 - montecarlo - INFO - Absolute equity (no ranges for bot) 1.0
2018-04-18 21:33:57,424 - decision - INFO - Use absolute equity
2018-04-18 21:33:57,428 - decision - INFO - Other player has no initiative and there is no check button. Activate increased required equity for betting
2018-04-18 21:33:57,458 - decision - INFO - Equity is above the always call threshold
2018-04-18 21:33:57,458 - decision - INFO - Make preflop decision based on non-preflop table
2018-04-18 21:33:57,458 - decision - INFO - Bet1 condition met
2018-04-18 21:33:57,458 - decision - INFO - Bet4 condition met
2018-04-18 21:33:57,459 - decision - ERROR - Call button or pot multiple had no value
2018-04-18 21:33:57,796 - main - INFO - Equity: 100.0% -> 2 (0-0+1) Plr
2018-04-18 21:33:57,796 - main - INFO - Final Call Limit: 99999999 --> 0.0
2018-04-18 21:33:57,796 - main - INFO - Final Bet Limit: 1.09 --> 0.0
2018-04-18 21:33:57,797 - main - INFO - Pot size: 0 -> Zero EV Call: 0.01
2018-04-18 21:33:57,797 - main - INFO - +++++++++++++++++++++++ Decision: Bet pot+++++++++++++++++++++++
2018-04-18 21:33:57,797 - mouse - INFO - Mouse moving to: Bet pot
2018-04-18 21:34:01,429 - main - INFO - =========== round end ===========
2018-04-18 21:34:06,858 - table - INFO - My cards: ['2S', '3D']
2018-04-18 21:34:06,858 - table - INFO - +++========================== NEW HAND ==========================+++
2018-04-18 21:34:07,026 - table - INFO - MyFunds FINAL VALUE: 900
2018-04-18 21:34:07,638 - table - INFO - ---
2018-04-18 21:34:07,639 - table - INFO - Gamestage: PreFlop
2018-04-18 21:34:07,639 - table - INFO - Cards on table: []
2018-04-18 21:34:07,639 - table - INFO - ---
2018-04-18 21:34:08,535 - table - INFO - Total Strategy winnings: 3.352
2018-04-18 21:34:08,535 - table - INFO - Winnings in BB per 100 hands: 111.73
2018-04-18 21:34:08,536 - table - INFO - Game #3 - Last 100: $3.352

Installation error?

Hi,
I was trying to install your library after reading the 'Setup instructions' but don't get if I need to install all the python stuff or if it's enough the .exe to run it, because I'm getting this (on Win7 64bit):

Entry point not found:
The procedure entry point ucrtbase.terminate could not be located in the dynamic link library api-ms-win-crt-runtime-l1-1-0.dll

Of course I have no idea of what it's talking about :/

Sorry, maybe a stupid question and I only need to get all those py stuff

Anyway, thanks for your effort on this bot

How do poker clients detect that a bot is running ? Can they do so across Wine ?

Hello,

This is not an issue, just a question.

The fact that Poker clients are able to detect that the bot is running made me question myself a lot about how they could do this. Do they simply look for a suspicious process name in the list of currently running processes ? Are they able to determine that the cursor moved but the mouse didn't ? Can they still detect if a bot is running if the poker client is launched via Wine (on Mac) or do we require a full OS installation on a virtual machine ?

I have thought of running this script via a USB device that reads the screen video stream and simulates physical mouse and keyboard. Would that be stealthy enough ?

Linux Porting

Hello,
I am trying to run the pokerbot on linux, I solved all the dependencies. However running the program I get the following error:

dante@dante-pc:~/Workspace/Poker$ python3 main.py
This is a testversion and error messages will appear here. The user interface has opened in a separate window.
[Errno 2] No such file or directory: 'pics/PP/3h.png'
Tesseract not installed. Please install it into the same folder as the pokerbot or alternatively set the path variable.
dante@dante-pc:~/Workspace/Poker$

Why does it behave like that?

Regards,
Dante.

Player position

Hello,

First of all "Great Job, I bow before you". I have tried the bot with partypoker and the bot finds my cards only in one seat position. Is it meant to be like that? Because sometimes the game puts me in random seat and the bot can't recognize my pot and cards.

Pokerstars setup gives exception error, I will put a screenshot of terminal so you can check it out.
pokerbot_debug_error

Kind Regards

Heads up

Hey. Pokerstars has a headsup ZOOM version. Could you add compatibility for it? I think this bot would be great in that situation because of a lot of hands and very simple calculations to be done.

Debug: Top left corner NOT found

Hi, I am following the setup as per the instructions but I am getting the following debug once I start the bot:

Top left corner NOT found.

I am getting the same message with both Win10 and Direct Mouse Control. Could you please advise?

P.S. I am new here

nsis error

Hi,
when I trying to run this bot, it always notice that "nsis error"
I tried some solutions like change path, NCRC but it still not working,
do you have some advice? My system is win10.
By the way I am trying to develop this project to make it support another platform, do you have some plan on it ?

Pokerstars bug

I get this error in the terminal when playing pokerstars, I don't know if it's simply a performance issue since Pokerstars runs way slower than PartyPoker. The AI gets stucked before the betting/decission time runs out.

Exception in thread Thread-1:
Traceback (most recent call last):
File "threading.py", line 914, in _bootstrap_inner
File "Poker\main.py", line 149, in run
File "table_analysers\table_screen_based.py", line 435, in get_other_player_status
File "table_analysers\table_screen_based.py", line 387, in get_bot_pot
IndexError: list index out of range

vm_control - ERROR

I get the error:

vm_control - ERROR - (-2147221005, 'Invalid class string', None, None)

I installed windows xp with VMware

I tried starting the bot on McNaught table on Pokerstars and the bot couldn't find the client ... 'PP not found yet'

Thanks

Mongo Connection

Getting an authorisation error with the mongodb. I was trying to put some tests around it's also telling me I can't read/write to any of the collections.

Partypoker funds

While playing at partypoker with real money if the amount is $4,52, the bot recognizes only "52" part. Which may cause strategy conflicts.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.