Yining Ma

Results 5 repositories owned by Yining Ma

VRP-DACT

79
Stars
21
Forks
Watchers

This repo implements our paper, "Learning to Iteratively Solve Routing Problems with Dual-Aspect Collaborative Transformer", which has been accepted at NeurIPS 2021.

NeuOpt

27
Stars
2
Forks
Watchers

This repo implements our paper, "Learning to Search Feasible and Infeasible Regions of Routing Problems with Flexible Neural k-Opt", which has been accepted at NeurIPS 2023.

PDP-N2S

46
Stars
14
Forks
Watchers

This repo implements our paper, "Efficient Neural Neighborhood Search for Pickup and Delivery Problems", which has been accepted as short oral at IJCAI 2022.

TSP-improve

84
Stars
26
Forks
Watchers

An improvement-based Deep Reinforcement Learning Algorithm presented in paper https://arxiv.org/abs/1912.05784v2 for solving the TSP problem.

SAC-discrete

15
Stars
3
Forks
Watchers

Modified versions of the Soft Actor-Critic algorithm for Atari games from https://github.com/ac-93/soft-actor-critic.