Code for Deep Reinforcement Learning for Routing a Heterogeneous Fleet of Vehicles paper.
NumPy, PyTorch, tensorboardX
- The
training.pyfile is for training the model according to the parameters established inside the file. - The
infer.pyfile can be used for running trained model.