victorqribeiro/bangBangML
Watch a Neural Network learns to shoot a target
This project lets you observe an artificial intelligence, specifically a neural network, as it teaches itself to aim and shoot at a target, similar to a classic arcade game. It takes a simulated cannon with random initial aiming and, through trial and error, learns to accurately hit a target. Anyone interested in seeing a basic example of machine learning in action, particularly how an AI can learn a physical task, would find this engaging.
No commits in the last 6 months.
Use this if you are curious to visually understand how a neural network can learn a simple task through practice and feedback.
Not ideal if you are looking for a complex AI simulation or a robust framework for developing advanced machine learning models.
Stars
58
Forks
3
Language
JavaScript
License
MIT
Category
Last pushed
Jan 05, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/victorqribeiro/bangBangML"
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.