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