← Search

Finn Rietz

4 accepted papers

2026

APC-RL: Exceeding data-driven behavior priors with adaptive policy composition

ICLR 2026poster

Incorporating demonstration data into reinforcement learning (RL) can greatly accelerate learning, but existing approaches often assume demonstrations are optimal and fully aligned with the target task. In practice, demonstrations are frequently sparse, suboptimal, or misaligned, which can degrade p…

Cited by 0SourceScholar
2026

Progress Constraints for Reinforcement Learning in Behavior Trees

ICRA 2026poster

Behavior Trees (BTs) provide a structured and reactive framework for decision-making, commonly used to switch between sub-controllers based on environmental conditions. Reinforcement Learning (RL), on the other hand, can learn near-optimal controllers but sometimes struggles with sparse rewards, saf…

2025

Prompt Tuning Decision Transformers with Structured and Scalable Bandits

NeurIPS 2025poster

Prompt tuning has emerged as a key technique for adapting large pre-trained Decision Transformers (DTs) in offline Reinforcement Learning (RL), particularly in multi-task and few-shot settings. The Prompting Decision Transformer (PDT) enables task generalization via trajectory prompts sampled unifor…

Cited by 0SourceScholar
2024

Prioritized Soft Q-Decomposition for Lexicographic Reinforcement Learning

ICLR 2024poster

Reinforcement learning (RL) for complex tasks remains a challenge, primarily due to the difficulties of engineering scalar reward functions and the inherent inefficiency of training models from scratch. Instead, it would be better to specify complex tasks in terms of elementary subtasks and to reuse…