← Search

Pradeep Varakantham

27 accepted papers

2026

DualCOIL: Offline Imitation Learning from Contrasting Demonstrations

ICML 2026poster

Offline imitation learning typically learns from expert and unlabeled demonstrations, yet often overlooks the valuable signal in explicitly undesirable behaviors. In this work, we study offline imitation learning from contrasting behaviors, where the dataset contains both expert and undesirable demo…

Cited by 0SourceScholar
2026

On Discovering Algorithms for Adversarial Imitation Learning

ICLR 2026poster

Adversarial Imitation Learning (AIL) methods, while effective in settings with limited expert demonstrations, are often considered unstable. These approaches typically decompose into two components: Density Ratio (DR) estimation $\frac{\rho_E}{\rho_{\pi}}$, where a discriminator estimates the relati…

Cited by 0SourceScholar
2026

Optimizing Ride-Pooling Operations with Extended Pickup and Drop-Off Flexibility

AAAI 2026technical

The core of efficient on-demand ride-pooling lies in solving the Ride-Pool Matching Problem (RMP), which involves assigning multiple customer requests to single vehicles under various service constraints (e.g., pickup windows, detour allowances, and vehicle occupancy). A significant missed opportuni

Cited by 0SourcePDFScholar
2025

Bootstrapping Language Models with DPO Implicit Rewards

ICLR 2025poster

Human alignment in large language models (LLMs) is an active area of research. A recent groundbreaking work, direct preference optimization (DPO), has greatly simplified the process from past work in reinforcement learning from human feedback (RLHF) by bypassing the reward learning stage in RLHF. DP…

2025

Marginal Benefit Driven RL Teacher for Unsupervised Environment Design

AAAI 2025technical

Training generally capable agents in complex environments is a challenging task that involves identifying "right" environments at the training stage. Recent research has highlighted the potential of the Unsupervised Environment Design framework, which generates environment instances/levels adaptivel…

Cited by 0SourcePDFScholar
2025

Offline Safe Reinforcement Learning Using Trajectory Classification

AAAI 2025technical

Offline safe reinforcement learning (RL) has emerged as a promising approach for learning safe behaviors without engaging in risky online interactions with the environment. Most existing methods in offline safe RL rely on cost constraints at each time step (derived from global cost constraints) and…

2025

On Generalization Across Environments In Multi-Objective Reinforcement Learning

ICLR 2025poster

Real-world sequential decision-making tasks often require balancing trade-offs between multiple conflicting objectives, making Multi-Objective Reinforcement Learning (MORL) an increasingly prominent field of research. Despite recent advances, existing MORL literature has narrowly focused on performa…

2025

On Minimizing Adversarial Counterfactual Error in Adversarial Reinforcement Learning

ICLR 2025poster

Deep Reinforcement Learning (DRL) policies are highly susceptible to adversarial noise in observations, which poses significant risks in safety-critical scenarios. The challenge inherent to adversarial perturbations is that by altering the information observed by the agent, the state becomes only pa…

2025

Semantic Loss Guided Data Efficient Supervised Fine Tuning for Safe Responses in LLMs

ICLR 2025poster

Large Language Models (LLMs) generating unsafe responses to toxic prompts is a significant issue in their applications. While various efforts aim to address this safety concern, previous approaches often demand substantial human data collection or rely on the less dependable option of using another…

Cited by 0SourcePDFScholar
2025

Unlocking the Planning Capabilities of Large Language Models with Maximum Diversity Fine-tuning

NAACL 2025findings

Large language models (LLMs) have demonstrated impressive task-solving capabilities through prompting techniques and system designs, including solving planning tasks (e.g., math proofs, basic travel planning) when sufficient data is available online and used during pre-training. However, for plannin…

Cited by 0SourcePDFScholar
2024

Handling Long and Richly Constrained Tasks through Constrained Hierarchical Reinforcement Learning

AAAI 2024technical

Safety in goal directed Reinforcement Learning (RL) settings has typically been handled through constraints over trajectories and have demonstrated good performance in primarily short horizon tasks. In this paper, we are specifically interested in the problem of solving temporally extended decision…

Cited by 0SourcePDFScholar
2024

Imitate the Good and Avoid the Bad: An Incremental Approach to Safe Reinforcement Learning

AAAI 2024technical

