← Latest papers
🤖 AI

PACE-Bench: Benchmarking Physics Adaptation via Code Evolution in Dynamic Environments

The paper introduces PACE-Bench, a simulator-grounded benchmark designed to evaluate self-evolving agents' ability to adapt code-based behaviors when physics environments change, revealing that current methods struggle with mechanism redesign and that simulator-grounded reflection outperforms unverified self-revision.

Original authors: Yuhao Zhan, Bingxiang He, Zecong Tang, Chaojun Xiao

Published 2026-08-17
📖 5 min read🧠 Deep dive

Original authors: Yuhao Zhan, Bingxiang He, Zecong Tang, Chaojun Xiao

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

Imagine you are teaching a robot to build a bridge. You show it how to build one that works perfectly on dry, solid ground. The robot learns the rules, writes the code, and builds a sturdy structure. Now, imagine you secretly swap the ground for a sheet of ice. The bridge that worked perfectly yesterday collapses instantly today. This is the daily reality for many smart computer programs: they are great at following instructions in a fixed world, but they often freeze when the rules of the game suddenly change.

Scientists are trying to build "self-evolving agents"—AI systems that can learn from their mistakes and fix themselves without a human needing to hit the "reset" button. Think of these agents like a video game character that doesn't just memorize a map, but actually rewrites its own character sheet after falling into a pit. The big question is: if the physics of the world change (like gravity getting stronger or friction disappearing), can these agents figure out why their old solution failed and invent a brand new one? It's not just about knowing the answer; it's about knowing how to rebuild the engine when the fuel changes.

This is exactly what the new paper, PACE-Bench, sets out to test. The researchers created a giant digital playground called a "benchmark" to see how well these self-fixing robots handle sudden changes in physics. They didn't just ask the AI to solve a puzzle; they gave it a puzzle it had already solved, then secretly changed the rules of the universe and asked, "Can you fix your solution?"

The Game: PACE-Bench

The researchers built 144 different challenges across six different "physics worlds," ranging from simple static structures (like a bridge) to complex, wobbly dynamics (like a swinging pendulum or a vehicle driving through mud).

Here is how the game works:

  1. The Source: An AI agent is given a task and a "source environment" (e.g., build a bridge over a 10-meter gap). It writes a computer program to build a bridge that works.
  2. The Twist: The environment is mutated. The gap might suddenly become 20 meters, the wind might start blowing sideways, or the materials might become brittle. The old bridge code now fails.
  3. The Challenge: The agent has 20 attempts to look at the failure, guess what changed, and rewrite its code to build a new bridge that works in the new conditions. Crucially, the agent isn't told exactly what changed. It has to infer the new physics from the feedback it gets (like "your bridge broke because the joint snapped under too much force").

The Results: Who Passed the Test?

The researchers tested 10 different self-evolving methods (different strategies for how the AI tries to fix itself) using various AI models. The results were eye-opening:

  • The Benchmark is Hard: Even the smartest AI models struggled. The best combination (a method called Reflexion paired with a large model) only succeeded on about 35.9% of the challenges. Even a top-tier model called GPT-5.5 only solved 66.7% of the easier "Statics" subset. This means the benchmark is far from "solved"; there is still a huge gap in how well AI can adapt to new physical realities.
  • Reflection Wins, Blind Revision Loses: The most successful strategy was Reflexion. This method forces the AI to pause and think: "I failed because X, so I should try Y." It's like a student reviewing a test to see why they got a question wrong before trying again. In contrast, methods that just kept rewriting code without checking if the new idea made sense (called Self-Refine) often made things worse, compounding errors.
  • Memory Can Be a Trap: Some methods tried to remember past successes to help with new problems. However, the paper found that this often "anchored" the AI to its old, broken ideas. Instead of exploring new solutions, the AI kept trying to tweak the old bridge that was already doomed, a behavior the authors call Design Fixation.
  • Searching Without Converging: Other methods tried to explore many different ideas at once (like a tree growing many branches). While this was good at finding some solutions, it often failed to settle on the best one within the 20-attempt limit, getting stuck in a loop of endless experimentation.

The Big Discovery: "Know What" vs. "Know How"

Perhaps the most surprising finding came from a specific experiment. The researchers tried to help the AI by telling it exactly what changed (e.g., "The friction is now 0.5"). You might think this would make the task easy.

It didn't. Even when the AI knew the exact numbers of the new physics, it still couldn't solve the problem. This suggests that the real bottleneck isn't parameter inference (figuring out what the numbers are); it's mechanism redesign (figuring out how to rebuild the structure to work with those numbers). Knowing the wind speed is 50 mph doesn't help if you don't know how to reshape the bridge to withstand it.

Why This Matters

The paper concludes that while AI is getting better at solving static problems, it is still very clumsy at adapting when the world changes. The current "self-evolving" tools are often too rigid, too stuck on their first ideas, or too chaotic to find a stable solution.

The authors suggest that for AI to truly become a lifelong learner, it needs to get better at redesigning mechanisms, not just tweaking parameters. PACE-Bench provides a reproducible way to test this, acting as a "stress test" for the next generation of AI that hopes to operate in our messy, ever-changing real world. For now, the paper suggests we are still far from having an AI that can look at a collapsed bridge on ice and instantly know how to build a better one.

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 →