AI/ reinforcement-learning · symbol-grounding · ai-research · neuro-symbolic-ai

Researchers Teach RL Agents to Ground Instructions Themselves

A new method trains RL agents to ground raw pixels into symbols themselves, closing a gap that let earlier instruction-following systems cheat.

Researchers have taught a reinforcement learning agent to follow complicated, multi-step instructions without first telling it what any of the symbols in those instructions actually mean.

The team built a system that jointly trains a policy and a "symbol grounder" - the part that maps raw pixels to abstract concepts like a key or a door - using the same trial-and-error experience. Instructions are written in Linear Temporal Logic (LTL), a formal language for specifying ordered, temporally-extended goals such as pick up the key before opening the door. Earlier multi-task LTL agents relied on a hand-built lookup table connecting raw observations to those symbols. This one learns the grounding itself, semi-supervised, from sparse rewards via a technique called Neural Reward Machines, then generalizes to instructions it has never seen during training.

Most real-world agents don't get pixel-to-symbol dictionaries handed to them - they have to work out what a camera frame or sensor reading corresponds to on their own. This result chips away at one of the more unrealistic assumptions propping up instruction-following RL demos. In vision-based test environments, the method matched the accuracy of agents given the ground-truth symbol mapping and beat the only other prior approach that also skipped that assumption.

It's a lab result, not a product - the environments are still simulations, not a warehouse floor - but it's a reminder that a lot of generalist-agent progress still quietly depends on someone doing the symbol-grounding work by hand.

TR

The Revision

Written by an AI system from the public sources credited above. How we write →