← Search

Shie Mannor

100 accepted papers

2026

Horizon Imagination: Efficient On-Policy Rollout in Diffusion World Models

ICLR 2026poster

We study diffusion-based world models for reinforcement learning, which offer high generative fidelity but face critical efficiency challenges in control. Current methods either require heavyweight models at inference or rely on highly sequential imagination, both of which impose prohibitive comput…

Cited by 0SourcecodeScholar
2026

Learning Multiple Initial Solutions to Optimization Problems

ICRA 2026poster

Sequentially solving similar optimization problems under strict runtime constraints is essential for many applications, such as robot control, autonomous driving, and portfolio management. The performance of local optimization methods in these settings is sensitive to the initial solution: poor init…

2026

Reinforcement Learning with Discrete Diffusion Policies for Combinatorial Action Spaces

ICML 2026poster

Reinforcement learning (RL) struggles to scale to large, combinatorial action spaces common in many real-world problems. This paper introduces a novel framework for training discrete diffusion models as highly effective policies in these complex settings. Our key innovation is an efficient online tr…

Cited by 0SourceScholar
2026

Task Tokens: A Flexible Approach to Adapting Behavior Foundation Models

ICLR 2026poster

Recent advancements in imitation learning for robotic control have led to transformer-based behavior foundation models (BFMs) that enable multi-modal, human-like control for humanoid agents. These models generate solutions when conditioned on high-level goals or prompts, for example, walking to a co…

Cited by 0SourcecodeScholar
2025

Global Convergence of Policy Gradient in Average Reward MDPs

ICLR 2025poster

We present the first comprehensive finite-time global convergence analysis of policy gradient for infinite horizon average reward Markov decision processes (MDPs). Specifically, we focus on ergodic tabular MDPs with finite state and action spaces. Our analysis shows that the policy gradient iterates…

Cited by 0SourcePDFScholar
2025

Non-rectangular Robust MDPs with Normed Uncertainty Sets

NeurIPS 2025poster

Robust policy evaluation for non-rectangular uncertainty set is generally NP-hard, even in approximation. Consequently, existing approaches suffer from either exponential iteration complexity or significant accuracy gaps. Interestingly, we identify a powerful class of $L_p$-bounded uncertainty sets…

Cited by 0SourceScholar
2025

On Bits and Bandits: Quantifying the Regret-Information Trade-off

ICLR 2025poster

In many sequential decision problems, an agent performs a repeated task. He then suffers regret and obtains information that he may use in the following rounds. However, sometimes the agent may also obtain information and avoid suffering regret by querying external sources. We study the trade-off be…

2025

On the Convergence of Single-Timescale Actor-Critic

NeurIPS 2025poster

We analyze the global convergence of the single-timescale actor-critic (AC) algorithm for the infinite-horizon discounted Markov Decision Processes (MDPs) with finite state spaces. To this end, we introduce an elegant analytical framework for handling complex, coupled recursions inherent in the algo…

Cited by 0SourceScholar
2025

RL-RC-DoT: A Block-level RL agent for Task-Aware Video Compression

CVPR 2025poster

Video encoders optimize compression for human perception by minimizing reconstruction error under bit-rate constraints. In many modern applications such as autonomous driving, an overwhelming majority of videos serve as input for AI systems performing tasks like object recognition or segmentation, r…

Cited by 0SourcePDFScholar
2025

State Entropy Regularization for Robust Reinforcement Learning

NeurIPS 2025oral

State entropy regularization has empirically shown better exploration and sample complexity in reinforcement learning (RL). However, its theoretical guarantees have not been studied. In this paper, we show that state entropy regularization improves robustness to structured and spatially correlated p…

Cited by 0SourceScholar
2024

Bring Your Own (Non-Robust) Algorithm to Solve Robust MDPs by Estimating The Worst Kernel

ICML 2024poster

Robust Markov Decision Processes (RMDPs) provide a framework for sequential decision-making that is robust to perturbations on the transition kernel. However, current RMDP methods are often limited to small-scale problems, hindering their use in high-dimensional domains. To bridge this gap, we prese…

Cited by 1SourcePDFScholar
2024

Efficient Value Iteration for s-rectangular Robust Markov Decision Processes

ICML 2024poster

We focus on s-rectangular robust Markov decision processes (MDPs), which capture interconnected uncertainties across different actions within each state. This framework is more general compared to sa-rectangular robust MDPs, where uncertainties in each action are independent. However, the introduced…

Cited by 3SourcePDFScholar
2024

