Viewing a single comment thread. View all comments

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.

4

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]

2