← Search

Thiago D. Simão

15 accepted papers

2026

Missingness-MDPs: Bridging the Theory of Missing Data and POMDPs

IJCAI 2026

We introduce missingness-MDPs (miss-MDPs), a novel subclass of partially observable Markov decision processes (POMDPs) that incorporates the theory of missing data. A miss-MDP is a POMDP whose observation function is a missingness function, specifying the probability that individual state features a

Cited by 0Scholar
2025

On Evaluating Policies for Robust POMDPs

NeurIPS 2025poster

Robust partially observable Markov decision processes (RPOMDPs) model sequential decision-making problems under partial observability, where an agent must be robust against a range of dynamics. RPOMDPs can be viewed as a two-player game between an agent, who selects actions, and nature, who adversar…

Cited by 0SourceScholar
2025

Safety-Prioritizing Curricula for Constrained Reinforcement Learning

ICLR 2025poster

Curriculum learning aims to accelerate reinforcement learning (RL) by generating curricula, i.e., sequences of tasks of increasing difficulty. Although existing curriculum generation approaches provide benefits in sample efficiency, they overlook safety-critical settings where an RL agent must adhe…

Cited by 0SourcePDFScholar
2024

Factored Online Planning in Many-Agent POMDPs

AAAI 2024technical

In centralized multi-agent systems, often modeled as multi-agent partially observable Markov decision processes (MPOMDPs), the action and observation spaces grow exponentially with the number of agents, making the value and belief estimation of single-agent online planning ineffective. Prior work pa…

Cited by 3SourcePDFScholar
2024

Robust Active Measuring under Model Uncertainty

AAAI 2024technical

Partial observability and uncertainty are common problems in sequential decision-making that particularly impede the use of formal models such as Markov decision processes (MDPs). However, in practice, agents may be able to employ costly sensors to measure their environment and resolve partial obser…

2024

Scalable Safe Policy Improvement for Factored Multi-Agent MDPs

ICML 2024poster

In this work, we focus on safe policy improvement in multi-agent domains where current state-of-the-art methods cannot be effectively applied because of large state and action spaces. We consider recent results using Monte Carlo Tree Search for Safe Policy Improvement with Baseline Bootstrapping and…

Cited by 2SourcePDFScholar
2023

More for Less: Safe Policy Improvement with Stronger Performance Guarantees

IJCAI 2023poster

In an offline reinforcement learning setting, the safe policy improvement (SPI) problem aims to improve the performance of a behavior policy according to which sample data has been generated. State-of-the-art approaches to SPI require a high number of samples to provide practical probabilistic guar…

2023

Recursive Small-Step Multi-Agent A* for Dec-POMDPs

IJCAI 2023poster

We present recursive small-step multi-agent A* (RS-MAA*), an exact algorithm that optimizes the expected reward in decentralized partially observable Markov decision processes (Dec-POMDPs). RS-MAA* builds on multi-agent A* (MAA*), an algorithm that finds policies by exploring a search tree, but tack…

Cited by 9SourcePDFScholar
2023

Risk-aware curriculum generation for heavy-tailed task distributions

UAI 2023poster

Automated curriculum generation for reinforcement learning (RL) aims to speed up learning by designing a sequence of tasks of increasing difficulty. Such tasks are usually drawn from probability distributions with exponentially bounded tails, such as uniform or Gaussian distributions. However, exist…

Cited by 3SourcePDFScholar
2023

Safe Reinforcement Learning From Pixels Using a Stochastic Latent Representation

ICLR 2023poster

We address the problem of safe reinforcement learning from pixel observations. Inherent challenges in such settings are (1) a trade-off between reward optimization and adhering to safety constraints, (2) partial observability, and (3) high-dimensional observations. We formalize the problem in a cons…

2023

Scalable Safe Policy Improvement via Monte Carlo Tree Search

ICML 2023poster

Algorithms for safely improving policies are important to deploy reinforcement learning approaches in real-world scenarios. In this work, we propose an algorithm, called MCTS-SPIBB, that computes safe policy improvement online using a Monte Carlo Tree Search based strategy. We theoretically prove th…

Cited by 10SourcePDFScholar
2022

Robust Anytime Learning of Markov Decision Processes

NeurIPS 2022accept

Markov decision processes (MDPs) are formal models commonly used in sequential decision-making. MDPs capture the stochasticity that may arise, for instance, from imprecise actuators via probabilities in the transition function. However, in data-driven applications, deriving precise probabilities f…

2021

WCSAC: Worst-Case Soft Actor Critic for Safety-Constrained Reinforcement Learning

AAAI 2021technical

Safe exploration is regarded as a key priority area for reinforcement learning research. With separate reward and safety signals, it is natural to cast it as constrained reinforcement learning, where expected long-term costs of policies are constrained. However, it can be hazardous to set constraint…