Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

This repository contains the official implementation of VAST (Horizon Adaptive Offline Policy Learning via VAlue STitching) designed for long-horizon, complex offline RL tasks.

Overview

Traditional TD-based value learning relies on fixed-step backups, however, often fail to capture the complex temporal structure of long-horizon, multi-stage tasks. VAST overcomes this limitation by coupling value optimization with

  • a future-conditioned auxiliary value function,
  • a stitching policy that optimally selects the reward maximizing future.

VAST enables direct estimation and compositional "stitching" of variable-length returns grounded in actionable sub-goal states, providing an accurate and greedily exploitable value-supervision signal for offline policy optimization.

To Do List

The code will be released gradually.

  • arxiv & project page released
  • initial repo

About

[2606.21136] Horizon Adaptive Offline Policy Learning via Value Stitching

Topics

Resources

Stars

5 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors