A new research framework called CogRun keeps a non learning safety module in charge of critical controls while a reinforcement learning agent experiments in unknown terrain.
A quadruped robot walking a real forest, learning new ground as it moves, with no prior map and no wireless link to a human. That is the public-facing claim in a new arXiv preprint, "Cognitively-Grounded On-Device Runtime Learning for Ground Robots in Unknown Physical Environments", from a research group that calls the framework CogRun.
The framework's defining choice is what stays out of the learning side. CogRun splits a ground robot's mind into three: a Learning-Agent that combines reinforcement learning with instance-based learning, a Rational-Agent that is non-learning by design and owns every safety-critical function, and a Coordinator that mediates between them. Learning experiments cannot overwrite braking, steering, or stability rules.
The full autonomy stack ran on-device, with perception, learning, and control running locally. That makes the framework a candidate for connectivity-limited settings: post-storm search-and-rescue, off-road inspection, remote agriculture. The authors tested a quadruped in a real forest and an off-road vehicle in a simulated wild forest, and report safe, continuous on-device learning in both.
The off-road result is simulated, not fielded. The safety claim rests on a design choice, keeping the Rational-Agent non-learning, rather than independent testing. No commercial partner, regulator, or deployment is attached. The work is real research; the public-reader question is whether an architectural wall, drawn on paper, holds up in a real rescue.