Exploration-Driven Policy Optimization in RLHF: Theoretical Insights on Efficient Data Utilization

ICML 2024poster

Reinforcement Learning from Human Feedback (RLHF) has achieved impressive empirical successes while relying on a small amount of human feedback. However, there is limited theoretical justification for this phenomenon. Additionally, most recent studies focus on value-based algorithms despite the rece…

Cited by 16SourcePDFScholar
2024

Improving Token-Based World Models with Parallel Observation Prediction

ICML 2024poster

Motivated by the success of Transformers when applied to sequences of discrete symbols, token-based world models (TBWMs) were recently proposed as sample-efficient methods. In TBWMs, the world model consumes agent experience as a language-like sequence of tokens, where each observation constitutes a…

2024

Prospective Side Information for Latent MDPs

ICML 2024spotlight

In many interactive decision-making problems, there is contextual side information that remains fixed within the course of an interaction. This problem has been studied quite extensively under the assumption the context is fully observed, as well as in the opposing limit when the context is unobserv…

Cited by 4SourcePDFScholar
2024

RL in Latent MDPs is Tractable: Online Guarantees via Off-Policy Evaluation

NeurIPS 2024poster

In many real-world decision problems there is partially observed, hidden or latent information that remains fixed throughout an interaction. Such decision problems can be modeled as Latent Markov Decision Processes (LMDPs), where a latent variable is selected at the beginning of an interaction and…

Cited by 2SourcePDFScholar
2024

Solving Non-rectangular Reward-Robust MDPs via Frequency Regularization

AAAI 2024technical

In robust Markov decision processes (RMDPs), it is assumed that the reward and the transition dynamics lie in a given uncertainty set. By targeting maximal return under the most adversarial model from that set, RMDPs address performance sensitivity to misspecified environments. Yet, to preserve comp…

Cited by 2SourcePDFScholar
2024

Tree Search-Based Policy Optimization under Stochastic Execution Delay

ICLR 2024poster

The standard formulation of Markov decision processes (MDPs) assumes that the agent's decisions are executed immediately. However, in numerous realistic applications such as robotics or healthcare, actions are performed with a delay whose value can even be stochastic. In this work, we introduce stoc…

2023

Individualized Dosing Dynamics via Neural Eigen Decomposition

NeurIPS 2023poster

Dosing models often use differential equations to model biological dynamics. Neural differential equations in particular can learn to predict the derivative of a process, which permits predictions at irregular points of time. However, this temporal flexibility often comes with a high sensitivity to…

Cited by 1SourcePDFScholar
2023

Learning Hidden Markov Models When the Locations of Missing Observations are Unknown

ICML 2023poster

The Hidden Markov Model (HMM) is one of the most widely used statistical models for sequential data analysis. One of the key reasons for this versatility is the ability of HMM to deal with missing data. However, standard HMM learning algorithms rely crucially on the assumption that the positions of…

Cited by 0SourcePDFScholar
2023

Learning to Initiate and Reason in Event-Driven Cascading Processes

ICML 2023poster

Training agents to control a dynamic environment is a fundamental task in AI. In many environments, the dynamics can be summarized by a small set of events that capture the semantic behavior of the system. Typically, these events form chains or cascades. We often wish to change the system behavior u…

Cited by 0SourcePDFScholar
2023

PPG Reloaded: An Empirical Study on What Matters in Phasic Policy Gradient

ICML 2023poster

In model-free reinforcement learning, recent methods based on a phasic policy gradient (PPG) framework have shown impressive improvements in sample efficiency and zero-shot generalization on the challenging Procgen benchmark. In PPG, two design choices are believed to be the key contributing factors…

Cited by 2SourcePDFScholar
2023

Planning and Learning with Adaptive Lookahead

AAAI 2023technical

Some of the most powerful reinforcement learning frameworks use planning for action selection. Interestingly, their planning horizon is either fixed or determined arbitrarily by the state visitation history. Here, we expand beyond the naive fixed horizon and propose a theoretically justified strateg…

Cited by 9SourcePDFScholar
2023

Policy Gradient for Rectangular Robust Markov Decision Processes

NeurIPS 2023poster

Policy gradient methods have become a standard for training reinforcement learning agents in a scalable and efficient manner. However, they do not account for transition uncertainty, whereas learning robust policies can be computationally expensive. In this paper, we introduce robust policy gradient…

Cited by 36SourcePDFScholar
2023

Reward-Mixing MDPs with Few Latent Contexts are Learnable

ICML 2023poster

