Method__init__(
self, *, dimension: int, dim_feedforward: int, activation_function: str, dropout: float,
kanachan/training/cql/q_model.py:13
Method__init__(
self, *, position_encoder: str, dimension: int, num_heads: int, dim_feedforward: int,
kanachan/training/bert/encoder.py:14
Method__init__(
self, *, dimension: int, dim_feedforward: int, activation_function: str, dropout: float,
kanachan/training/bert/phase1/decoder.py:11
Method__init__(
self, num_dimensions: int, num_heads: int, num_layers:int,
dropout: float=0.1, spars
kanachan/training/aiayn/encoder.py:13
Method__init__(
self, *, dimension: int, dim_final_feedforward: int,
activation_function: str, dropo
kanachan/training/ilql/policy_model.py:12
Method__init__(
self, *, dimension: int, dim_feedforward: int, activation_function: str, dropout: float,
kanachan/training/ilql/qv_model.py:14
Method__init__(
self, *, dimension: int, dim_feedforward: int, activation_function: str, dropout: float,
kanachan/training/iql/q_model.py:13
Method__init__(
self, *, dimension: int, dim_feedforward: int, activation_function: str, dropout: float,
kanachan/training/iql/value_model.py:12
Method__init__(
self, *, dimension: int, dim_feedforward: int, activation_function: str, dropout: float,
kanachan/nn/linear_decoder.py:10
Methodappend_rong_candidate(
self, relseat: int, hand: List[int], melds: List[_Meld],
zimo_tile: int, tool_config
kanachan/simulation/tool.py:166
Methodappend_zimohu_candidate(
self, hand: List[int], melds: List[_Meld], zimo_tile: int,
tool_config: int, candida
kanachan/simulation/tool.py:122
Methodcalculate_hand(
self, hand: List[int], melds: List[_Meld], hupai: int,
dora_indicators: List[int], t
kanachan/simulation/tool.py:208