
Astribot's SmoothRL lifts robot success rates in asynchronous tasks
Astribot, a Chinese robotics startup, has unveiled SmoothRL, an online reinforcement learning framework designed to train policies during asynchronous execution – a growing reality for embodied AI deployments where inference and action run at different frequencies. The work, led by the company’s foundation model team, addresses a fundamental mismatch: when a robot receives new action chunks before previous ones finish, conventional RL that updates on entire chunks ends up crediting or blaming actions that were never actually executed. The framework partitions each action chunk into three regions – committed (already fixed), execution (actually performed), and discarded (overwritten by later inference) – and backpropagates gradients only through the execution region. This ensures that optimisation mirrors the robot’s real experience. SmoothRL also...




