DeepMind Partners with Fenris Creations: Tackling AI's Continual Learning Challenge Through Living Game Universes

DeepMind and Fenris Creations use persistent game worlds to solve AI's continual learning and memory challenges.
DeepMind has partnered with game studio Fenris Creations to leverage living, persistent game universes as research platforms for tackling four core AI challenges: continual learning (catastrophic forgetting), deep memory systems (beyond context windows), long-horizon planning, and multi-agent emergent dynamics. Building on 15+ years of game-based AI research from Atari to StarCraft, this collaboration aims to transfer capabilities to real-world applications and scientific discovery.
Games: AI Research's Core Testing Ground for Over 15 Years
Throughout the evolution of artificial intelligence, games have played a uniquely critical role. From early efforts teaching AI to play classic Atari games to achieving Grandmaster-level play in StarCraft II, game environments have provided ideal testing grounds for AI research. According to DeepMind's latest disclosure, this exploration has spanned over 15 years and driven multiple major AI breakthroughs.
The milestones of this journey are clearly traceable. In 2013, DeepMind's DQN (Deep Q-Network) paper demonstrated for the first time that deep reinforcement learning could learn to play multiple Atari 2600 games directly from pixel input, matching or even surpassing human-level performance. The key innovation was combining convolutional neural networks with Q-learning algorithms, enabling agents to autonomously learn strategies without hand-crafted features. Subsequently, AlphaGo defeated Go world champion Lee Sedol in 2016, and AlphaStar reached Grandmaster level in StarCraft II in 2019 — the latter being particularly significant because StarCraft involves incomplete information, real-time decision-making, long-term planning, and multi-unit coordination, with complexity far exceeding board games and much closer to real-world decision scenarios.
Why are games so important? The answer lies in their unique combination of complexity and controllability — they have clear rules and objectives, yet are complex enough to test an agent's perception, decision-making, planning, and adaptability. Compared to the high costs and unpredictability of the real world, games provide low-risk, high-efficiency closed-loop environments for algorithm iteration.
From the SIMA Project to Living Persistent Universes
Previously, DeepMind's SIMA (Scalable Instructable Multiworld Agent) project had already taught agents to understand and manipulate 3D worlds, enabling AI to execute natural language instructions across multiple game environments. This was an important leap — AI was no longer confined to a single game but began developing generalization capabilities across environments.
The SIMA project was officially unveiled in 2024, with its core innovation being the training of a general-purpose agent capable of executing natural language instructions across different 3D game environments. Traditional game AI is typically trained specifically for a single game, whereas SIMA was trained across multiple commercial games (including No Man's Sky, Teardown, and others) as well as purpose-built research environments, giving it the generalization ability to understand and execute instructions even in games it had never encountered. This marked an important shift from "specialist AI" to "generalist AI," underpinned by the deep integration of large-scale vision-language models and reinforcement learning.
However, DeepMind noted that understanding 3D worlds is only the first step. To truly master complex human dynamics, static or short-duration environments are far from sufficient — AI needs a "living, persistent universe." In other words, only a world that doesn't "reset" after each game session can truly test AI's long-term learning and memory capabilities.
DeepMind and Fenris Creations Collaborate to Tackle Four Core AI Challenges
To this end, DeepMind announced a research partnership with game studio Fenris Creations, focusing on four unsolved core AI challenges. Fenris Creations is a game studio specializing in building persistent online worlds, with a design philosophy emphasizing world state continuity — every player action permanently alters the world, with no traditional "reset" or "instance" mechanisms. This design philosophy aligns perfectly with DeepMind's research needs: only in a truly persistent world do agents face long-term consequences, reputation accumulation, resource scarcity, and other challenges unique to the real world. Compared to building research environments in-house, partnering with a professional game studio provides a higher-fidelity, richer-ecosystem testing platform.
Continual Learning: Solving the Catastrophic Forgetting Problem
How can agents acquire new skills without forgetting previously mastered knowledge? This is known as the "catastrophic forgetting" problem, one of the most persistent challenges in current deep learning.
From a technical perspective, catastrophic forgetting is an inherent deficiency of neural networks: when a network learns new tasks, gradient updates overwrite the weight parameters that prior tasks depend on, causing rapid degradation of old knowledge. This stands in stark contrast to the human brain's Complementary Learning Systems — the brain performs rapid learning through the hippocampus, then gradually consolidates knowledge into the neocortex during sleep. Current mitigation strategies include Elastic Weight Consolidation (EWC), Progressive Neural Networks, Experience Replay, and others, but no solution has perfectly resolved this issue. The unique value of a living game world lies in its natural, continuous introduction of new situations, providing a dynamic benchmark for testing and optimizing continual learning algorithms that static datasets simply cannot replicate. Agents must accumulate and retain capabilities in a constantly changing environment — this is the most rigorous and realistic test for continual learning algorithms.
Deep Memory Systems: Breaking Through Context Window Limitations
How can information far exceeding current context window limits be stored and retrieved? The memory capabilities of existing large models are constrained by limited context lengths, while long-term interactions in games require AI to possess genuine long-term memory — the ability to recall critical information from days or even months ago.
A context window refers to the maximum number of tokens a large language model can process in a single inference pass. Even though the most advanced models have expanded context windows to the million-token level (such as Google's Gemini 1.5 supporting 2 million tokens), this is still essentially a form of "short-term working memory" rather than true long-term memory — models cannot autonomously retain and retrieve historical information after inference ends. Current external memory solutions, such as Retrieval-Augmented Generation (RAG) and vector databases, can partially alleviate the problem, but they fall far short of human episodic memory systems in information filtering, relational reasoning, and adaptive forgetting management. In a persistent game world, an agent may need to remember key events across thousands of interactions, other players' behavioral patterns, and resource change trends — this places extremely demanding requirements on deep memory system architecture and provides an ideal research scenario for breaking through current technical bottlenecks.
Long-Horizon Planning: Decision-Making Across Time Scales
How can AI plan across time scales of weeks, months, or even years? This far exceeds the capability boundaries of most current AI systems and is a critical step toward higher-level intelligence. Persistent game worlds provide natural long-cycle goal-setting environments. Current mainstream reinforcement learning algorithms face fundamental challenges when dealing with long-time-horizon tasks, including reward sparsity and credit assignment difficulties — agents struggle to establish causal links between present actions and distant future rewards. Hierarchical Reinforcement Learning (Hierarchical RL) and Model-Based Planning are two promising technical approaches, and persistent game worlds happen to provide natural long-cycle experimental environments for validating these methods.
Multi-Agent Dynamics: Emergent Complex Social Behaviors
This encompasses cooperation, negotiation, economic behavior, and emergent behaviors. In a persistent world composed of multiple agents, complex social interactions will naturally emerge, providing rich material for multi-agent systems research.
Emergent behavior refers to complex patterns exhibited by a system as a whole that cannot be directly predicted from individual rules. In multi-agent systems, classic cases have already verified this phenomenon: OpenAI observed agents in a hide-and-seek environment spontaneously inventing strategies such as tool use and building defensive fortifications — behaviors that were never explicitly programmed. Emergence is profoundly significant for AI research because it suggests a possible path toward complex intelligence: rather than manually designing complex behaviors, simply designing the right environments and incentive mechanisms can allow complex behaviors to arise spontaneously. Persistent multiplayer game worlds have the potential to catalyze highly complex social emergent phenomena such as economic system self-organization, alliance political dynamics, cultural transmission and evolution — phenomena that are simply impossible to observe in short-term experiments and can only surface in continuously running living worlds.
Long-Term Goal: Transferring Game AI to Scientific Discovery
DeepMind emphasizes that the significance of this collaboration extends far beyond gaming itself. Its long-term goals operate on two levels:
On one hand, through collaboration between AI and game developers, they aim to explore entirely new gameplay experiences, making games more accessible and personalized. This means AI would not just be an opponent or NPC in games, but could become a co-creative partner.
On the other hand — and this is the grander vision — the goal is to transfer capabilities learned in game environments to real-world problems and scientific discovery. This capability transfer is not mere fantasy — DeepMind already has successful precedents: AlphaFold applied deep learning capabilities honed in protein structure prediction "competitions" to biology, fundamentally transforming the research paradigm of structural biology. Similarly, continual learning abilities trained in games can transfer to lifelong-learning robotic systems; deep memory capabilities can be applied to medical diagnostics requiring long-term tracking; long-horizon planning abilities can serve climate modeling and supply chain optimization; and multi-agent coordination capabilities can be directly applied to complex coordination scenarios such as autonomous vehicle fleet collaboration and distributed energy management. Continual learning, deep memory, and long-horizon planning are precisely the foundational capabilities that Artificial General Intelligence (AGI) needs to become practically applicable.
Games as a Stairway to Artificial General Intelligence
From Atari to StarCraft, and now to living persistent universes, DeepMind's sustained investment in games reveals a clear research trajectory: games are not merely entertainment but an important stairway toward general intelligence. Each generation of game AI breakthroughs corresponds to unlocking a category of core intelligent capabilities — Atari corresponds to perception and basic decision-making, Go to deep search and intuitive evaluation, StarCraft to real-time multi-task coordination under incomplete information, and living persistent universes will correspond to the comprehensive test of continual learning, long-term memory, cross-time-scale planning, and complex social intelligence.
This collaboration with Fenris Creations concentrates four frontier challenges within a controlled yet sufficiently complex environment, potentially laying the foundation for the next generation of AI system capability leaps.
For those following AI development, this direction is worth tracking closely — it may signal that the AI destined to make its mark on real-world problems and scientific challenges is quietly growing up in virtual worlds.
Related articles

Local MCP over stdio: An Architecture Seam Design Guide for Agentic Applications
A deep dive into using local MCP over stdio as an architectural seam for agentic applications, covering model-tool decoupling, testability, process management, and comparison with cloud MCP.

AI Agent Skill Stack Fully Decoded: Building Professional Agents with 16 Pluggable Skills
Deep dive into 16 practical AI Agent Skills covering code review, evals, frontend design, communication, memory, and automation — revealing the modular methodology behind Agent engineering.

Hidden ComfyUI Bug: What Caused H3 Video Generation to Slow Down 4x and How to Fix It
A recent ComfyUI update introduced a hidden performance bug causing MiniMax H3 video generation to slow down ~4x. Learn the root cause — a v.clone() memory optimization side effect — and how to fix it.