← Search

Trevor McInroe

6 accepted papers

2026

Object-Centric World Models from Few-Shot Annotations for Sample-Efficient Reinforcement Learning

ICLR 2026poster

While deep reinforcement learning (DRL) from pixels has achieved remarkable success, its sample inefficiency remains a critical limitation for real-world applications. Model-based RL (MBRL) addresses this by learning a world model to generate simulated experience, but standard approaches that rely o…

Cited by 0SourceScholar
2025

Enhancing Tactile-based Reinforcement Learning for Robotic Control

NeurIPS 2025poster

Achieving safe, reliable real-world robotic manipulation requires agents to evolve beyond vision and incorporate tactile sensing to overcome sensory deficits and reliance on idealised state information. Despite its potential, the efficacy of tactile sensing in reinforcement learning (RL) remains inc…

Cited by 0SourcecodeScholar
2025

LLM-Personalize: Aligning LLM Planners with Human Preferences via Reinforced Self-Training for Housekeeping Robots

COLING 2025main

Large language models (LLMs) have shown significant potential for robotics applications, particularly task planning, by harnessing their language comprehension and text generation capabilities. However, in applications such as household robotics, a critical gap remains in the personalization of thes…

Cited by 18SourcePDFScholar
2025

Studying the Interplay Between the Actor and Critic Representations in Reinforcement Learning

ICLR 2025poster

Extracting relevant information from a stream of high-dimensional observations is a central challenge for deep reinforcement learning agents. Actor-critic algorithms add further complexity to this challenge, as it is often unclear whether the same information will be relevant to both the actor and t…

2023

Conditional Mutual Information for Disentangled Representations in Reinforcement Learning

NeurIPS 2023spotlight

Reinforcement Learning (RL) environments can produce training data with spurious correlations between features due to the amount of training data or its limited feature coverage. This can lead to RL agents encoding these misleading correlations in their latent representation, preventing the agent fr…

2023

Temporal Disentanglement of Representations for Improved Generalisation in Reinforcement Learning

ICLR 2023poster

Reinforcement Learning (RL) agents are often unable to generalise well to environment variations in the state space that were not observed during training. This issue is especially problematic for image-based RL, where a change in just one variable, such as the background colour, can change many pix…