matamalaortiz/Pong-ML
Machine Learning Pong Game in The Browser
This project helps anyone curious about artificial intelligence understand how machine learning models learn by letting them "teach" a computer to play the classic game Pong. You provide examples of how the paddle should move using emojis, and the system learns from your input, allowing you to then play against your trained AI in the browser. It's designed for educators, students, or anyone new to machine learning.
No commits in the last 6 months.
Use this if you want a fun, interactive way to see a neural network being trained in real-time within a familiar game setting.
Not ideal if you're looking for a robust, production-ready machine learning application or a deep technical dive into neural network architectures.
Stars
35
Forks
8
Language
JavaScript
License
—
Category
Last pushed
Aug 30, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/matamalaortiz/Pong-ML"
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.