snake-ai-pytorch
snake-ai-pytorch copied to clipboard
Question: Is it possible to implement this in other arcade games
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.
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.