RRepoGEO

REPOGEO REPORT · LITE

linyiLYi/snake-ai

Default branch master · commit a067bfc1 · scanned 5/20/2026, 2:27:58 AM

GitHub: 1,785 stars · 401 forks

Scan history for this repo

Score trend below includes all ready runs (older left, newer right; scroll horizontally if needed). The table is collapsed by default—expand for newest-first rows, 10 per page.

Score trend (left → right: older → newer)

2 ready scans. Expand the table below for newest-first rows (10 per page, paginated).

AI VISIBILITY SCORE
28 /100
Critical
Category recall
0 / 2
Not recommended in any query
Rule findings
1 pass · 1 warn · 0 fail
Objective metadata checks
AI knows your name
2 / 3
Direct prompts that named your repo
HOW TO READ THIS REPORT

Action plan is what to do next — copy-pasteable changes prioritized by impact. Category visibility is the real GEO test: when a user asks an AI a brand-free question that should surface linyiLYi/snake-ai, does the AI actually recommend you — or your competitors? Objective checks verify the metadata signals AI engines weight first. Self-mention check detects whether AI even knows you exist by name.

Action plan — copy-paste fixes

3 prioritized changes generated by gemini-2.5-flash. Mark items done after you ship the fix.

OVERALL DIRECTION
  • hightopics#1
    Add specific topics to improve categorization

    Why:

    CURRENT
    (none)
    COPY-PASTE FIX
    snake-game, reinforcement-learning, deep-learning, game-ai, python, ai-agent, mlp, cnn
  • highreadme#2
    Reposition the README's opening paragraph to clarify its purpose as a complete example

    Why:

    CURRENT
    This project contains the program scripts for the classic game "Snake" and an artificial intelligence agent that can play the game automatically. The intelligent agent is trained using deep reinforcement learning and includes two versions: an agent based on a Multi-Layer Perceptron (MLP) and an agent based on a Convolution Neural Network (CNN), with the latter having a higher average game score.
    COPY-PASTE FIX
    This project provides a complete, runnable example of an AI agent that automatically plays the classic game "Snake". The intelligent agent is trained using deep reinforcement learning, showcasing two distinct implementations: one based on a Multi-Layer Perceptron (MLP) and another using a Convolutional Neural Network (CNN), with the CNN version achieving higher average game scores. It's ideal for learning and demonstrating practical game AI.
  • mediumreadme#3
    Add a 'How to Run' section to the README

    Why:

    COPY-PASTE FIX
    ### How to Run the AI Agent
    
    To run the trained AI agents and observe them playing Snake, follow these steps:
    
    1.  **Clone the repository:**
        `git clone https://github.com/linyiLYi/snake-ai.git`
        `cd snake-ai`
    2.  **Install dependencies:**
        `pip install -r requirements.txt` (assuming a `requirements.txt` exists or needs to be created)
    3.  **Run the MLP agent:**
        `python main/scripts/test_mlp.py`
    4.  **Run the CNN agent:**
        `python main/scripts/test_cnn.py`
    
    For training new agents, refer to `main/scripts/train_mlp.py` and `main/scripts/train_cnn.py`.

Category GEO backends resolved for this scan: google/gemini-2.5-flash, deepseek/deepseek-v4-flash

Category visibility — the real GEO test

Brand-free queries asked to google/gemini-2.5-flash. Did AI recommend you, or someone else?

Same questions for every model — switch tabs to compare answers and rankings.

Recall
0 / 2
0% of queries surface linyiLYi/snake-ai
Avg rank
Lower is better. #1 = top recommendation.
Share of voice
0%
Of all named tools, what % are you?
Top rival
openai/gym
Recommended in 1 of 2 queries
COMPETITOR LEADERBOARD
  1. openai/gym · recommended 1×
  2. DLR-RM/stable-baselines3 · recommended 1×
  3. pytorch/pytorch · recommended 1×
  4. tensorflow/tensorflow · recommended 1×
  5. keras-team/keras · recommended 1×
  • CATEGORY QUERY
    How can I build an AI agent to play classic arcade games using deep learning?
    you: not recommended
    AI recommended (in order):
    1. Gym (OpenAI Gym) (openai/gym)
    2. Stable Baselines3 (DLR-RM/stable-baselines3)
    3. PyTorch (pytorch/pytorch)
    4. TensorFlow (tensorflow/tensorflow)
    5. Keras (keras-team/keras)
    6. TF-Agents (tensorflow/agents)
    7. Ray RLib (ray-project/ray)
    8. Minigrid (Farama-Foundation/Minigrid)
    9. PettingZoo (Farama-Foundation/PettingZoo)
    10. VizDoom (mwydmuch/ViZDoom)

    AI recommended 10 alternatives but never named linyiLYi/snake-ai. This is the gap to close.

    Show full AI answer
  • CATEGORY QUERY
    Seeking open-source projects demonstrating reinforcement learning for simple game environments.
    you: not recommended
    AI recommended (in order):
    1. OpenAI Gym
    2. Gymnasium
    3. Stable Baselines3
    4. Minigrid
    5. PettingZoo
    6. PyTorch-RL (by Andrej Karpathy)
    7. TensorFlow Agents (TF-Agents)
    8. Dopamine

    AI recommended 8 alternatives but never named linyiLYi/snake-ai. This is the gap to close.

    Show full AI answer

Objective checks

Rule-based audits of metadata signals AI engines weight most.

  • Metadata completeness
    warn

    Suggestion:

  • README presence
    pass

Self-mention check

Does AI even know your repo exists when asked about it directly?

  • Compared to common alternatives in this category, what is the core differentiator of linyiLYi/snake-ai?
    pass
    AI did not name linyiLYi/snake-ai — likely talking about a different project

    AI answers can be confidently wrong. Read for accuracy: does it match your actual tech stack, audience, and differentiator?

  • If a team adopts linyiLYi/snake-ai in production, what risks or prerequisites should they evaluate first?
    pass
    AI named linyiLYi/snake-ai explicitly

    AI answers can be confidently wrong. Read for accuracy: does it match your actual tech stack, audience, and differentiator?

  • In one sentence, what problem does the repo linyiLYi/snake-ai solve, and who is the primary audience?
    pass
    AI named linyiLYi/snake-ai explicitly

    AI answers can be confidently wrong. Read for accuracy: does it match your actual tech stack, audience, and differentiator?

Embed your GEO score

Drop this badge into the README of linyiLYi/snake-ai. It auto-updates whenever the report is rescanned and links back to the latest report — easy public proof that you care about AI discoverability.

RepoGEO badge previewLive preview
MARKDOWN (README)
[![RepoGEO](https://repogeo.com/badge/linyiLYi/snake-ai.svg)](https://repogeo.com/en/r/linyiLYi/snake-ai)
HTML
<a href="https://repogeo.com/en/r/linyiLYi/snake-ai"><img src="https://repogeo.com/badge/linyiLYi/snake-ai.svg" alt="RepoGEO" /></a>
Pro

Subscribe to Pro for deep diagnoses

linyiLYi/snake-ai — Lite scans stay free; this card itemizes Pro deep limits vs Lite.

  • Deep reports10 / month
  • Brand-free category queries5 vs 2 in Lite
  • Prioritized action items8 vs 3 in Lite