← Search

Dhawal Gupta

6 accepted papers

2024

From Past to Future: Rethinking Eligibility Traces

AAAI 2024technical

In this paper, we introduce a fresh perspective on the challenges of credit assignment and policy evaluation. First, we delve into the nuances of eligibility traces and explore instances where their updates may result in unexpected credit assignment to preceding states. From this investigation emerg…

Cited by 1SourcePDFScholar
2023

A Mixture-of-Expert Approach to RL-based Dialogue Management

ICLR 2023poster

Despite recent advancements in language models (LMs), their application to dialogue management (DM) problems and ability to carry on rich conversations remain a challenge. We use reinforcement learning (RL) to develop a dialogue agent that avoids being short-sighted (outputting generic utterances) a…

Cited by 16SourcePDFScholar
2023

Behavior Alignment via Reward Function Optimization

NeurIPS 2023spotlight

Designing reward functions for efficiently guiding reinforcement learning (RL) agents toward specific behaviors is a complex task. This is challenging since it requires the identification of reward structures that are not sparse and that avoid inadvertently inducing undesirable behaviors. Naively mo…

Cited by 15SourcePDFScholar
2023

Offline Reinforcement Learning for Mixture-of-Expert Dialogue Management

NeurIPS 2023poster

Reinforcement learning (RL) has shown great promise for developing agents for dialogue management (DM) that are non-myopic, conduct rich conversations, and maximize overall user satisfaction. Despite the advancements in RL and language models (LMs), employing RL to drive conversational chatbots stil…

Cited by 6SourcePDFScholar
2021

Structural Credit Assignment in Neural Networks using Reinforcement Learning

NeurIPS 2021poster

Structural credit assignment in neural networks is a long-standing problem, with a variety of alternatives to backpropagation proposed to allow for local training of nodes. One of the early strategies was to treat each node as an agent and use a reinforcement learning method called REINFORCE to upda…

Cited by 8SourcePDFScholar
2020

Gradient Temporal-Difference Learning with Regularized Corrections

ICML 2020poster

It is still common to use Q-learning and temporal difference (TD) learning{—}even though they have divergence issues and sound Gradient TD alternatives exist{—}because divergence seems rare and they typically perform well. However, recent work with large neural network learning systems reveals that…