We consider episodic reinforcement learning in reward-mixing Markov decision processes (RMMDPs): at the beginning of every episode nature randomly picks a latent reward model among $M$ candidates and an agent interacts with the MDP throughout the episode for $H$ time steps. Our goal is to learn a ne…

Cited by 7SourcePDFScholar
2023

Train Hard, Fight Easy: Robust Meta Reinforcement Learning

NeurIPS 2023poster

A major challenge of reinforcement learning (RL) in real-world applications is the variation between environments, tasks or clients. Meta-RL (MRL) addresses this issue by learning a meta-policy that adapts to new tasks. Standard MRL methods optimize the average return over tasks, but often suffer fr…

Cited by 13SourcePDFScholar
2022

Coordinated Attacks against Contextual Bandits: Fundamental Limits and Defense Mechanisms

ICML 2022spotlight

Motivated by online recommendation systems, we propose the problem of finding the optimal policy in multitask contextual bandits when a small fraction $\alpha < 1/2$ of tasks (users) are arbitrary and adversarial. The remaining fraction of good users share the same instance of contextual bandits wit…

Cited by 9SourcePDFScholar
2022

DiffStack: A Differentiable and Modular Control Stack for Autonomous Vehicles

CoRL 2022poster

Autonomous vehicle (AV) stacks are typically built in a modular fashion, with explicit components performing detection, tracking, prediction, planning, control, etc. While modularity improves reusability, interpretability, and generalizability, it also suffers from compounding errors, information bo…

Cited by 55SourceScholar
2022

Efficient Risk-Averse Reinforcement Learning

NeurIPS 2022accept

In risk-averse reinforcement learning (RL), the goal is to optimize some risk measure of the returns. A risk measure often focuses on the worst returns out of the agent's experience. As a result, standard methods for risk-averse RL often ignore high-return strategies. We prove that under certain con…

2022

Finite Sample Analysis Of Dynamic Regression Parameter Learning

NeurIPS 2022accept

We consider the dynamic linear regression problem, where the predictor vector may vary with time. This problem can be modeled as a linear dynamical system, with non-constant observation operator, where the parameters that need to be learned are the variance of both the process noise and the observat…

Cited by 0SourcePDFScholar
2022

Locality Matters: A Scalable Value Decomposition Approach for Cooperative Multi-Agent Reinforcement Learning

AAAI 2022technical

Cooperative multi-agent reinforcement learning (MARL) faces significant scalability issues due to state and action spaces that are exponentially large in the number of agents. As environments grow in size, effective credit assignment becomes increasingly harder and often results in infeasible learni…

Cited by 12SourcePDFScholar
2022

On Covariate Shift of Latent Confounders in Imitation and Reinforcement Learning

ICLR 2022poster

We consider the problem of using expert data with unobserved confounders for imitation and reinforcement learning. We begin by defining the problem of learning from confounded expert data in a contextual MDP setup. We analyze the limitations of learning from such data with and without external rewar…

Cited by 19SourcePDFScholar
2022

Optimizing Tensor Network Contraction Using Reinforcement Learning

ICML 2022spotlight

Quantum Computing (QC) stands to revolutionize computing, but is currently still limited. To develop and test quantum algorithms today, quantum circuits are often simulated on classical computers. Simulating a complex quantum circuit requires computing the contraction of a large network of tensors.…

Cited by 18SourcePDFScholar
2022

Reinforcement Learning with a Terminator

NeurIPS 2022accept

We present the problem of reinforcement learning with exogenous termination. We define the Termination Markov Decision Process (TerMDP), an extension of the MDP framework, in which episodes may be interrupted by an external non-Markovian observer. This formulation accounts for numerous real-world si…

2022

The Geometry of Robust Value Functions

ICML 2022spotlight

The space of value functions is a fundamental concept in reinforcement learning. Characterizing its geometric properties may provide insights for optimization and representation. Existing works mainly focus on the value space for Markov Decision Processes (MDPs). In this paper, we study the geometry…

Cited by 8SourcePDFScholar
2022

Tractable Optimality in Episodic Latent MABs

NeurIPS 2022accept

We consider a multi-armed bandit problem with $M$ latent contexts, where an agent interacts with the environment for an episode of $H$ time steps. Depending on the length of the episode, the learner may not be able to estimate accurately the latent context. The resulting partial observation of the e…

Cited by 6SourcePDFScholar
2022

Uncertainty Estimation Using Riemannian Model Dynamics for Offline Reinforcement Learning

NeurIPS 2022accept

