|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectca.ualberta.cs.poker.free.client.PokerClient
ca.ualberta.cs.poker.free.client.AdvancedPokerClient
ca.ualberta.cs.poker.free.client.TablePokerClient
public class TablePokerClient
Stores a map from abstract states (betting histories + abstract cards) to probability triples (fold,call,raise). Maps the cards to a bucket.
Field Summary |
---|
Fields inherited from class ca.ualberta.cs.poker.free.client.AdvancedPokerClient |
---|
state |
Fields inherited from class ca.ualberta.cs.poker.free.client.PokerClient |
---|
currentGameStateString |
Constructor Summary | |
---|---|
TablePokerClient()
Creates a new instance of TablePokerClient |
Method Summary | |
---|---|
java.lang.String |
getBucket()
|
void |
takeAction()
Take an action according to the table. |
Methods inherited from class ca.ualberta.cs.poker.free.client.AdvancedPokerClient |
---|
handleStateChange |
Methods inherited from class ca.ualberta.cs.poker.free.client.PokerClient |
---|
close, connect, getClientID, isComplete, receiveMessage, run, sendAction, sendCall, sendFold, sendMessage, sendRaise, setVerbose, showVerbose |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TablePokerClient()
Method Detail |
---|
public java.lang.String getBucket()
public void takeAction()
takeAction
in class AdvancedPokerClient
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |