utay/dino-ml
🦎 Simple AI to teach Google Chrome's offline dino to jump obstacles
This project helps anyone curious about how basic artificial intelligence works by training a virtual dinosaur to jump obstacles in the Google Chrome offline game. It takes the game's visual information as input and uses a simple AI to learn the best jump timing, outputting a dino that can navigate the game autonomously. It's designed for someone new to AI, perhaps a student or a hobbyist, who wants to see machine learning in action.
No commits in the last 6 months.
Use this if you want to understand fundamental AI concepts like neural networks and genetic algorithms through a fun, interactive example.
Not ideal if you're looking for a robust, production-ready AI solution or a project that uses advanced machine learning libraries.
Stars
49
Forks
24
Language
Python
License
—
Category
Last pushed
May 21, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/utay/dino-ml"
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"
simply-TOOBASED/dino-bot-3000
A simple bot to play Google's dinosaur game using neural networks and genetic algorithms to get smarter.
Dewep/T-Rex-s-neural-network
T-Rex's neural network (AI for the game T-Rex / Dinosaur on Google Chrome)
kilian-kier/Dino-Game-AI
A simple pygame dino game which can also be trained and played by a NEAT AI
GuglielmoCerri/pytorch-dino-ai-game
Repository for training an AI model to play the Chrome Dino Game using PyTorch and EfficientNet