subwAI icon indicating copy to clipboard operation
subwAI copied to clipboard

Scripts for training an AI to play the endless runner Subway Surfers using a supervised machine learning approach by imitation and a convolutional neural network (CNN) for image classification

Results 6 subwAI issues
Sort by recently updated
recently updated
newest added

Im not sure how im supposed to run the game because i am new to python but i learned a bit from a youtube video and it says there is...

PS C:\Users\sasis\Desktop\subwAI-main> python ai.py gather Starting the Game Subway Surfers! Traceback (most recent call last): File "C:\Users\sasis\Desktop\subwAI-main\ai.py", line 431, in main() File "C:\Users\sasis\Desktop\subwAI-main\ai.py", line 49, in main gather_training_data() File "C:\Users\sasis\Desktop\subwAI-main\ai.py",...

Thanks for sharing the source code I tried virtuanes GAME : Super Mario Bros ``` PATH_ TO_ GAME = "D:/nes/VirtuaNES.exe" if keyboard.is_ pressed('a') if keyboard.is_ pressed('d') if keyboard.is_ pressed('w') if...

PS C:\Users\joche\Downloads\subwAI-main> py ai.py gather Traceback (most recent call last): File "C:\Users\joche\Downloads\subwAI-main\ai.py", line 1, in from game import Game File "C:\Users\joche\Downloads\subwAI-main\game.py", line 7, in from skimage.metrics import structural_similarity as ssim...