Package | Description |
---|---|
com.fossgalaxy.games.fireworks | |
com.fossgalaxy.games.fireworks.cluster | |
com.fossgalaxy.games.fireworks.utils |
Modifier and Type | Method and Description |
---|---|
static GameStats |
App2Csv.playCheatGame(String gameID,
String agentUT,
String[] name,
Long seed,
Player... players)
Deprecated.
Play a complete information (cheated) version of Hanabi
|
GameStats |
GameRunner.playGame(Long seed)
Play the game and generate the outcome.
|
static GameStats |
App.playGame(String agent)
Plays a game with the given agent
|
static GameStats |
App2Csv.playGame(String agentUnderTest,
String[] name,
Long seed,
Agent... agents)
Deprecated.
|
static GameStats |
App2Csv.playGame(String agentUnderTest,
String[] names,
Long seed,
Player... players)
Deprecated.
|
static GameStats |
App2Csv.playGameErrTrace(String gameID,
String agentUT,
String[] name,
Long seed,
Agent... agents)
Deprecated.
Play a standard Hanabi game with agents.
|
static GameStats |
App2Csv.playGameErrTrace(String gameID,
String agentUT,
String[] name,
Long seed,
Player... players)
Deprecated.
Play a standard version of hanabi.
|
static GameStats |
App.playMixed(String agentUnderTest,
String agent)
Plays a mixed game with the agent under test and all other agents as the agent
|
Modifier and Type | Method and Description |
---|---|
static String |
PredictorRunnerSingle.makeCSVLine(String gameID,
String agentUnderTest,
String agentPaired,
String gameType,
String[] agentStr,
long seed,
GameStats stats,
String predictorType) |
Modifier and Type | Method and Description |
---|---|
static GameStats |
GameUtils.runCheatGame(String gameID,
Long seed,
Player... players)
Play a complete information (cheated) version of Hanabi
|
static GameStats |
GameUtils.runGame(String gameID,
Long seed,
Player... players)
Play a standard game of Hanabi
|
Copyright © 2017 FOSS Galaxy. All rights reserved.