Research  New AI method helps robots learn from the past without being trapped by it

#1
C C Offline
https://www.eurekalert.org/news-releases/1142246

INTRO: Robots and other embodied agents learn by acting in the physical world, but the world does not remain fixed. A controller changes as training proceeds; hardware wears; payloads vary; and friction, gravity, wind, sensor noise and contact conditions can shift. At the same time, real-world interaction is costly, so an agent cannot simply discard its past and collect a fresh on-policy dataset whenever conditions change.

This creates a fundamental problem for standard off-policy reinforcement learning. Historical transitions stored in a replay buffer may have been generated by older policies and under older physical dynamics. When those stale transitions are used as if they still described the current environment, value estimates can become biased and the policy may learn actions whose predicted outcomes are no longer physically possible.

A research team led by Tsinghua University has proposed Transition Occupancy Matching as a common mathematical view of these two sources of change. A policy shift changes which action is selected in a state, while a dynamics shift changes the next state produced by that action. Both therefore change the joint distribution of state, action and next state, which the researchers call transition occupancy.

The team turned this principle into Occupancy-Matching Policy Optimization, or OMPO. Instead of treating all replayed data equally, OMPO maintains a large global buffer containing accumulated experience and a small first-in, first-out local buffer containing the most recent interactions. A discriminator compares transitions from the two buffers and estimates which historical transitions remain compatible with the current physical regime. Compatible experience is retained, while stale or mismatched transitions are downweighted.

OMPO also uses a sign-free logarithmic link to reformulate the matching objective as a stable min-max optimization. This design allows the method to work with reward signals that contain both bonuses and penalties, without adding a task-specific reward shift. A distributional critic models the full distribution of possible returns rather than only their mean, helping the agent account for randomness from action noise, sensing and contact dynamics. For visual tasks, the policy, critic and discriminator share a co-trained visual encoder, while an ODE-based flow actor represents potentially multimodal actions.

The researchers evaluated OMPO across three forms of distribution shift.. (MORE - details, no ads)

PAPER: http://dx.doi.org/10.1093/nsr/nwag506
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Article Robots grow by consuming other robots + Super-resolution microscopy probes inner cell C C 0 3,369 Jul 16, 2025 08:35 PM
Last Post: C C
  Research First-of-its-kind technology helps man with ALS ‘speak’ in real time C C 0 3,346 Jun 11, 2025 09:38 PM
Last Post: C C
  NASA Ames to Unleash New Robots on Space Station Yazata 3 4,152 Dec 10, 2024 11:42 PM
Last Post: Yazata
  Research Black-box forgetting: A new method for tailoring large AI models C C 0 3,219 Dec 9, 2024 06:10 PM
Last Post: C C
  Article How an “AI-tocracy” emerges: AI-driven facial recognition helps China repress dissent C C 1 3,334 Jul 14, 2023 01:31 AM
Last Post: confused2
  Flying snakes help scientists design new robots C C 0 3,276 Dec 14, 2022 01:51 AM
Last Post: C C
  Insect-sized, flying robots + People prefer interacting with female robots in hotels C C 0 3,195 Feb 3, 2022 10:46 PM
Last Post: C C
  Return of the mechanical battery + New AI masters games without being taught rules C C 0 3,340 Dec 28, 2020 02:48 AM
Last Post: C C
  How we're using evolution to build robots that can adapt & learn on their own C C 0 3,333 Jun 1, 2018 02:07 PM
Last Post: C C
  Why you shouldn't learn to stop worrying and love the nuclear jet engine C C 0 3,460 Aug 2, 2015 05:40 PM
Last Post: C C



Users browsing this thread: 2 Guest(s)