← Latest papers
🤖 AI

Agent-G2^2: Gaussian Guidance for Agentic Reinforcement Learning

Agent-G2^2 is a novel reinforcement learning framework that optimizes hint-based guidance depth by sampling from an online-estimated Gaussian distribution, thereby outperforming existing deterministic and probing-based methods in agentic tasks while significantly reducing computational costs.

Original authors: Zixuan Wang, Yanrui Miao, Zhengxi Lu, Teng Pan, Yiwen Qiu, Hongxing Li, Peng Qiu, Ruiqing Zhang, Yongliang Shen

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

Original authors: Zixuan Wang, Yanrui Miao, Zhengxi Lu, Teng Pan, Yiwen Qiu, Hongxing Li, Peng Qiu, Ruiqing Zhang, Yongliang Shen

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 a computer program trying to learn how to navigate a complex world, like a robot moving through a house or a virtual agent shopping on a website. These tasks often require a long chain of decisions, where the program must take many steps before it finally succeeds or fails. The core problem is that the program only receives a signal at the very end telling it whether it won or lost. This makes learning incredibly difficult, like trying to learn to ride a bicycle by only being told "good job" or "you fell" after you have already traveled a mile, with no feedback on whether you were steering correctly in the middle. To help the program learn, researchers have tried giving it a "hint" at the start of each attempt: a short snippet of a perfect path taken by an expert. This gives the program a head start, placing it closer to the finish line so it can learn from the remaining steps. However, a critical question remains: how much of that expert path should be shown? Show too little, and the program is still lost; show too much, and it simply copies the expert without learning anything new.

For a long time, researchers treated this question as if there were one perfect amount of help that applied to every single task, or they tried to guess the right amount for each specific task by running many expensive, extra practice rounds just to test different levels of help. A new study by a team at Zhejiang University and Baidu suggests that both of these approaches miss the mark. The researchers found that the "sweet spot" for help is not a single, precise point, but rather a range. For any given task, there is a band of different amounts of help that work well, and this band shifts depending on how difficult the task is. Instead of trying to pinpoint one exact number, the team developed a method that treats the right amount of help as a flexible range that changes as the computer learns. They call their system Agent-G2.

The researchers tested their idea on two challenging environments: a text-based world where an agent must complete household chores like picking up objects or cleaning, and a simulated online store where the agent must search for and buy specific items. They used a language model as the brain for these agents. In their experiments, they discovered that the most effective amount of help forms a bell-shaped curve around the ideal point. This means that for a difficult task, a wide range of help levels might work, while for an easier one, the range might be narrower. Crucially, they found that the difficulty of a task is closely tied to how long the expert's path is. A task requiring twenty steps is generally harder than one requiring only two.

To solve the problem of finding the right help level without wasting time, Agent-G2 groups tasks by their length and then uses the results of the current practice rounds to adjust the help for the next round. If the group of short tasks is succeeding too easily, the system automatically reduces the amount of help given to them. If the long tasks are failing, it increases the help. The system does this by calculating a center point and a spread for each group of tasks, essentially creating a dynamic map of where the learning should happen. It then randomly picks a specific amount of help from that map for each new attempt. This approach allows the system to explore a variety of helpful starting points simultaneously, ensuring that both easy and hard tasks get the right kind of push without needing to run extra tests just to figure out the settings.

The results were striking. On the household task environment, the new method achieved a success rate of 95.3 percent with a smaller model and 98.4 percent with a larger one. This outperformed the strongest existing methods that used hints, as well as those that tried to learn without any hints at all. Perhaps most importantly, the new method achieved these results using far fewer computer resources than the previous best methods that tried to guess the right help level for each task individually. Those older methods required running many extra practice rounds to find the answer, which is slow and expensive. The new system learned the right settings on the fly, using the same data it was already collecting to improve the agent.

The study also showed that the system works well across different sizes of computer models, proving that the way the help is delivered is just as important as the size of the brain doing the learning. In fact, the smaller model using this smart guidance system performed better than much larger models using older, less sophisticated methods. The researchers noted that their method relies on having a perfect example path available for every task to start with. If such perfect paths do not exist, the system cannot be used directly. However, for the many real-world problems where experts can demonstrate the correct path, this approach offers a powerful way to teach artificial intelligence how to learn from its own mistakes, rather than just copying what it sees. By treating the right amount of guidance as a flexible range rather than a fixed number, the researchers have found a more efficient and robust way to help machines master complex, long-term goals.

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 →