@Deprecated public class App2Csv extends Object
Modifier and Type | Field and Description |
---|---|
protected static String[] |
AGENT_NAMES
Deprecated.
|
static Integer |
DEFAULT_NUM_RUNS
Deprecated.
|
static Integer |
GAME_SIZE
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args)
Deprecated.
|
static GameStats |
playCheatGame(String gameID,
String agentUT,
String[] name,
Long seed,
Player... players)
Deprecated.
Play a complete information (cheated) version of Hanabi
|
static GameStats |
playGame(String agentUnderTest,
String[] name,
Long seed,
Agent... agents)
Deprecated.
|
static GameStats |
playGame(String agentUnderTest,
String[] names,
Long seed,
Player... players)
Deprecated.
|
static GameStats |
playGameErrTrace(String gameID,
String agentUT,
String[] name,
Long seed,
Agent... agents)
Deprecated.
Play a standard Hanabi game with agents.
|
static GameStats |
playGameErrTrace(String gameID,
String agentUT,
String[] name,
Long seed,
Player... players)
Deprecated.
Play a standard version of hanabi.
|
static Player[] |
toPlayers(Agent... agents)
Deprecated.
Wrap agents into players.
|
public static final Integer GAME_SIZE
public static final Integer DEFAULT_NUM_RUNS
protected static final String[] AGENT_NAMES
public static void main(String[] args)
@Deprecated public static GameStats playGame(String agentUnderTest, String[] names, Long seed, Player... players)
public static GameStats playGameErrTrace(String gameID, String agentUT, String[] name, Long seed, Agent... agents)
gameID
- The gameID to log this game undername
- the names of the agents that are playingseed
- the seed to use for deck orderingagents
- the agents to use for the game@Deprecated public static GameStats playGame(String agentUnderTest, String[] name, Long seed, Agent... agents)
public static Player[] toPlayers(Agent... agents)
agents
- the agents to convertpublic static GameStats playGameErrTrace(String gameID, String agentUT, String[] name, Long seed, Player... players)
gameID
- The gameID to log this game undername
- the names of the agents that are playingseed
- the seed to use for deck orderingplayers
- the players to use for the gamepublic static GameStats playCheatGame(String gameID, String agentUT, String[] name, Long seed, Player... players)
gameID
- The gameID to log this game undername
- the names of the agents that are playingseed
- the seed to use for deck orderingplayers
- the players to use for the gameCopyright © 2017 FOSS Galaxy. All rights reserved.