snake-ai-pytorch icon indicating copy to clipboard operation
snake-ai-pytorch copied to clipboard

Question: Is it possible to implement this in other arcade games

Open Zahidpichen1 opened this issue 1 year ago • 1 comments

Hi, I am new to reinforcement learning field. So, when I saw the YouTube video which by the way was awesome!!

I want to know if it is possible to use the same algorithms on other games like arkanoid.

Thank you in advance.

Zahidpichen1 avatar Dec 14 '23 12:12 Zahidpichen1

You will have to make other algorithms for other games, it really depends what type, for example, for snake, a PPO algorithm is usually sufficient, but for more complex games like chess, you should use a Double Deep Q Learning algotithm with replays.

ethicalhacker7192 avatar Jan 06 '24 17:01 ethicalhacker7192