opendilab/DI-sheep
羊了个羊 + 深度强化学习(Deep Reinforcement Learning + 3 Tiles Game)
Implements an Actor-Critic neural network trained via PPO (Proximal Policy Optimization) using the DI-engine framework, with a modular gym-compatible environment enabling algorithm research and customization. The stack integrates a Flask backend serving both human players and trained agents alongside a React frontend, with pre-trained model weights available via HuggingFace for immediate experimentation without training from scratch.
489 stars. No commits in the last 6 months.
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(贪吃蛇).
gmamaladze/deep-snake
A snake game trained using simple deep learning implemented in client side javascript.
italohdc/LearnSnake
🐍 AI that learns to play Snake using Q-Learning (Reinforcement Learning)