LGMay 18, 2025

InnateCoder: Learning Programmatic Options with Foundation Models

arXiv:2505.12508v12 citationsh-index: 8IJCAI
Originality Incremental advance
AI Analysis

This addresses the problem of sample inefficiency in reinforcement learning for researchers and practitioners, offering an incremental improvement by leveraging existing foundation models.

The paper tackles the slow learning of reinforcement learning agents by introducing InnateCoder, a system that uses foundation models to provide programmatic policies encoding innate skills as options, resulting in improved sampling efficiency compared to methods without options or those learned from experience in MicroRTS and Karel the Robot.

Outside of transfer learning settings, reinforcement learning agents start their learning process from a clean slate. As a result, such agents have to go through a slow process to learn even the most obvious skills required to solve a problem. In this paper, we present InnateCoder, a system that leverages human knowledge encoded in foundation models to provide programmatic policies that encode "innate skills" in the form of temporally extended actions, or options. In contrast to existing approaches to learning options, InnateCoder learns them from the general human knowledge encoded in foundation models in a zero-shot setting, and not from the knowledge the agent gains by interacting with the environment. Then, InnateCoder searches for a programmatic policy by combining the programs encoding these options into larger and more complex programs. We hypothesized that InnateCoder's way of learning and using options could improve the sampling efficiency of current methods for learning programmatic policies. Empirical results in MicroRTS and Karel the Robot support our hypothesis, since they show that InnateCoder is more sample efficient than versions of the system that do not use options or learn them from experience.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes