snake and DRL4SnakeGame

These are ecosystem siblings—one implements a general Snake game environment while the other applies a specific deep reinforcement learning algorithm (DRL) to solve it, where DRL4SnakeGame likely uses or parallels the game mechanics defined in chynl/snake.

snake
64
Established
DRL4SnakeGame
44
Emerging
Maintenance 13/25
Adoption 10/25
Maturity 16/25
Community 25/25
Maintenance 0/25
Adoption 9/25
Maturity 16/25
Community 19/25
Stars: 1,757
Forks: 553
Downloads:
Commits (30d): 2
Language: Python
License: MIT
Stars: 82
Forks: 18
Downloads:
Commits (30d): 0
Language: Python
License: MIT
No Package No Dependents
Stale 6m No Package No Dependents

About snake

chynl/snake

Artificial intelligence for the Snake game.

This project develops and evaluates different AI strategies for the classic Snake game. It takes in game parameters and an AI algorithm, then outputs metrics like the snake's average length and number of steps taken. This is for game developers, AI researchers, or enthusiasts interested in comparing and understanding game-playing AI.

game-development artificial-intelligence game-design algorithm-evaluation game-AI

About DRL4SnakeGame

ZYunfeii/DRL4SnakeGame

Using deep reinforcement learning to play Snake game(贪吃蛇).

This project offers a way to train an AI to play the classic Snake game. It takes the game environment as input and outputs a trained AI agent that can play the game intelligently. This is for anyone interested in observing or demonstrating how artificial intelligence can master simple game mechanics.

game-AI AI-demonstration game-agent-training reinforcement-learning-examples

Scores updated daily from GitHub, PyPI, and npm data. How scores work