← Search

Rupam Mahmood

4 accepted papers

2026

Intentional Updates for Streaming Reinforcement Learning

ICML 2026poster

In gradient-based learning, a step size chosen in parameter units does not produce a predictable per-step change in the function output. This may lead to instability in the streaming setting (i.e., batch size=1), where stochasticity is not averaged out and update magnitudes can momentarily become ar…

Cited by 0SourceScholar
2022

A Temporal-Difference Approach to Policy Gradient Estimation

ICML 2022spotlight

The policy gradient theorem (Sutton et al., 2000) prescribes the usage of a cumulative discounted state distribution under the target policy to approximate the gradient. Most algorithms based on this theorem, in practice, break this assumption, introducing a distribution shift that can cause the con…

2022

An Alternate Policy Gradient Estimator for Softmax Policies

AISTATS 2022poster

Policy gradient (PG) estimators are ineffective in dealing with softmax policies that are sub-optimally saturated, which refers to the situation when the policy concentrates its probability mass on sub-optimal actions. Sub-optimal policy saturation may arise from bad policy initialization or sudden…

2022

Model-free Policy Learning with Reward Gradients

AISTATS 2022poster

Despite the increasing popularity of policy gradient methods, they are yet to be widely utilized in sample-scarce applications, such as robotics. The sample efficiency could be improved by making best usage of available information. As a key component in reinforcement learning, the reward function i…