Hacker News new | ask | show | jobs
by zecice 14 days ago
looks cool! how did you decide when to ask each model for a move? or did you ask them to write an algorithm to play?
1 comments

Thanks!

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.