Snake贪吃蛇

Each step, code lists the legal moves with facts; Jev-Style 0.8B Decision v3 picks one. 每一步由代码列出可走的方向和事实,Jev-Style 0.8B Decision v3 从中选一个。

Board棋盘

Score得分0
Length长度3
Steps步数0
Per decision每次决策–
Moves / s步 / 秒–

Decision决策

Last move上一步

Decision: what code sent, what came back决策:代码发了什么,收到什么
Move方向 Code代码处理 Sent to the model发给模型的说明 All code facts代码算出的全部事实 p

State text (as sent)状态文本(原样发送)

–

Request请求 POST /v1/systemone

–

Response响应

–
Compare with the greedy code bot与贪心代码对比

Both play the same seeds (seed, seed+1, …) and grid with the same code facts. The bot takes the safe move with the shortest food distance. 两边用相同的种子(seed、seed+1……)、相同棋盘和相同的代码事实。贪心代码在安全方向里选离食物最近的。

# Seed种子 Jev-Style v3 Greedy code bot贪心代码