nelsonwenner/pingpong-AI
:robot: Pingpong artificial intelligence.
This project helps anyone interested in exploring how an AI can learn to play a simple game like Ping-Pong. You'll input your own gameplay data by playing the game, and the AI will use this information to learn. The output is an AI agent capable of playing Ping-Pong autonomously, demonstrating learned behavior.
No commits in the last 6 months.
Use this if you are an educator, student, or hobbyist wanting a hands-on example of supervised machine learning in a game context.
Not ideal if you're looking for a general-purpose AI development framework or a tool to build complex game AIs for commercial use.
Stars
7
Forks
7
Language
Python
License
MIT
Category
Last pushed
Jun 22, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/nelsonwenner/pingpong-AI"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
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...
nikp06/subwAI
Scripts for training an AI to play the endless runner Subway Surfers using a supervised machine...
vladfi1/phillip
The SSBM "Phillip" AI.
kingyuluk/RL-FlappyBird
Using reinforcement learning to train FlappyBird.