← Search

Seohong Park

21 accepted papers

2025

GHIL-Glue: Hierarchical Control with Filtered Subgoal Images

ICRA 2025

Image and video generative models that are pretrained on Internet-scale data can greatly increase the generalization capacity of robot learning systems. These models can function as high-level planners, generating intermediate sub-goals for low-level goal-conditioned policies to reach. However, the

Cited by 9SourcecodeScholar
2025

Horizon Reduction Makes RL Scalable

NeurIPS 2025spotlight

In this work, we study the scalability of offline reinforcement learning (RL) algorithms. In principle, a truly scalable offline RL algorithm should be able to solve any given problem, regardless of its complexity, given sufficient data, compute, and model capacity. We investigate if and how current…

Cited by 0SourceScholar
2025

OGBench: Benchmarking Offline Goal-Conditioned RL

ICLR 2025poster

Offline goal-conditioned reinforcement learning (GCRL) is a major problem in reinforcement learning (RL) because it provides a simple, unsupervised, and domain-agnostic way to acquire diverse behaviors and representations from unlabeled data without rewards. Despite the importance of this setting, w…

2025

Steering Your Diffusion Policy with Latent Space Reinforcement Learning

CoRL 2025oral

Robotic control policies learned from human demonstrations have achieved impressive results in many real-world applications. However, in scenarios where initial performance is not satisfactory, as is often the case in novel open-world settings, such behavioral cloning (BC)-learned policies typically…

Cited by 0SourceScholar
2024

Is Value Learning Really the Main Bottleneck in Offline RL?

NeurIPS 2024poster

While imitation learning requires access to high-quality data, offline reinforcement learning (RL) should, in principle, perform similarly or better with substantially lower data quality by using a value function. However, current results indicate that offline RL often performs worse than imitation…

Cited by 14SourcePDFScholar
2024

Unsupervised Zero-Shot Reinforcement Learning via Functional Reward Encodings

ICML 2024spotlight

Can we pre-train a generalist agent from a large amount of unlabeled offline trajectories such that it can be immediately adapted to any new downstream tasks in a zero-shot manner? In this work, we present a *functional* reward encoding (FRE) as a general, scalable solution to this *zero-shot RL* pr…

2023

HIQL: Offline Goal-Conditioned RL with Latent States as Actions

NeurIPS 2023spotlight

Unsupervised pre-training has recently become the bedrock for computer vision and natural language processing. In reinforcement learning (RL), goal-conditioned RL can potentially provide an analogous self-supervised approach for making use of large quantities of unlabeled (reward-free) data. However…

2022

Constrained GPI for Zero-Shot Transfer in Reinforcement Learning

NeurIPS 2022accept

For zero-shot transfer in reinforcement learning where the reward function varies between different tasks, the successor features framework has been one of the popular approaches. However, in this framework, the transfer to new target tasks with generalized policy improvement (GPI) relies on only th…

2022

Lipschitz-constrained Unsupervised Skill Discovery

ICLR 2022poster

We study the problem of unsupervised skill discovery, whose goal is to learn a set of diverse and useful skills with no external reward. There have been a number of skill discovery methods based on maximizing the mutual information (MI) between skills and states. However, we point out that their MI…

Cited by 72SourcePDFScholar
2021

Time Discretization-Invariant Safe Action Repetition for Policy Gradient Methods

NeurIPS 2021poster

In reinforcement learning, continuous time is often discretized by a time scale $\delta$, to which the resulting performance is known to be highly sensitive. In this work, we seek to find a $\delta$-invariant algorithm for policy gradient (PG) methods, which performs well regardless of the value of…