DRL-and-graph-neural-network-for-routing-problems icon indicating copy to clipboard operation
DRL-and-graph-neural-network-for-routing-problems copied to clipboard

This is the official code for the published paper 'Solve routing problems with a residual edge-graph attention neural network'

Results 1 DRL-and-graph-neural-network-for-routing-problems issues
Sort by recently updated
recently updated
newest added

(1) Fixed a bug that num_depots was not passed as an argument to the __forward__ method of actor when executing MDCVRP\VRP_Rollout_train.py. (2) Fixed a bug casting a torch.sensor(not numpy.ndarray) to...