A popular framework for enforcing safe actions in Reinforcement Learning (RL) is Constrained RL, where trajectory based constraints on expected cost (or other cost measures) are employed to enforce safety and more importantly these constraints are enforced while maximizing expected reward. Most rece…

2024

Improving Environment Novelty Quantification for Effective Unsupervised Environment Design

NeurIPS 2024oral

Unsupervised Environment Design (UED) formalizes the problem of autocurricula through interactive training between a teacher agent and a student agent. The teacher generates new training environments with high learning potential, curating an adaptive curriculum that strengthens the student's ability…

Cited by 0SourcePDFScholar
2024

Reward Penalties on Augmented States for Solving Richly Constrained RL Effectively

AAAI 2024technical

Constrained Reinforcement Learning employs trajectory-based cost constraints (such as expected cost, Value at Risk, or Conditional VaR cost) to compute safe policies. The challenge lies in handling these constraints effectively while optimizing expected reward. Existing methods convert such trajecto…

2024

SPRINQL: Sub-optimal Demonstrations driven Offline Imitation Learning

NeurIPS 2024poster

We focus on offline imitation learning (IL), which aims to mimic an expert's behavior using demonstrations without any interaction with the environment. One of the main challenges in offline IL is the limited support of expert demonstrations, which typically cover only a small fraction of the state-…

2024

Safety through feedback in Constrained RL

NeurIPS 2024poster

In safety-critical RL settings, the inclusion of an additional cost function is often favoured over the arduous task of modifying the reward function to ensure the agent's safe behaviour. However, designing or evaluating such a cost function can be prohibitively expensive. For instance, in the domai…

2024

Unsupervised Training Sequence Design: Efficient and Generalizable Agent Training

AAAI 2024technical

To train generalizable Reinforcement Learning (RL) agents, researchers recently proposed the Unsupervised Environment Design (UED) framework, in which a teacher agent creates a very large number of training environments and a student agent trains on the experiences in these environments to be robust…

Cited by 0SourcePDFScholar
2023

Future Aware Pricing and Matching for Sustainable On-Demand Ride Pooling

AAAI 2023technical

The popularity of on-demand ride pooling is owing to the benefits offered to customers (lower prices), taxi drivers (higher revenue), environment (lower carbon footprint due to fewer vehicles) and aggregation companies like Uber (higher revenue). To achieve these benefits, two key interlinked challe…

Cited by 6SourcePDFScholar
2023

Generalization through Diversity: Improving Unsupervised Environment Design

IJCAI 2023poster

Agent decision making using Reinforcement Learning (RL) heavily relies on either a model or simulator of the environment (e.g., moving in an 8x8 maze with three rooms, playing Chess on an 8x8 board). Due to this dependence, small changes in the environment (e.g., positions of obstacles in the maze,…

Cited by 4SourcePDFScholar
2023

Generative Modelling of Stochastic Actions with Arbitrary Constraints in Reinforcement Learning

NeurIPS 2023poster

Many problems in Reinforcement Learning (RL) seek an optimal policy with large discrete multidimensional yet unordered action spaces; these include problems in randomized allocation of resources such as placements of multiple security resources and emergency response units, etc. A challenge in this…

2022

Efficient resource allocation with fairness constraints in restless multi-armed bandits

UAI 2022poster

Restless Multi-Armed Bandits (RMAB) is an apt model to represent decision-making problems in public health interventions (e.g., tuberculosis, maternal, and child care), anti-poaching planning, sensor monitoring, personalized recommendations and many more. Existing research in RMAB has contributed me…

Cited by 16SourcePDFScholar
2021

CLAIM: curriculum learning policy for influence maximization in unknown social networks

UAI 2021poster

Influence maximization is the problem of finding a small subset of nodes in a network that can maximize the diffusion of information. Recently, it has also found application in HIV prevention, substance abuse prevention, micro-finance adoption, etc., where the goal is to identify the set of peer lea…

Cited by 10SourcePDFScholar
2021

Learn to Intervene: An Adaptive Learning Policy for Restless Bandits in Application to Preventive Healthcare

IJCAI 2021poster

In many public health settings, it is important for patients to adhere to health programs, such as taking medications and periodic health checks. Unfortunately, beneficiaries may gradually disengage from such programs, which is detrimental to their health. A concrete example of gradual disengagement…

Cited by 58SourcePDFScholar