sushantPatrikar/pingpongAI
Ping Pong game, but AI plays it :robot:
This project demonstrates how artificial intelligence can learn to play a game of Ping Pong. It takes initial random game-playing strategies and evolves them over generations to produce an AI that can expertly keep the ball in play. This is useful for anyone interested in observing evolutionary algorithms in action or understanding basic AI learning principles.
No commits in the last 6 months.
Use this if you want to visualize how an AI can learn and improve at a simple game over time through a process of simulated evolution.
Not ideal if you're looking for a human-playable game or a complex AI for a real-world application beyond a basic demonstration.
Stars
21
Forks
11
Language
Python
License
MIT
Category
Last pushed
Aug 04, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/sushantPatrikar/pingpongAI"
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.