lczerolens.constants#

Constants for the move module.

Constants#

POLICY_INDEXList[str]

The policy index for the move module.

INVERTED_POLICY_INDEXDict[str, int]

The inverted policy index for the move module.

Attributes#

Module Contents#

lczerolens.constants.POLICY_INDEX = ['a1b1', 'a1c1', 'a1d1', 'a1e1', 'a1f1', 'a1g1', 'a1h1', 'a1a2', 'a1b2', 'a1c2', 'a1a3', 'a1b3',...[source]#
lczerolens.constants.INVERTED_POLICY_INDEX: Dict[str, int][source]#
lczerolens.constants.INVERTED_FROM_INDEX: Dict[str, List[int]][source]#
lczerolens.constants.INVERTED_TO_INDEX: Dict[str, List[int]][source]#
lczerolens.constants.from_square[source]#
lczerolens.constants.HISTORY_PLANE_NAMES[source]#
lczerolens.constants.PLANE_NAMES[source]#