Model-based offline reinforcement learning approaches generally rely on bounds of model error. Estimating these bounds is usually achieved through uncertainty estimation methods. In this work, we combine parametric and nonparametric methods for uncertainty estimation through a novel latent space bas…

Cited by 13SourcePDFScholar
2021

Acting in Delayed Environments with Non-Stationary Markov Policies

ICLR 2021poster

The standard Markov Decision Process (MDP) formulation hinges on the assumption that an action is executed immediately after it was chosen. However, assuming it is often unrealistic and can lead to catastrophic failures in applications such as robotic manipulation, cloud computing, and finance. We i…

2021

Confidence-Budget Matching for Sequential Budgeted Learning

ICML 2021spotlight

A core element in decision-making under uncertainty is the feedback on the quality of the performed actions. However, in many applications, such feedback is restricted. For example, in recommendation systems, repeatedly asking the user to provide feedback on the quality of recommendations will annoy…

Cited by 12SourcePDFScholar
2021

Controlling Graph Dynamics with Reinforcement Learning and Graph Neural Networks

ICML 2021spotlight

We consider the problem of controlling a partially-observed dynamic process on a graph by a limited number of interventions. This problem naturally arises in contexts such as scheduling virus tests to curb an epidemic; targeted marketing in order to promote a product; and manually inspecting posts t…

Cited by 67SourcePDFScholar
2021

Improve Agents without Retraining: Parallel Tree Search with Off-Policy Correction

NeurIPS 2021poster

Tree Search (TS) is crucial to some of the most influential successes in reinforcement learning. Here, we tackle two major challenges with TS that limit its usability: \textit{distribution shift} and \textit{scalability}. We first discover and analyze a counter-intuitive phenomenon: action selection…

2021

Online Limited Memory Neural-Linear Bandits with Likelihood Matching

ICML 2021spotlight

We study neural-linear bandits for solving problems where {\em both} exploration and representation learning play an important role. Neural-linear bandits harnesses the representation power of Deep Neural Networks (DNNs) and combines it with efficient exploration mechanisms by leveraging uncertainty…

2021

Optimizing Memory Placement using Evolutionary Graph Reinforcement Learning

ICLR 2021poster

For deep neural network accelerators, memory movement is both energetically expensive and can bound computation. Therefore, optimal mapping of tensors to memory hierarchies is critical to performance. The growing complexity of neural networks calls for automated memory mapping instead of manual heur…

Cited by 14SourcePDFScholar
2021

RL for Latent MDPs: Regret Guarantees and a Lower Bound

NeurIPS 2021spotlight

In this work, we consider the regret minimization problem for reinforcement learning in latent Markov Decision Processes (LMDP). In an LMDP, an MDP is randomly drawn from a set of $M$ possible MDPs at the beginning of the interaction, but the identity of the chosen MDP is not revealed to the agent.…

Cited by 92SourcePDFScholar
2021

Reinforcement Learning in Reward-Mixing MDPs

NeurIPS 2021poster

Learning a near optimal policy in a partially observable system remains an elusive challenge in contemporary reinforcement learning. In this work, we consider episodic reinforcement learning in a reward-mixing Markov decision process (MDP). There, a reward function is drawn from one of $M$ possible…

Cited by 21SourcePDFScholar
2021

Robust Value Iteration for Continuous Control Tasks

RSS 2021poster

When transferring a control policy from simulation to a physical system; this policy needs to be robust to variations in the dynamics to perform well. Commonly; the optimal policy overfits to the approximate model and the corresponding state-distribution. Therefore; the policy fails when transferred…

Cited by 18SourcePDFScholar
2021

Twice regularized MDPs and the equivalence between robustness and regularization

NeurIPS 2021poster

Robust Markov decision processes (MDPs) aim to handle changing or partially known system dynamics. To solve them, one typically resorts to robust optimization methods. However, this significantly increases computational complexity and limits scalability in both learning and planning. On the other ha…

Cited by 51SourcePDFScholar
2021

Value Iteration in Continuous Actions, States and Time

ICML 2021spotlight

Classical value iteration approaches are not applicable to environments with continuous states and actions. For such environments the states and actions must be discretized, which leads to an exponential increase in computational complexity. In this paper, we propose continuous fitted value iteratio…

2019

Action Robust Reinforcement Learning and Applications in Continuous Control

ICML 2019oral

A policy is said to be robust if it maximizes the reward while considering a bad, or even adversarial, model. In this work we formalize two new criteria of robustness to action uncertainty. Specifically, we consider two scenarios in which the agent attempts to perform an action $\action$, and (i) wi…

2019

Distributional Policy Optimization: An Alternative Approach for Continuous Control

NeurIPS 2019poster

We identify a fundamental problem in policy gradient-based methods in continuous control. As policy gradient methods require the agent's underlying probability distribution, they limit policy representation to parametric distribution classes. We show that optimizing over such sets results in local m…

2019

Tight Regret Bounds for Model-Based Reinforcement Learning with Greedy Policies

NeurIPS 2019spotlight

State-of-the-art efficient model-based Reinforcement Learning (RL) algorithms typically act by iteratively solving empirical models, i.e., by performing full-planning on Markov Decision Processes (MDPs) built by the gathered experience. In this paper, we focus on model-based RL in the finite-state…

2019

Value Propagation for Decentralized Networked Deep Multi-agent Reinforcement Learning

NeurIPS 2019poster

We consider the networked multi-agent reinforcement learning (MARL) problem in a fully decentralized setting, where agents learn to coordinate to achieve joint success. This problem is widely encountered in many areas including traffic control, distributed control, and smart grids. We assume each…

Cited by 64SourcePDFScholar
2018

Beyond the One-Step Greedy Approach in Reinforcement Learning

ICML 2018oral

The famous Policy Iteration algorithm alternates between policy improvement and policy evaluation. Implementations of this algorithm with several variants of the latter evaluation stage, e.g, n-step and trace-based returns, have been analyzed in previous works. However, the case of multiple-step loo…

Cited by 49SourcePDFScholar
2018

Ensemble Robustness and Generalization of Stochastic Deep Learning Algorithms

ICLR 2018workshop

The question why deep learning algorithms generalize so well has attracted increasing research interest. However, most of the well-established approaches, such as hypothesis capacity, stability or sparseness, have not provided complete explanations (Zhang et al., 2016; Kawaguchi et al., 2017). In th…

Cited by 21SourceScholar
2018

Learn What Not to Learn: Action Elimination with Deep Reinforcement Learning

NeurIPS 2018poster

Learning how to act when there are many available actions in each state is a challenging task for Reinforcement Learning (RL) agents, especially when many of the actions are redundant or irrelevant. In such cases, it is easier to learn which actions not to take. In this work, we propose the Action-E…

2018

Multiple-Step Greedy Policies in Approximate and Online Reinforcement Learning

NeurIPS 2018spotlight

Multiple-step lookahead policies have demonstrated high empirical competence in Reinforcement Learning, via the use of Monte Carlo Tree Search or Model Predictive Control. In a recent work (Efroni et al., 2018), multiple-step greedy policies and their use in vanilla Policy Iteration algorithms were…

Cited by 44SourcePDFScholar
2017

Multi-objective Bandits: Optimizing the Generalized Gini Index

ICML 2017poster

We study the multi-armed bandit (MAB) problem where the agent receives a vectorial feedback that encodes many possibly competing objectives to be optimized. The goal of the agent is to find a policy, which can optimize these objectives simultaneously in a fair way. This multi-objective online optimi…

Cited by 58SourcePDFScholar
2017

Rotting Bandits

NeurIPS 2017poster

The Multi-Armed Bandits (MAB) framework highlights the trade-off between acquiring new knowledge (Exploration) and leveraging available knowledge (Exploitation). In the classical MAB problem, a decision maker must choose an arm at each time step, upon which she receives a reward. The decision maker'…

Cited by 152SourcePDFScholar
2017

Shallow Updates for Deep Reinforcement Learning

NeurIPS 2017poster

Deep reinforcement learning (DRL) methods such as the Deep Q-Network (DQN) have achieved state-of-the-art results in a variety of challenging, high-dimensional domains. This success is mainly attributed to the power of deep neural networks to learn rich domain representations for approximating the v…

Cited by 54SourcePDFScholar
2015

Off-policy Model-based Learning under Unknown Factored Dynamics

ICML 2015poster

Off-policy learning in dynamic decision problems is essential for providing strong evidence that a new policy is better than the one in use. But how can we prove superiority without testing the new policy? To answer this question, we introduce the G-SCOPE algorithm that evaluates a new policy based…

Cited by 41SourcePDFScholar
2015

Risk-Sensitive and Robust Decision-Making: a CVaR Optimization Approach

NeurIPS 2015poster

In this paper we address the problem of decision making within a Markov decision process (MDP) framework where risk and modeling errors are taken into account. Our approach is to minimize a risk-sensitive conditional-value-at-risk (CVaR) objective, as opposed to a standard risk-neutral expectation.…

Cited by 430SourcePDFScholar