Preprint
Reinforcement Learning

One life to learn: Inferring symbolic world models for stochastic environments from unguided exploration

January 1, 2026

0

Citations

0

Influential Citations

Venue

2026

Year

Abstract

… Our framework, ONELIFE is designed to learn symbolic world models from a single, unguided episode of exploration. It is built on two key abstractions, a programmatic representation of …

Analysis

Why This Paper Matters

This paper addresses a fundamental challenge in reinforcement learning: the need for extensive interaction with the environment to learn a world model. Traditional approaches require thousands or millions of episodes, which is often infeasible in real-world applications like robotics or autonomous systems. ONELIFE proposes a radical shift—learning a symbolic world model from a single, unguided episode. This is significant because it aligns with human-like learning, where we can infer causal structures from limited experience.

The use of symbolic representations is also crucial. Unlike neural network-based models that are opaque, symbolic models are interpretable and can be verified. This makes the learned models more trustworthy and easier to integrate into safety-critical systems. By focusing on stochastic environments, the paper acknowledges the inherent uncertainty in real-world dynamics, making the framework more applicable than deterministic-only approaches.

Technical Contributions

  • Programmatic representation: The framework encodes environment dynamics as programs, which are composable and interpretable.
  • Stochastic abstraction: It introduces a way to represent and reason about probabilistic transitions within the symbolic framework.
  • Single-episode learning: The method is designed to extract maximal information from a single trajectory, using inductive biases to generalize.
  • Unguided exploration: No reward signal or expert demonstrations are required, making it suitable for unsupervised pre-training.

Results

The abstract does not provide concrete metrics or comparisons. However, the conceptual contribution is clear: demonstrating that symbolic world models can be inferred from minimal data. Future work would need to evaluate the framework on benchmark environments to quantify its sample efficiency and accuracy compared to existing methods.

Significance

If successful, ONELIFE could transform how agents learn about their environments. It could enable lifelong learning where an agent adapts to new settings after just one interaction. The symbolic nature of the models also facilitates transfer learning and human-AI collaboration. This paper opens up a new research direction in sample-efficient, interpretable reinforcement learning, potentially bridging the gap between data-hungry deep RL and human-like rapid learning.