Chris Pollett > Students > Philip

    Print View

    [Bio]

    [Blog]

    [CS 297 Proposal]

    [Del-1: Base classes for Bluff]

    [Del-2: Human only Bluff]

    [Del-3: Simple AI player]

    [Del-4: Presentation on Poker AI players]

    [Del-5: CS297 Report_PDF]

    [CS 298 Proposal]

    [CS 298 Report_PDF]

    [CS 298 Slides_PDF]

























Deliverable 3: Simple AI player to play Bluff

Download: SimpleAI.txt

Description:

Rules
The goal was to make the agent play the cards of the correct rank for that turn if possible. In other words, the agent tries not to bluff at all. In the case that he does not have the card of the correct rank, he plays the first available card. The first step to play with the simple AI player is to choose the Human-Computer game mode which is mode 1. Then the number of human players and computer players are to be specified.
As in the Human-only mode, the computer player is assigned cards, depending on the number of players in the game and gets its turn in each round. The agent knows all the rules of the game and is expected to play just like any truthful human player would. The agent knows the rank of the card to be played in that turn.