Code Monkey home page Code Monkey logo

deepbot-poker's People

Contributors

schreven avatar tamlhp avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar

deepbot-poker's Issues

Test your Poker Agents on pokerwars.io

Hi Guys,

just wanna let you know that there is a Free Poker Bot Platform to test your agents in a more heterogenous environment. I think the current bots are already pretty competitive although it would be nice to compete against more ml experts. There are around 20-40 bots online almost 24/7.

Jump to pokerwars leaderboard or check out several API languages on pokerwars github

Hope to see some of you there and exchange some insights.

Cheers,
Simon

Discussion on expanding research possibilities

Dear author:
It is really an excellent job on poker bot!!!

 Here I have one question for further research possibilities you may have considered:  whether or how can the training deepbot agent learn from more intelligent opponent AIs like DeepStack(we have recreated a 6-handed version and include muti-iterations children version), especially in 6-handed Nolimited Texas holdem games?


Thank you in advance!!!

an error in train_agent.py

there is an error when run train_agent.py:
28, 52, 50, 27, 9, 44, 10, 6, 12, 41, 35, 43, 7, 15, 47, 5, 32, 23, 42, 19, 8, 14, 34, 39, 31, 51, 13, 26, 37, 48, 36, 17, 45, 49, 3, 21, 22, 38, 29, 4, 30, 16, 20, 11, 40, 1, 25, 33], deepbot=<bot_DeepBot.DeepBot object at 0x7f5377c65ac8>, ini_stack=20000, nb_hands=500, sb_amount=50, train_env='hu_cash_mixed') (c2f077f8-7c16-40a5-9f18-7f6e7ec74c49)
10:59:38 ValueError: Hole card is already set
Traceback (most recent call last):
File "/home/mm/wkq/anaconda3/envs/deepbot/lib/python3.6/site-packages/rq/worker.py", line 822, in perform_job
rv = job.perform()
File "/home/mm/wkq/anaconda3/envs/deepbot/lib/python3.6/site-packages/rq/job.py", line 605, in perform
self._result = self._execute()
File "/home/mm/wkq/anaconda3/envs/deepbot/lib/python3.6/site-packages/rq/job.py", line 611, in _execute
return self.func(*self.args, **self.kwargs)
File "../main_functions/u_training_games.py", line 82, in run_games
run_one_game_rebuys(deepbot=deepbot, ini_stack = ini_stack, sb_amount=sb_amount, nb_hands = nb_hands, cst_decks = cst_decks)
File "../main_functions/u_training_games.py", line 166, in run_one_game_rebuys
game_result_1 = start_poker(config, verbose=0, cheat = True, cst_deck_ids = cst_deck_match, return_last_two=False)
File "../PyPokerEngine/pypokerengine/api/game.py", line 14, in start_poker
result_message, last_two, deepbot_rank = dealer.start_game(config.max_round)
File "../PyPokerEngine/pypokerengine/engine/dealer.py", line 56, in start_game
table, action_history = self.play_round(round_count, sb_amount, ante, table)
File "../PyPokerEngine/pypokerengine/engine/dealer.py", line 64, in play_round
state, msgs = RoundManager.start_new_round(round_count, blind_amount, ante, table)
File "../PyPokerEngine/pypokerengine/engine/round_manager.py", line 23, in start_new_round
self.__deal_holecard(table.deck, table.seats.players)
File "../PyPokerEngine/pypokerengine/engine/round_manager.py", line 70, in __deal_holecard
player.add_holecard(deck.draw_cards(2))
File "../PyPokerEngine/pypokerengine/engine/player.py", line 26, in add_holecard
raise ValueError(self.__dup_hole_msg)
ValueError: Hole card is already set

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.