Submitted by ThiccStorms t3_z5twyw in MachineLearning
AwesomePokerPlayer t1_ixy3aaw wrote
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.
ThiccStorms OP t1_ixy6e2w wrote
oh thanks, i wanted to ask that if i were to code the same project without using ML models or anything related, would it be possible to just decide for the sprite using its xyz or position values? would it be more resource consuming [for example adding many if statements like an algorithm]
AwesomePokerPlayer t1_ixy78xh wrote
There are some algorithms that work without DNN, not if-else statements per say. Included in above link.
ThiccStorms OP t1_ixy7r3y wrote
oh okay! thanks
Viewing a single comment thread. View all comments