
HAI Seminar: Code World Models for General Game Playing
Keywords
Summary
166 words
Critical Evaluation
The talk provides a compelling argument for using code world models over direct LLM policy generation. Lehrach clearly explains the limitations of LLMs as policies, such as poor performance on novel games and high computational cost of fine-tuning. The proposed method of synthesizing executable code from rules and trajectories is well-motivated, leveraging the strengths of LLMs in code generation and the interpretability of symbolic code. The use of unit tests derived from trajectories is a clever way to validate the synthesized model. The talk also addresses the scalability issue of code-as-policy, which is a significant advantage. However, the presentation is somewhat high-level, with limited technical details on the implementation and evaluation. The speaker mentions published papers but does not provide specific results or comparisons. The hybrid approach is introduced but not deeply explored. The Q&A session, though not transcribed, likely addressed some of these gaps. Overall, the talk is informative and presents a promising direction for research, but it would benefit from more concrete evidence and a deeper dive into the methodology. The title accurately reflects the content, and the talk is suitable for an audience with some background in AI and game playing.
194 words
Title / Content Match
The title accurately reflects the content: the talk focuses on code world models for general game playing.
Quality & Reliability
8/10
Presentation by a DeepMind research scientist at Stanford HAI, describing published research (NeurIPS, ICLR). The talk is technical, with clear methodology and references to prior work. However, it is a seminar talk, not a peer-reviewed paper, and some details are simplified.
Key Moments
Markers derived by PSI from the transcript: the creator did not define chapters.
- Introduction and overview of the talk
- Explanation of LLM as policy and code as policy
- Introduction to Code World Models (CWMs)
- Why use both rules and trajectories
- Formal definition of the game and learning objective
- Optimization process for synthesizing code
- Discussion of stochastic and partially observable games
- Hybrid approach combining LLM and code
- Q&A session begins
Cited Sources
- Code World Models (paper) — Mentioned as published at NeurIPS and ICLR
- Hybrid system (paper) — Mentioned as presented at ICLR workshop
- World Coder — Related work mentioned
- GIF MCTS — Related work mentioned
- POMDP coder — Related work mentioned
Concurring Sources
- World Coder — Related work that also uses code as world models, but limited to deterministic games.
- GIF MCTS — Another related work on code-based world models.
- POMDP coder — Extends to partially observable games but requires full observability during training.
Dissenting Sources
- LLM as policy — Direct LLM policy generation is often used but is shown to be less effective for novel games.
- Code as policy — Scaling issues with complex games.
Contribution & Novelties
The talk presents a novel approach to general game playing by using LLMs to synthesize executable world models from natural language rules and trajectories. This allows for more accurate reasoning and planning compared to direct LLM policy generation. The method also handles stochastic and partially observable games, extending previous work. The hybrid approach, combining LLM and code, offers a flexible alternative.
Pour aller plus loin :
- Monte Carlo Tree Search — Core planning algorithm used with the synthesized world models.
- Reinforcement Learning — Another planning method mentioned for solving games.
- Large Language Models — The foundation of the approach, used for code synthesis.
- General Game Playing — The broader research area this work contributes to.
115 words
Radar Profile
The radar profile shows high scores across all dimensions, indicating a well-rounded and reliable presentation. The talk is technically deep, with good information quality and quantity, and high reliability due to the speaker's expertise and published research.