← Search

Xiaoteng Ma

18 accepted papers

2025

Cross-Domain Offline Policy Adaptation with Optimal Transport and Dataset Constraint

ICLR 2025poster

We explore cross-domain offline reinforcement learning (RL) where offline datasets from another domain can be accessed to facilitate policy learning. However, the underlying environments of the two datasets may have dynamics mismatches, incurring inferior performance when simply merging the data of…

Cited by 1SourcePDFScholar
2025

Episodic Novelty Through Temporal Distance

ICLR 2025poster

Exploration in sparse reward environments remains a significant challenge in reinforcement learning, particularly in Contextual Markov Decision Processes (CMDPs), where environments differ across episodes. Existing episodic intrinsic motivation methods for CMDPs primarily rely on count-based approac…

Cited by 0SourcePDFScholar
2024

Efficient Multi-agent Reinforcement Learning by Planning

ICLR 2024poster

Multi-agent reinforcement learning (MARL) algorithms have accomplished remarkable breakthroughs in solving large-scale decision-making tasks. Nonetheless, most existing MARL algorithms are model-free, limiting sample efficiency and hindering their applicability in more challenging scenarios. In cont…

2024

Learning Diverse Risk Preferences in Population-Based Self-Play

AAAI 2024technical

Among the remarkable successes of Reinforcement Learning (RL), self-play algorithms have played a crucial role in solving competitive games. However, current self-play RL methods commonly optimize the agent to maximize the expected win-rates against its current or historical copies, resulting in a l…

2024

NeuralPlane: An Efficiently Parallelizable Platform for Fixed-wing Aircraft Control with Reinforcement Learning

NeurIPS 2024poster

Reinforcement learning (RL) demonstrates superior potential over traditional flight control methods for fixed-wing aircraft, particularly under extreme operational conditions. However, the high demand for training samples and the lack of efficient computation in existing simulators hinder its furthe…

2024

SEABO: A Simple Search-Based Method for Offline Imitation Learning

ICLR 2024poster

Offline reinforcement learning (RL) has attracted much attention due to its ability in learning from static offline datasets and eliminating the need of interacting with the environment. Nevertheless, the success of offline RL relies heavily on the offline transitions annotated with reward labels. I…

2024

Single-Trajectory Distributionally Robust Reinforcement Learning

ICML 2024poster

To mitigate the limitation that the classical reinforcement learning (RL) framework heavily relies on identical training and test environments, Distributionally Robust RL (DRRL) has been proposed to enhance performance across a range of environments, possibly including unknown test environments. As…

Cited by 13SourcePDFScholar
2023

Cross-Domain Policy Adaptation via Value-Guided Data Filtering

NeurIPS 2023poster

Generalizing policies across different domains with dynamics mismatch poses a significant challenge in reinforcement learning. For example, a robot learns the policy in a simulator, but when it is deployed in the real world, the dynamics of the environment may be different. Given the source and targ…

Cited by 19SourcePDFScholar
2023

Mean-Semivariance Policy Optimization via Risk-Averse Reinforcement Learning (Extended Abstract)

IJCAI 2023poster

Keeping risk under control is often more crucial than maximizing expected rewards in real-world decision-making situations, such as finance, robotics, autonomous driving, etc. The most natural choice of risk measures is variance, while it penalizes the upside volatility as much as the downside part.…

Cited by 0SourcePDFScholar
2023

What is Essential for Unseen Goal Generalization of Offline Goal-conditioned RL?

ICML 2023poster

Offline goal-conditioned RL (GCRL) offers a way to train general-purpose agents from fully offline datasets. In addition to being conservative within the dataset, the generalization ability to achieve unseen goals is another fundamental challenge for offline GCRL. However, to the best of our knowled…

2022

Efficient Continuous Control with Double Actors and Regularized Critics

AAAI 2022technical

How to obtain good value estimation is a critical problem in Reinforcement Learning (RL). Current value estimation methods in continuous control, such as DDPG and TD3, suffer from unnecessary over- or under- estimation. In this paper, we explore the potential of double actors, which has been neglect…

2022

Exploit Reward Shifting in Value-Based Deep-RL: Optimistic Curiosity-Based Exploration and Conservative Exploitation via Linear Reward Shaping

NeurIPS 2022accept

In this work, we study the simple yet universally applicable case of reward shaping in value-based Deep Reinforcement Learning (DRL). We show that reward shifting in the form of a linear transformation is equivalent to changing the initialization of the $Q$-function in function approximation. Based…

Cited by 32SourcePDFScholar
2022

Mildly Conservative Q-Learning for Offline Reinforcement Learning

NeurIPS 2022accept

Offline reinforcement learning (RL) defines the task of learning from a static logged dataset without continually interacting with the environment. The distribution shift between the learned policy and the behavior policy makes it necessary for the value function to stay conservative such that out-o…

2022

Offline Reinforcement Learning with Value-based Episodic Memory

ICLR 2022poster

Offline reinforcement learning (RL) shows promise of applying RL to real-world problems by effectively utilizing previously collected data. Most existing offline RL algorithms use regularization or constraints to suppress extrapolation error for actions outside the dataset. In this paper, we adopt a…

Cited by 50SourcePDFScholar
2022

RORL: Robust Offline Reinforcement Learning via Conservative Smoothing

NeurIPS 2022accept

Offline reinforcement learning (RL) provides a promising direction to exploit massive amount of offline data for complex decision-making tasks. Due to the distribution shift issue, current offline RL algorithms are generally designed to be conservative in value estimation and action selection. Howev…

2021

Average-Reward Reinforcement Learning with Trust Region Methods

IJCAI 2021poster

Most of reinforcement learning algorithms optimize the discounted criterion which is beneficial to accelerate the convergence and reduce the variance of estimates. Although the discounted criterion is appropriate for certain tasks such as financial related problems, many engineering problems treat f…

Cited by 22SourcePDFScholar
2021

Believe What You See: Implicit Constraint Approach for Offline Multi-Agent Reinforcement Learning

NeurIPS 2021spotlight

Learning from datasets without interaction with environments (Offline Learning) is an essential step to apply Reinforcement Learning (RL) algorithms in real-world scenarios. However, compared with the single-agent counterpart, offline multi-agent RL introduces more agents with the larger state and a…

2021

Learning to Discover Task-Relevant Features for Interpretable Reinforcement Learning

RA-L 2021

Reinforcement Learning (RL) agents are often fed with large-dimensional observations to achieve the ideal performance in complex environments. Unfortunately, the massive observation space usually contains useless or even adverse features, which leads to low sample efficiency. Existing methods rely o

Cited by 5SourcecodeScholar