Reinforcement Learning: Algorithms and Applications

In this project, we focus on developing RL algorithms, especially deep RL algorithms for real-world applications. We are interesting in the following topics.

Distributional Reinforcement Learning. Distributional Reinforcement Learning focuses on developing RL algorithms which model the return distribution, rather than the expectation as in conventional RL. Such algorithms have been demonstrated to be effective when combined with deep neural network for function approximation. The goal here is to explore the potential of distributional RL in every aspect, including but not limited to parameterization, distribution metric based temporal difference loss, and the interaction between distributional formulation and DNN.

Representation Learning and Interpretability for RL, where we focus on the discovering and leveraging rich structures in representation for Deep Reinforcement Learning, including but not limited to 1) low-dimensional representation structure for high-dimensional/redundant input, 2) decomposable/factored structure in terms of reward and transition, 3) casual relations.

RL for Logistics, where we focus on developing efficient Deep Reinforcement Learning algorithms for logistics.