Definition at line 8 of file game_summary_converter.py.
◆ __init__()
def xiangqipy.game_summary_converter.CorePlayerSpecToPyPlayerSummaryConverter.__init__ |
( |
|
self, |
|
|
xb.PlayerSpec |
core_player_spec, |
|
|
xb.SearchSummaries |
core_search_summaries |
|
) |
| |
◆ convert()
pps.PlayerSummary xiangqipy.game_summary_converter.CorePlayerSpecToPyPlayerSummaryConverter.convert |
( |
|
self | ) |
|
◆ py_color()
xb.PieceColor xiangqipy.game_summary_converter.CorePlayerSpecToPyPlayerSummaryConverter.py_color |
( |
|
self | ) |
|
◆ py_max_search_depth()
int xiangqipy.game_summary_converter.CorePlayerSpecToPyPlayerSummaryConverter.py_max_search_depth |
( |
|
self | ) |
|
◆ py_move_evaluator_type()
pen.EvaluatorType xiangqipy.game_summary_converter.CorePlayerSpecToPyPlayerSummaryConverter.py_move_evaluator_type |
( |
|
self | ) |
|
◆ py_player_type()
pen.PlayerType xiangqipy.game_summary_converter.CorePlayerSpecToPyPlayerSummaryConverter.py_player_type |
( |
|
self | ) |
|
◆ py_search_summaries()
cdm.SearchSummaries xiangqipy.game_summary_converter.CorePlayerSpecToPyPlayerSummaryConverter.py_search_summaries |
( |
|
self | ) |
|
◆ py_zkeys_seed()
int xiangqipy.game_summary_converter.CorePlayerSpecToPyPlayerSummaryConverter.py_zkeys_seed |
( |
|
self | ) |
|
◆ py_zobrist_key_size()
int xiangqipy.game_summary_converter.CorePlayerSpecToPyPlayerSummaryConverter.py_zobrist_key_size |
( |
|
self | ) |
|
◆ _move_evaluator_type_converter
dict xiangqipy.game_summary_converter.CorePlayerSpecToPyPlayerSummaryConverter._move_evaluator_type_converter |
|
staticprotected |
Initial value:= {
xb.EvaluatorType.kHuman: pen.EvaluatorType.NULL,
xb.EvaluatorType.kRandom: pen.EvaluatorType.RANDOM,
xb.EvaluatorType.kMinimax: pen.EvaluatorType.MINIMAX,
}
Definition at line 9 of file game_summary_converter.py.
◆ core_player_spec
xiangqipy.game_summary_converter.CorePlayerSpecToPyPlayerSummaryConverter.core_player_spec |
◆ core_search_summaries
xiangqipy.game_summary_converter.CorePlayerSpecToPyPlayerSummaryConverter.core_search_summaries |
The documentation for this class was generated from the following file: