paper-with-me

Papers

Variational Latent Branching Model for Off-Policy Evaluation

2023-01-28 · Qitong Gao, Ge Gao, Min Chi, Miroslav Pajic

Model-based methods have recently shown great potential for off-policy evaluation (OPE); offline trajectories induced by behavioral policies are fitted to transitions of Markov decision processes (MDPs), which are used to rollout simulated trajectories and estimate the performance of policies. Model-based OPE methods face two key challenges. First, as offline trajectories are usually fixed, they tend to cover limited state and action space. Second, the performance of model-based methods can be sensitive to the initialization of their parameters. In this work, we propose the variational latent branching model (VLBM) to learn the transition function of MDPs by formulating the environmental dynamics as a compact latent space, from which the next states and rewards are then sampled. Specifically, VLBM leverages and extends the variational inference framework with the recurrent state alignment (RSA), which is designed to capture as much information underlying the limited training data, by smoothing out the information flow between the variational (encoding) and generative (decoding) part of VLBM. Moreover, we also introduce the branching architecture to improve the model's robustness against randomly initialized model weights. The effectiveness of the VLBM is evaluated on the deep OPE (DOPE) benchmark, from which the training trajectories are designed to result in varied coverage of the state-action space. We show that the VLBM outperforms existing state-of-the-art OPE methods in general.

📄 PDF Abstract BibTeX arXiv:2301.12056

Code (1)

gaoqitong/vlbm 공식 구현 tf

Tasks

modelOff-policy evaluationVariational Inference

Methods 이 논문이 사용한 방법론

Variational Inference 설명 없음

Similar Papers 제목 키워드 기반

IIB-LPO: Latent Policy Optimization via Iterative Information Bottleneck

2026-01-09 · Huilin Deng, Hongchen Luo, Yue Zhu, Long Li 외 arxiv

Recent advances in Reinforcement Learning with Verifiable Rewards (RLVR) for Large Language Model (LLM) reasoning have been hindered by a persistent challenge: exploration collapse. The semantic homogeneity of random rol…

Reinforcement LearningMathematical Reasoning

Learning Branching Policies for MILPs with Proximal Policy Optimization

2025-11-17 · Abdelouahed Ben Mhamed, Assia Kamal-Idrissi, Amal El Fallah Seghrouchni arxiv

Branch-and-Bound (B\&B) is the dominant exact solution method for Mixed Integer Linear Programs (MILP), yet its exponential time complexity poses significant challenges for large-scale instances. The growing capabilities…

Reinforcement Learning

Branching Time Active Inference with Bayesian Filtering

2021-12-14 · Théophile Champion, Marek Grześ, Howard Bowman

Branching Time Active Inference (Champion et al., 2021b,a) is a framework proposing to look at planning as a form of Bayesian model expansion. Its root can be found in Active Inference (Friston et al., 2016; Da Costa et …

Branching Stein Variational Gradient Descent for sampling multimodal distributions

2025-06-16 · Isaias Banales, Arturo Jaramillo, Heli Ricalde Guerrero

We propose a novel particle-based variational inference method designed to work with multimodal distributions. Our approach, referred to as Branched Stein Variational Gradient Descent (BSVGD), extends the classical Stein…

Variational Inference

Uncovering Latent Phase Structures and Branching Logic in Locomotion Policies: A Case Study on HalfCheetah

2026-03-18 · Daisuke Yasui, Toshitaka Matsuki, Hiroshi Sato arxiv

In locomotion control tasks, Deep Reinforcement Learning (DRL) has demonstrated high performance; however, the decision-making process of the learned policy remains a black box, making it difficult for humans to understa…

Reinforcement LearningDecision Making