opendilab/DI-sheep
羊了个羊 + 深度强化学习(Deep Reinforcement Learning + 3 Tiles Game)
This project helps demonstrate how artificial intelligence, specifically deep reinforcement learning, can learn to play complex puzzle games. It takes the game state of "Sheep a Sheep" ("Yang Le Yang") as input and outputs the AI's predicted best move, aiming to complete the game. It is designed for AI researchers, students, and enthusiasts interested in seeing practical applications of deep reinforcement learning in game environments.
489 stars. No commits in the last 6 months.
Use this if you want to explore or experiment with deep reinforcement learning algorithms applied to a tile-matching puzzle game.
Not ideal if you are solely looking for a game to play for entertainment, as its primary purpose is AI research and demonstration.
Stars
489
Forks
29
Language
Python
License
Apache-2.0
Category
Last pushed
Mar 10, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/opendilab/DI-sheep"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
chynl/snake
Artificial intelligence for the Snake game.
Eliastik/snakeia
A modern Snake game featuring an artificial intelligence powered by Deep Q-Learning...
ZYunfeii/DRL4SnakeGame
Using deep reinforcement learning to play Snake game(贪吃蛇).
italohdc/LearnSnake
🐍 AI that learns to play Snake using Q-Learning (Reinforcement Learning)
gmamaladze/deep-snake
A snake game trained using simple deep learning implemented in client side javascript.