poker-reinforcement-learning 0.1.8__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- poker_reinforcement_learning/__init__.py +10 -0
- poker_reinforcement_learning/client.py +220 -0
- poker_reinforcement_learning/deck.py +99 -0
- poker_reinforcement_learning/dummy_agent.py +240 -0
- poker_reinforcement_learning/limp_agent.py +236 -0
- poker_reinforcement_learning/poker_host.py +340 -0
- poker_reinforcement_learning/server.py +415 -0
- poker_reinforcement_learning-0.1.8.dist-info/LICENSE.txt +674 -0
- poker_reinforcement_learning-0.1.8.dist-info/METADATA +897 -0
- poker_reinforcement_learning-0.1.8.dist-info/RECORD +12 -0
- poker_reinforcement_learning-0.1.8.dist-info/WHEEL +5 -0
- poker_reinforcement_learning-0.1.8.dist-info/top_level.txt +1 -0
@@ -0,0 +1,12 @@
|
|
1
|
+
poker_reinforcement_learning/__init__.py,sha256=qS_C48RBpxf4hk3bB-Jwi_DHpXrKu4J3MBQhBxWZvfs,219
|
2
|
+
poker_reinforcement_learning/client.py,sha256=wYfz6lkIc9YzRjX_BB8MOp7F2hDJuBQeFrPX52Ylth8,9682
|
3
|
+
poker_reinforcement_learning/deck.py,sha256=8Sv-DlL6C5FrZ3ICch1HDsNQKwQxEGajO8TfvwjnARs,2753
|
4
|
+
poker_reinforcement_learning/dummy_agent.py,sha256=Q1q4_ZwpsS1keOpMWwPBN2HHzD91k6juHkn29LMy5Ps,10685
|
5
|
+
poker_reinforcement_learning/limp_agent.py,sha256=YPBbYZZELC8ZUPiVDjhIG0_bEsKa6u3Wep0pBRjRJXM,10580
|
6
|
+
poker_reinforcement_learning/poker_host.py,sha256=AGltiBWRvm-YBuaF7Ih5OCyniMkWHyzbJt8-TLNDiN8,11339
|
7
|
+
poker_reinforcement_learning/server.py,sha256=CtvaUslyLfMOKMbnkNWCndAwfNSFhr4cGb-EbgaKHgk,18852
|
8
|
+
poker_reinforcement_learning-0.1.8.dist-info/LICENSE.txt,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
9
|
+
poker_reinforcement_learning-0.1.8.dist-info/METADATA,sha256=pd_FnTpMzPrbNqiWVkLEVeEIg3UrhtkxHkYWvfZaoQw,55439
|
10
|
+
poker_reinforcement_learning-0.1.8.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
11
|
+
poker_reinforcement_learning-0.1.8.dist-info/top_level.txt,sha256=oXgTwqJA1GB2G9RpcIAd9m7LhyHxx-CFmmRHxezetnk,29
|
12
|
+
poker_reinforcement_learning-0.1.8.dist-info/RECORD,,
|
@@ -0,0 +1 @@
|
|
1
|
+
poker_reinforcement_learning
|