← Search

Seungyul Han

15 accepted papers

2026

Flow Actor-Critic for Offline Reinforcement Learning

ICLR 2026poster

The dataset distributions in offline reinforcement learning (RL) often exhibit complex and multi-modal distributions, necessitating expressive policies to capture such distributions beyond widely-used Gaussian policies. To handle such complex and multi-modal datasets, in this paper, we propose Flow…

Cited by 0SourcecodeScholar
2026

Interaction-Breaking Adversarial Learning Framework for Robust Multi-Agent Reinforcement Learning

ICML 2026poster

Cooperation is central to multi-agent reinforcement learning (MARL), yet learned coordination can be fragile when external perturbations disrupt inter-agent interactions. Prior robust MARL methods have primarily considered value-oriented attacks, leaving a gap in robustness when interaction structur…

Cited by 0SourceScholar
2026

LLM-Guided Communication for Cooperative Multi-Agent Reinforcement Learning

ICML 2026poster

Communication is a key component in multi-agent reinforcement learning (MARL) for mitigating partial observability, yet prior approaches often rely on inefficient information exchange or fail to transmit sufficient state information. To address this, we propose LLM-driven Multi-Agent Communication (…

Cited by 0SourceScholar
2026

Retaining Suboptimal Actions to Follow Shifting Optima in Multi-Agent Reinforcement Learning

ICLR 2026poster

Value decomposition is a core approach for cooperative multi-agent reinforcement learning (MARL). However, existing methods still rely on a single optimal action and struggle to adapt when the underlying value function shifts during training, often converging to suboptimal policies. To address this…

Cited by 0SourcecodeScholar
2026

Self-Improving Skill Learning for Robust Skill-based Meta-Reinforcement Learning

ICLR 2026poster

Meta-reinforcement learning (Meta-RL) facilitates rapid adaptation to unseen tasks but faces challenges in long-horizon environments. Skill-based approaches tackle this by decomposing state-action sequences into reusable skills and employing hierarchical decision-making. However, these methods are h…

Cited by 0SourcecodeScholar
2026

Strict Subgoal Execution: Reliable Long-Horizon Planning in Hierarchical Reinforcement Learning

ICLR 2026poster

Long-horizon goal-conditioned tasks pose fundamental challenges for reinforcement learning (RL), particularly when goals are distant and rewards are sparse. While hierarchical and graph-based methods offer partial solutions, their reliance on conventional hindsight relabeling often fails to correct…

Cited by 0SourceScholar
2025

Task-Aware Virtual Training: Enhancing Generalization in Meta-Reinforcement Learning for Out-of-Distribution Tasks

ICML 2025poster

Meta reinforcement learning aims to develop policies that generalize to unseen tasks sampled from a task distribution. While context-based meta-RL methods improve task representation using task latents, they often struggle with out-of-distribution (OOD) tasks. To address this, we propose Task-Aware…

2025

Wolfpack Adversarial Attack for Robust Multi-Agent Reinforcement Learning

ICML 2025poster

Traditional robust methods in multi-agent reinforcement learning (MARL) often struggle against coordinated adversarial attacks in cooperative scenarios. To address this limitation, we propose the Wolfpack Adversarial Attack framework, inspired by wolf hunting strategies, which targets an initial age…

2024

Exclusively Penalized Q-learning for Offline Reinforcement Learning

NeurIPS 2024spotlight

Constraint-based offline reinforcement learning (RL) involves policy constraints or imposing penalties on the value function to mitigate overestimation errors caused by distributional shift. This paper focuses on a limitation in existing offline RL methods with penalized value function, indicating t…

Cited by 2SourcePDFScholar
2024

FoX: Formation-Aware Exploration in Multi-Agent Reinforcement Learning

AAAI 2024technical

Recently, deep multi-agent reinforcement learning (MARL) has gained significant popularity due to its success in various cooperative multi-agent tasks. However, exploration still remains a challenging problem in MARL due to the partial observability of the agents and the exploration space that can g…

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

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…

2021

Diversity Actor-Critic: Sample-Aware Entropy Regularization for Sample-Efficient Exploration

ICML 2021spotlight

In this paper, sample-aware policy entropy regularization is proposed to enhance the conventional policy entropy regularization for better exploration. Exploiting the sample distribution obtainable from the replay buffer, the proposed sample-aware entropy regularization maximizes the entropy of the…

2019

Dimension-Wise Importance Sampling Weight Clipping for Sample-Efficient Reinforcement Learning

ICML 2019oral

In importance sampling (IS)-based reinforcement learning algorithms such as Proximal Policy Optimization (PPO), IS weights are typically clipped to avoid large variance in learning. However, policy update from clipped statistics induces large bias in tasks with high action dimensions, and bias from…