← Search

Jeonghye Kim

11 accepted papers

2026

Align While Search: Belief-Guided Exploratory Inference for World-Grounded Embodied Agents

CVPR 2026

In this paper, we propose a test-time adaptive agent that performs exploratory inference through posterior-guided belief refinement without relying on gradient-based updates or additional training for LLM agent operating under partial observability. Our agent maintains an external structured belief

Cited by 0SourcecodeScholar
2026

Beyond Normalization: Rethinking the Partition Function as a Difficulty Scheduler for RLVR

ICML 2026poster

Reward-maximizing RL methods enhance the reasoning performance of LLMs, but often reduce the diversity among outputs. Recent works address this issue by adopting GFlowNets, training LLMs to match a target distribution while jointly learning its partition function. In contrast to prior works that tre…

Cited by 0SourceScholar
2026

Exploratory Memory-Augmented LLM Agent via Hybrid On- and Off-Policy Optimization

ICLR 2026poster

Exploration remains the key bottleneck for large language model agents trained with reinforcement learning. While prior methods exploit pretrained knowledge, they fail in environments requiring the discovery of novel states. We propose EMPO$^2$, a hybrid RL framework that leverages memory for explor…

Cited by 0SourcecodeScholar
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

ARS: Adaptive Reward Scaling for Multi-Task Reinforcement Learning

ICML 2025poster

Multi-task reinforcement learning (RL) encounters significant challenges due to varying task complexities and their reward distributions from the environment. To address these issues, in this paper, we propose Adaptive Reward Scaling (ARS), a novel framework that dynamically adjusts reward magnitude…

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
2025

ReflAct: World-Grounded Decision Making in LLM Agents via Goal-State Reflection

EMNLP 2025

Recent advances in LLM agents have largely built on reasoning backbones like ReAct, which interleave thought and action in complex environments. However, ReAct often produces ungrounded or incoherent reasoning steps, leading to misalignment between the agent’s actual state and goals. Our analysis fi

2024

Adaptive $Q$-Aid for Conditional Supervised Learning in Offline Reinforcement Learning

NeurIPS 2024poster

Offline reinforcement learning (RL) has progressed with return-conditioned supervised learning (RCSL), but its lack of stitching ability remains a limitation. We introduce $Q$-Aided Conditional Supervised Learning (QCS), which effectively combines the stability of RCSL with the stitching capability…

Cited by 2SourcePDFScholar
2024

Decision ConvFormer: Local Filtering in MetaFormer is Sufficient for Decision Making

ICLR 2024spotlight

The recent success of Transformer in natural language processing has sparked its use in various domains. In offline reinforcement learning (RL), Decision Transformer (DT) is emerging as a promising model based on Transformer. However, we discovered that the attention module of DT is not appropriate…

Cited by 19SourcePDFScholar
2023

LESSON: Learning to Integrate Exploration Strategies for Reinforcement Learning via an Option Framework

ICML 2023poster

In this paper, a unified framework for exploration in reinforcement learning (RL) is proposed based on an option-critic architecture. The proposed framework learns to integrate a set of diverse exploration strategies so that the agent can adaptively select the most effective exploration strategy to…