← Search

Whiyoung Jung

11 accepted papers

2026

Designing Observation and Action Models for Efficient Reinforcement Learning with LLMs

ICML 2026poster

Large Language Models (LLMs) have emerged as powerful tools for semantic reasoning, enabling the formalization of tasks that traditionally relied on manual human intuition. This capability extends to environment design in Reinforcement Learning (RL). While prior research predominantly focuses on rew…

Cited by 0SourceScholar
2026

RAPID: A Rapid Prototyping Platform for Industrial Automation

AAAI 2026technical

Industrial automation in smart logistics and factories requires simulation platforms that support rapid environment building before costly physical deployment. Yet existing tools often require substantial expertise, complex setup, and long configuration times, hindering agile prototyping. We present

Cited by 0SourcePDFScholar
2026

RL-Studio: A System for Multi-Phase Reinforcement Learning Experimentation

AAAI 2026technical

Reinforcement learning (RL) has evolved beyond monolithic training, yet existing frameworks remain limited to single algorithms or simple offline-to-online transitions. We present multi-phase RL, a framework that orchestrates multiple learning phases for continual policy improvement. It enables effi

Cited by 0SourcePDFScholar
2025

Agent-Centric Actor-Critic for Asynchronous Multi-Agent Reinforcement Learning

ICML 2025poster

Multi-Agent Reinforcement Learning (MARL) struggles with coordination in sparse reward environments. Macro-actions —sequences of actions executed as single decisions— facilitate long-term planning but introduce asynchrony, complicating Centralized Training with Decentralized Execution (CTDE). Existi…

Cited by 0SourcePDFScholar
2025

Online Pre-Training for Offline-to-Online Reinforcement Learning

ICML 2025poster

Offline-to-online reinforcement learning (RL) aims to integrate the complementary strengths of offline and online RL by pre-training an agent offline and subsequently fine-tuning it through online interactions. However, recent studies reveal that offline pre-trained agents often underperform during…

Cited by 0SourcePDFScholar
2025

Penalizing Infeasible Actions and Reward Scaling in Reinforcement Learning with Offline Data

ICML 2025spotlight

Reinforcement learning with offline data suffers from Q-value extrapolation errors. To address this issue, we first demonstrate that linear extrapolation of the Q-function beyond the data range is particularly problematic. To mitigate this, we propose guiding the gradual decrease of Q-values outside…

Cited by 0SourcePDFScholar
2023

Domain Adaptive Imitation Learning with Visual Observation

NeurIPS 2023poster

In this paper, we consider domain-adaptive imitation learning with visual observation, where an agent in a target domain learns to perform a task by observing expert demonstrations in a source domain. Domain adaptive imitation learning arises in practical scenarios where a robot, receiving visual se…

Cited by 5SourcePDFScholar
2022

MASER: Multi-Agent Reinforcement Learning with Subgoals Generated from Experience Replay Buffer

ICML 2022spotlight

In this paper, we consider cooperative multi-agent reinforcement learning (MARL) with sparse reward. To tackle this problem, we propose a novel method named MASER: MARL with subgoals generated from experience replay buffer. Under the widely-used assumption of centralized training with decentralized…

2022

Quantile Constrained Reinforcement Learning: A Reinforcement Learning Framework Constraining Outage Probability

NeurIPS 2022accept

Constrained reinforcement learning (RL) is an area of RL whose objective is to find an optimal policy that maximizes expected cumulative return while satisfying a given constraint. Most of the previous constrained RL works consider expected cumulative sum cost as the constraint. However, optimizatio…

2022

Robust Imitation Learning against Variations in Environment Dynamics

ICML 2022spotlight

In this paper, we propose a robust imitation learning (IL) framework that improves the robustness of IL when environment dynamics are perturbed. The existing IL framework trained in a single environment can catastrophically fail with perturbations in environment dynamics because it does not capture…

2020

Population-Guided Parallel Policy Search for Reinforcement Learning

ICLR 2020poster

In this paper, a new population-guided parallel learning scheme is proposed to enhance the performance of off-policy reinforcement learning (RL). In the proposed scheme, multiple identical learners with their own value-functions and policies share a common experience replay buffer, and search a good…

Cited by 50SourcecodeScholar