Frog Soup: Zero-Shot, In-Context, and Sample-Efficient Frogger Agents

March 18, 2025 ยท View on GitHub

Repo structure:

  1. Forked version of OC_Atari with fixes for Frogger: OCAtari/
  2. Script to run o3-mini on object-centric representation: frogger_oc.py
  3. Generate plots and key points within the LLM traces: plot_oc.py
  4. DQN implementation: DQN/
  5. DFS baseline: dfs.ipynb