AwesomePokerPlayer
AwesomePokerPlayer t1_ixy3aaw wrote
Reply to [D] Need guidance! by ThiccStorms
You would need some knowledge of building Deep Neural Network and Reinforcement Learning. I would recommend SPINNINGUP. Also you could read any research paper (a famous paper) on RL once, to get idea on any gaps in your knowledge.
Spinning up should cover your basic though.
AwesomePokerPlayer t1_ixy78xh wrote
Reply to comment by ThiccStorms in [D] Need guidance! by ThiccStorms
There are some algorithms that work without DNN, not if-else statements per say. Included in above link.