public class IGGIFactory extends Object
Modifier and Type | Method and Description |
---|---|
static Agent |
buildCautious()
Cautious but helpful bot.
|
static Agent |
buildCautiousMCTS() |
static Agent |
buildFlawedPlayer() |
static Agent |
buildIGGI2Player() |
static Agent |
buildIGGIPlayer() |
static Agent |
buildPiersPlayer() |
static Agent |
buildRandom() |
static Agent |
buildRiskyPlayer() |
static Agent |
buildRiskyPlayer(double threshold) |
static Agent |
buildTest2() |
public static Agent buildCautious()
This policy will only play cards it is sure about, it will discard cards it knows are useless before considering discarding randomly if it has no other choice.
public static Agent buildIGGIPlayer()
public static Agent buildIGGI2Player()
public static Agent buildFlawedPlayer()
public static Agent buildPiersPlayer()
public static Agent buildRiskyPlayer(double threshold)
public static Agent buildRiskyPlayer()
public static Agent buildTest2()
public static Agent buildRandom()
public static Agent buildCautiousMCTS()
Copyright © 2017 FOSS Galaxy. All rights reserved.