← Search

Li-Cheng Lan

5 accepted papers

2024

Expert Proximity as Surrogate Rewards for Single Demonstration Imitation Learning

ICML 2024poster

In this paper, we focus on single-demonstration imitation learning (IL), a practical approach for real-world applications where acquiring multiple expert demonstrations is costly or infeasible and the ground truth reward function is not available. In contrast to typical IL settings with multiple dem…

2023

Can Agents Run Relay Race with Strangers? Generalization of RL to Out-of-Distribution Trajectories

ICLR 2023poster

In this paper, we evaluate and improve the generalization performance for reinforcement learning (RL) agents on the set of ``controllable'' states, where good policies exist on these states to achieve the goal. An RL agent that generally masters a task should reach its goal starting from any control…

2022

Are AlphaZero-like Agents Robust to Adversarial Perturbations?

NeurIPS 2022accept

The success of AlphaZero (AZ) has demonstrated that neural-network-based Go AIs can surpass human performance by a large margin. Given that the state space of Go is extremely large and a human player can play the game from any legal state, we ask whether adversarial states exist for Go AIs that may…

2022

Learning to Schedule Learning rate with Graph Neural Networks

ICLR 2022poster

Recent decades have witnessed great development of stochastic optimization in training deep neural networks. Learning rate scheduling is one of the most important factors that influence the performance of stochastic optimizers like Adam. Traditional methods seek to find a relatively proper schedulin…

Cited by 20SourcePDFScholar
2021

Learning to Stop: Dynamic Simulation Monte-Carlo Tree Search

AAAI 2021technical

Monte Carlo tree search (MCTS) has achieved state-of-the-art results in many domains such as Go and Atari games when combining with deep neural networks (DNNs). When more simulations are executed, MCTS can achieve higher performance but also requires enormous amounts of CPU and GPU resources. Howeve…