cxwithyxy/Neuroevolution_T-rex
用神经网络来训练个能自己玩chrome断线时的那个小恐龙的AI
This project lets you train an AI to play the Chrome T-Rex runner game using neural networks. It takes the game's visual and state information as input and outputs actions for the dinosaur to jump, learning to avoid obstacles over time. It's designed for developers interested in seeing neuroevolution in action within a simple game environment.
No commits in the last 6 months.
Use this if you are a developer looking for a practical, understandable example of how neuroevolution and genetic algorithms can be applied to train an AI for a simple game.
Not ideal if you're looking for a general-purpose AI development tool or a project that focuses on complex game AI beyond basic obstacle avoidance.
Stars
31
Forks
10
Language
JavaScript
License
—
Category
Last pushed
Dec 13, 2017
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/cxwithyxy/Neuroevolution_T-rex"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Paperspace/DinoRunTutorial
Accompanying code for Paperspace tutorial "Build an AI to play Dino Run"
utay/dino-ml
🦎 Simple AI to teach Google Chrome's offline dino to jump obstacles
simply-TOOBASED/dino-bot-3000
A simple bot to play Google's dinosaur game using neural networks and genetic algorithms to get smarter.
kilian-kier/Dino-Game-AI
A simple pygame dino game which can also be trained and played by a NEAT AI
Dewep/T-Rex-s-neural-network
T-Rex's neural network (AI for the game T-Rex / Dinosaur on Google Chrome)