← Latest papers
⚡ electrical engineering

GPU-Accelerated Astrodynamics World Models for Spacecraft Rendezvous and Proximity Operations

This paper introduces "Out-of-this-World-Model," a GPU-accelerated, transformer-based world model trained on a new open-source JAX-based ISS docking environment, which significantly outperforms traditional reinforcement learning baselines in spacecraft rendezvous tasks by achieving higher success rates, superior out-of-distribution generalization, and robust anomaly detection.

Original authors: Duncan Eddy, Isaac R. Ward, Grace Ra Kim, Mykel J. Kochenderfer

Published 2026-09-04
📖 6 min read🧠 Deep dive

Original authors: Duncan Eddy, Isaac R. Ward, Grace Ra Kim, Mykel J. Kochenderfer

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Spacecraft rendezvous and proximity operations are the delicate art of bringing two vehicles together in the vacuum of space, a task that has evolved from a rare, human-supervised maneuver into a routine necessity for modern exploration. Whether it is a cargo ship delivering supplies to the International Space Station or a future mission docking with a lunar lander, the goal is always the same: to guide a spacecraft from kilometers away to a gentle, centimeter-level contact without crashing. This process is fraught with risk; a collision can destroy both vehicles and create clouds of dangerous debris that threaten other satellites. Traditionally, engineers have solved this by breaking the problem into separate pieces: one system estimates where the ship is, another decides where to go, and a third calculates how to steer. These systems rely on mathematical models of physics and sensor data, but they struggle when faced with the messy reality of raw camera images or unexpected changes in the environment. They are rigid, often unable to learn from new situations or to predict what might go wrong before it happens.

A new approach, emerging from the field of artificial intelligence, offers a different way to think about this challenge. Instead of separating the tasks of sensing, thinking, and acting, researchers are developing "world models." These are computer programs that learn to understand how the world works by watching thousands of hours of simulated spaceflight. They do not just calculate a single best guess for where a ship will be; they learn to predict a range of possible futures, including how uncertain they are about those predictions. This allows a spacecraft to imagine the consequences of its actions before it actually takes them, much like a pilot visualizing a landing path in their mind. While these models have shown great promise in robotics and video games, they had never been tested in the harsh, high-stakes environment of space until now.

Researchers at Stanford University have taken this concept and applied it to the problem of docking a spacecraft with the International Space Station. They built a new, open-source simulation environment that runs on powerful graphics processors, allowing them to generate hundreds of thousands of training scenarios in a fraction of the time it would take with traditional computers. This massive dataset taught a new type of artificial intelligence, which they call the "Out-of-this-World-Model," to understand the complex dance of orbital mechanics and visual perception simultaneously. The model ingests raw data from the spacecraft's sensors, including images from a camera mounted on its nose and measurements of its speed and position, and learns to predict what those sensors will see in the next moment. Crucially, it learns to do this while accounting for the noise and errors inherent in real-world sensors, producing a probability distribution of future outcomes rather than a single, brittle prediction.

The results of this study show that this learned approach outperforms the current standard methods. When tested on the task of docking with the International Space Station, the world model-based system achieved a success rate of 53 percent across various docking ports, compared to just 29 percent for a reinforcement learning system that had been trained directly on the same task. The difference was even more dramatic when the spacecraft was asked to dock at ports it had never seen before. In these new, unseen scenarios, the world model succeeded 40 percent of the time, more than doubling the 17 percent success rate of the traditional system. This suggests that the model has learned a deeper, more flexible understanding of the physics of spaceflight, allowing it to generalize to situations it was not explicitly trained on, whereas the traditional system struggled to adapt when the geometry of the docking port changed.

Beyond simply docking better, the model demonstrated a unique ability to detect anomalies in real time. Because the system learns to predict what the sensors should see, it can immediately recognize when reality deviates from its expectations. In tests where a second, uninvolved spacecraft was placed in the environment—a scenario the model had never encountered during training—it correctly identified the presence of this unexpected object with 98 percent accuracy. The system did this by noticing that the visual data from the camera did not match its internal prediction of a clear approach path. This capability acts as an early warning system, allowing the spacecraft to recognize dangerous or unusual situations before a collision occurs, a feature that is difficult to engineer into traditional control systems.

The researchers achieved these results by combining their new AI model with a planning algorithm that simulates many possible future paths at once. The model predicts how the spacecraft will move and what the sensors will see for each of these paths, and the planner selects the sequence of actions that leads to the safest and most successful docking. This process happens entirely within the computer's "mind," allowing the system to reason about complex constraints, such as avoiding the station's solar panels or staying within a safe approach corridor, without needing to physically test every possibility. The study confirms that learning a unified model of both the spacecraft's motion and its visual environment creates a more robust and adaptable agent than methods that treat these elements separately.

While the work is a significant step forward, the researchers are careful to note that it remains a simulation. The success rates and anomaly detection capabilities were measured in a highly realistic virtual environment that mimics the physics of the International Space Station, but the system has not yet been tested on a real spacecraft in orbit. The simulation included detailed models of gravity, atmospheric drag, and the lighting conditions of space, but the transition to the real world will bring new challenges. The team plans to refine the system further, particularly by tuning the cost functions that guide the planning algorithm to reduce the number of collisions that still occur during difficult approaches. They also see potential in using the model's ability to detect anomalies for broader space domain awareness, such as identifying when a satellite is behaving in an unexpected way.

This work represents a shift in how we might approach autonomous spaceflight. By teaching machines to build their own internal models of the universe, rather than hard-coding every rule of physics and safety, we may be able to create spacecraft that are not only more efficient but also more capable of handling the unexpected. The ability to predict the future with uncertainty estimates and to recognize when the world is not behaving as expected brings autonomous space operations closer to the level of intuition and adaptability that human pilots have long relied upon. As space exploration moves toward more complex missions, from servicing satellites to landing on the Moon, these learned world models could become the foundation for the next generation of autonomous spacecraft, capable of reasoning about their actions before they execute them.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →