← Search

Paavo Parmas

8 accepted papers

2026

Does “Do Differentiable Simulators Give Better Policy Gradients?” Give Better Policy Gradients?

ICLR 2026poster

In policy gradient reinforcement learning, access to a differentiable model enables 1st-order gradient estimation that accelerates learning compared to relying solely on derivative-free 0th-order estimators. However, discontinuous dynamics cause bias and undermine the effectiveness of 1st-order esti…

Cited by 0SourceScholar
2026

Emergence of Exploration in Policy Gradient Reinforcement Learning via Retrying

ICML 2026poster

In reinforcement learning (RL), agents benefit from exploration *only* because they repeatedly encounter similar states: trying different actions can improve performance or reduce uncertainty; without such retries, a greedy policy is optimal. We formalize this intuition with **ReMax**, an objective …

Cited by 0SourceScholar
2025

Near-Optimal Policy Identification in Robust Constrained Markov Decision Processes via Epigraph Form

ICLR 2025poster

Designing a safe policy for uncertain environments is crucial in real-world control systems. However, this challenge remains inadequately addressed within the Markov decision process (MDP) framework. This paper presents the first algorithm guaranteed to identify a near-optimal policy in a robust con…

2023

Model-based Reinforcement Learning with Scalable Composite Policy Gradient Estimators

ICML 2023poster

In model-based reinforcement learning (MBRL), policy gradients can be estimated either by derivative-free RL methods, such as likelihood ratio gradients (LR), or by backpropagating through a differentiable model via reparameterization gradients (RP). Instead of using one or the other, the Total Prop…

Cited by 10SourcePDFScholar
2022

Proppo: a Message Passing Framework for Customizable and Composable Learning Algorithms

NeurIPS 2022accept

While existing automatic differentiation (AD) frameworks allow flexibly composing model architectures, they do not provide the same flexibility for composing learning algorithms---everything has to be implemented in terms of back propagation. To address this gap, we invent Automatic Propagation (AP)…

Cited by 5SourcePDFScholar
2018

PIPPS: Flexible Model-Based Policy Search Robust to the Curse of Chaos

ICML 2018oral

Previously, the exploding gradient problem has been explained to be central in deep learning and model-based reinforcement learning, because it causes numerical issues and instability in optimization. Our experiments in model-based reinforcement learning imply that the problem is not just a numerica…