Slime Soccer (a web game from my childhood) was like a good option since the decision set is small for each move and it felt nostalgic.
The most surprising thing is that the flagship models from each lab didn't always do best. For example, GPT 5.6 Sol was almost the worst performing model from OpenAI.
zecice•1d ago
cshdllr•1d ago
About three times a second each model gets a fixed system prompt plus the current game state as JSON, and replies with one action word (move_right, move_left, jump, idle). This is all run as a simulation since they couldn't reply fast enough for it to be realtime. Then the video is made after the fact from the logs.