Definition at line 18 of file command_input.py.
◆ evaluator_type()
xb.EvaluatorType xiangqipy.command_input.RawPlayerInput.evaluator_type |
( |
|
self | ) |
|
◆ minimax_search_depth()
int xiangqipy.command_input.RawPlayerInput.minimax_search_depth |
( |
|
self | ) |
|
◆ to_player_spec()
xb.PlayerSpec xiangqipy.command_input.RawPlayerInput.to_player_spec |
( |
|
self | ) |
|
◆ zobrist_calculator_count()
int xiangqipy.command_input.RawPlayerInput.zobrist_calculator_count |
( |
|
self | ) |
|
◆ zobrist_key_size_bits()
int xiangqipy.command_input.RawPlayerInput.zobrist_key_size_bits |
( |
|
self | ) |
|
◆ zobrist_seed()
int xiangqipy.command_input.RawPlayerInput.zobrist_seed |
( |
|
self | ) |
|
◆ algo [1/2]
Literal xiangqipy.command_input.RawPlayerInput.algo [None, "minimax", "random"] |
|
static |
◆ algo [2/2]
xiangqipy.command_input.RawPlayerInput.algo |
◆ color
xb xiangqipy.command_input.RawPlayerInput.color .PieceColor |
|
static |
◆ evaluator_type
xiangqipy.command_input.RawPlayerInput.evaluator_type |
◆ key_size
int xiangqipy.command_input.RawPlayerInput.key_size = None |
|
static |
◆ number_zobrist_states
int xiangqipy.command_input.RawPlayerInput.number_zobrist_states = None |
|
static |
◆ player_type
Literal xiangqipy.command_input.RawPlayerInput.player_type [None, "ai", "person"] |
|
static |
◆ strength
int xiangqipy.command_input.RawPlayerInput.strength = None |
|
static |
◆ zkeys_seed
int xiangqipy.command_input.RawPlayerInput.zkeys_seed = None |
|
static |
The documentation for this class was generated from the following file: