先坤
commited on
Commit
•
628b517
1
Parent(s):
6735234
update
Browse files
README.md
CHANGED
@@ -1,3 +1,41 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
+
# GreedRL-VRP-pretrained model
|
5 |
+
|
6 |
+
## Model description
|
7 |
+
|
8 |
+
|
9 |
+
## Intended uses & limitations
|
10 |
+
|
11 |
+
You can use these model for solving the vehicle routing problems (VRPs) with reinforcement learning (RL).
|
12 |
+
|
13 |
+
## Usage
|
14 |
+
|
15 |
+
You can use this model directly with a pipeline for masked language modeling:
|
16 |
+
|
17 |
+
### Requirements
|
18 |
+
|
19 |
+
|
20 |
+
### Training
|
21 |
+
|
22 |
+
1. Training data
|
23 |
+
|
24 |
+
2. Start training
|
25 |
+
```python
|
26 |
+
python train.py
|
27 |
+
```
|
28 |
+
|
29 |
+
Here is how to use this model to get the features of a given text in PyTorch:
|
30 |
+
|
31 |
+
### Evaluation
|
32 |
+
|
33 |
+
```python
|
34 |
+
python solve.py
|
35 |
+
```
|
36 |
+
|
37 |
+
## Support
|
38 |
+
For commercial enquiries, please contact [us](huangxuankun.hxk@cainiao.com).
|
39 |
+
|
40 |
+
## About GreedRL
|
41 |
+
- Website: https://greedrl.github.io/
|