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

Results 17 snake-ai-pytorch issues
Sort by recently updated
recently updated
newest added

Game 484 Score 11 Record: 69 after so many failures, only got a record 69, any way to improve it? or is it possible to achieve better?

Love what you've done with the python snake stuff, but i've noticed if you run the ai again, it doesn't use what it's already learnt and start from there again....

I was wondering how to check the accuracy of the model? Please note that this is not necessarily an issue.

It has been implemented with cpu, I want to implement this project with gpu, how should I do it, please advise

when running the agent everything works as expected, however once the games/iterations start reaching higher numbers (around 100-300 commonly around 200) the program closes itself and i get a "Fail...

Game 15 Score 0 Record: 1 Figure(1280x960) zsh: trace trap "/Users/onurcirag/Downloads/Programming BIT/Sneak AI/SneakAI/bin/python" (SneakAI) Everything works well but after game 10-20 the game does Crash and the only error code...

Fatal Python error: PyEval_RestoreThread: the function must be called with the GIL held, but the GIL is released (the current Python thread state is NULL) Python runtime state: initialized Current...

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...