--- license: apache-2.0 pipeline_tag: reinforcement-learning tags: - Deep Reinforcement Learning - Combinatorial Optimization - Reinforcement Learning - Vehicle Routing Problem --- # GreedRL-VRP-pretrained model ## Model description ## Intended uses & limitations You can use these model for solving the vehicle routing problems (VRPs) with reinforcement learning (RL). ## Usage You can use this model directly with a pipeline for masked language modeling: ### Requirements ### Training 1. Training data 2. Start training ```python python train.py ``` Here is how to use this model to get the features of a given text in PyTorch: ### Evaluation ```python python solve.py ``` ## Support For commercial enquiries, please contact [us](huangxuankun.hxk@cainiao.com). ## About GreedRL - Website: https://greedrl.github.io/