src.models.poker_lstm

Classes

PokerLSTM([suit_embedding_dim, ...])

LSTM for Poker Hand classification.

PokerLSTMModel([suit_embedding_dim, ...])

Standard PyTorch Module for PokerLSTM, compatible with dl_trainer.py manual loops.