public class OsawaFactory extends Object
the paper is entitled, "Solving Hanabi: Estimating Hands by Opponent's Actions in Cooperative Game with Incomplete Information" and was published in 2015 in "Computer Poker and Imperfect Information: Papers from the 2015 AAAI Workshop"
Modifier and Type | Method and Description |
---|---|
static Agent |
buildInternalState()
Internal-State Strategy as described by Osawa
|
static Agent |
buildOuterState()
Outer-State Strategy as described by Osawa
|
static Agent |
buildRandom() |
static Agent |
buildSelfRecog()
Self-recognition Strategy as described by Osawa
|
public static Agent buildInternalState()
public static Agent buildOuterState()
public static Agent buildSelfRecog()
public static Agent buildRandom()
Copyright © 2017 FOSS Galaxy. All rights reserved.