← Search

A. Rupam Mahmood

15 accepted papers

2026

Distributions as Actions: A Unified Framework for Diverse Action Spaces

ICLR 2026poster

We introduce a novel reinforcement learning (RL) framework that treats parameterized action distributions as actions, redefining the boundary between agent and environment. This reparameterization makes the new action space continuous, regardless of the original action type (discrete, continuous, hy…

Cited by 0SourcecodeScholar
2024

Addressing Loss of Plasticity and Catastrophic Forgetting in Continual Learning

ICLR 2024poster

Deep representation learning methods struggle with continual learning, suffering from both catastrophic forgetting of useful units and loss of plasticity, often due to rigid and unuseful units. While many methods address these two issues separately, only a few currently deal with both simultaneously…

2024

Deep Policy Gradient Methods Without Batch Updates, Target Networks, or Replay Buffers

NeurIPS 2024poster

Modern deep policy gradient methods achieve effective performance on simulated robotic tasks, but they all require large replay buffers or expensive batch updates, or both, making them incompatible for real systems with resource-limited computers. We show that these methods fail catastrophically whe…

2024

Provable and Practical: Efficient Exploration in Reinforcement Learning via Langevin Monte Carlo

ICLR 2024poster

We present a scalable and effective exploration strategy based on Thompson sampling for reinforcement learning (RL). One of the key shortcomings of existing Thompson sampling algorithms is the need to perform a Gaussian approximation of the posterior distribution, which is not a good surrogate in m…

2024

Revisiting Scalable Hessian Diagonal Approximations for Applications in Reinforcement Learning

ICML 2024poster

Second-order information is valuable for many applications but challenging to compute. Several works focus on computing or approximating Hessian diagonals, but even this simplification introduces significant additional costs compared to computing a gradient. In the absence of efficient exact computa…

2024

Target Networks and Over-parameterization Stabilize Off-policy Bootstrapping with Function Approximation

ICML 2024spotlight

We prove that the combination of a target network and over-parameterized linear function approximation establishes a weaker convergence condition for bootstrapped value estimation in certain cases, even with off-policy data. Our condition is naturally satisfied for expected updates over the entire s…

2023

Correcting discount-factor mismatch in on-policy policy gradient methods

ICML 2023poster

The policy gradient theorem gives a convenient form of the policy gradient in terms of three factors: an action value, a gradient of the action likelihood, and a state distribution involving discounting called the *discounted stationary distribution*. But commonly used on-policy methods based on the…

Cited by 12SourcePDFScholar
2023

Dynamic Decision Frequency with Continuous Options

IROS 2023poster

In classic reinforcement learning algorithms, agents make decisions at discrete and fixed time intervals. The duration between decisions becomes a crucial hyperparameter, as setting it too short may increase the problem's difficulty by requiring the agent to make numerous decisions to achieve its go…

Cited by 9SourcecodeScholar
2023

Real-Time Reinforcement Learning for Vision-Based Robotics Utilizing Local and Remote Computers

ICRA 2023poster

Real-time learning is crucial for robotic agents adapting to ever-changing, non-stationary environments. A common setup for a robotic agent is to have two different computers simultaneously: a resource-limited local computer tethered to the robot and a powerful remote computer connected wirelessly.…

Cited by 14SourcecodeScholar
2021

Analyzing Neural Jacobian Methods in Applications of Visual Servoing and Kinematic Control

ICRA 2021poster

Designing adaptable control laws that can transfer between different robots is a challenge because of kinematic and dynamic differences, as well as in scenarios where external sensors are used. In this work, we empirically investigate a neural networks ability to approximate the Jacobian matrix for…

Cited by 8SourcecodeScholar
2020

Heteroscedastic Uncertainty for Robust Generative Latent Dynamics

RA-L 2020

Learning or identifying dynamics from a sequence of high-dimensional observations is a difficult challenge in many domains, including reinforcement learning, and control. The problem has recently been studied from a generative perspective through latent dynamics: high-dimensional observations are em

Cited by 9SourcecodeScholar
2018

Benchmarking Reinforcement Learning Algorithms on Real-World Robots

CoRL 2018

Through many recent successes in simulation, model-free reinforcement learning has emerged as a promising approach to solving continuous control robotic tasks. The research community is now able to reproduce, analyze and build quickly on these results due to open source implementations of learning a

2018

Setting up a Reinforcement Learning Task with a Real-World Robot

IROS 2018poster

Reinforcement learning is a promising approach to developing hard-to-engineer adaptive solutions for complex and diverse robotic tasks. However, learning with real-world robots is often unreliable and difficult, which resulted in their low adoption in reinforcement learning research. This difficulty…

Cited by 107SourcecodeScholar