How to Solve Contextual Goal-Oriented Problems with Offline Datasets?
Ying Fan, Jingling Li, Adith Swaminathan, Aditya Modi, Ching-An Cheng
TL;DR
The paper tackles offline Contextual Goal-Oriented (CGO) problems, where the context selects a goal set and rewards are sparse. It introduces CODA, a method that builds an action-augmented MDP by adding a fictitious action to jointly leverage unlabeled dynamics data and context-goal pairs, turning them into a fully labeled offline dataset. Under standard realizability, completeness, and concentrability assumptions, CODA plus a pessimistic offline RL backbone provably learns near-optimal policies without negative samples. Empirically, CODA outperforms reward-learning and goal-prediction baselines across diverse CGO relationships using AntMaze benchmarks, indicating strong potential for scalable offline CGO.
Abstract
We present a novel method, Contextual goal-Oriented Data Augmentation (CODA), which uses commonly available unlabeled trajectories and context-goal pairs to solve Contextual Goal-Oriented (CGO) problems. By carefully constructing an action-augmented MDP that is equivalent to the original MDP, CODA creates a fully labeled transition dataset under training contexts without additional approximation error. We conduct a novel theoretical analysis to demonstrate CODA's capability to solve CGO problems in the offline data setup. Empirical results also showcase the effectiveness of CODA, which outperforms other baseline methods across various context-goal relationships of CGO problem. This approach offers a promising direction to solving CGO problems using offline datasets.
