Skip to content

Commit

Permalink
Open source TexasHoldem!
Browse files Browse the repository at this point in the history
This change open sources the TexasHoldem game implementation.

Note: we're looking for folks who are interested to reproduce the Pluribus result to define certain aspects such as the informationState in such a way to effectively collapse states for computational efficiency.

Fixes #5

PiperOrigin-RevId: 266051344
  • Loading branch information
OpenSpiel Development Team authored and lanctot committed Aug 29, 2019
1 parent 029e4ee commit 654c4f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions swift/Tests/OpenSpielTests/XCTestManifests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ import XCTest
testCase(BreakthroughTests.allTests),
testCase(KuhnPokerTests.allTests),
testCase(LeducPokerTests.allTests),
testCase(PokerDeckTests.allTests),
testCase(TexasHoldemTests.allTests),
testCase(ExploitabilityTests.allTests),
testCase(TicTacToeTests.allTests),
testCase(GoPointTests.allTests),
Expand Down

0 comments on commit 654c4f9

Please sign in to comment.