vinaymancha/Subway-Surfers-AI
Deep Convolutional Q learning based Self learning implementation for Subway Surfers game
This project helps you explore how an artificial intelligence can learn to play the mobile game Subway Surfers. It takes the game's visual input, just like a human player sees, and outputs decisions on when to jump, duck, or move left/right. Anyone interested in understanding how AI learns through trial and error in a game environment would find this fascinating.
No commits in the last 6 months.
Use this if you are curious about seeing an AI learn to play a game from scratch by observing the screen.
Not ideal if you're looking for a tool to improve your own gameplay or develop a new game.
Stars
81
Forks
29
Language
ASP
License
—
Category
Last pushed
Jan 21, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/vinaymancha/Subway-Surfers-AI"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
yenchenlin/DeepLearningFlappyBird
Flappy Bird hack using Deep Reinforcement Learning (Deep Q-learning).
ChenglongChen/pytorch-DRL
PyTorch implementations of various Deep Reinforcement Learning (DRL) algorithms for both single...
vladfi1/phillip
The SSBM "Phillip" AI.
nikp06/subwAI
Scripts for training an AI to play the endless runner Subway Surfers using a supervised machine...
kingyuluk/RL-FlappyBird
Using reinforcement learning to train FlappyBird.