先坤
commited on
Commit
•
ee686c1
1
Parent(s):
7b90d31
update
Browse files- README.md +7 -0
- images/GREEDRL-Logo-Original-640x640.png +0 -0
README.md
CHANGED
@@ -7,6 +7,8 @@ tags:
|
|
7 |
- Reinforcement Learning
|
8 |
- Vehicle Routing Problem
|
9 |
---
|
|
|
|
|
10 |
# GreedRL-VRP-pretrained model
|
11 |
|
12 |
## Model description
|
@@ -21,6 +23,11 @@ You can use these model for solving the vehicle routing problems (VRPs) with rei
|
|
21 |
You can use this model directly with a pipeline for masked language modeling:
|
22 |
|
23 |
### Requirements
|
|
|
|
|
|
|
|
|
|
|
24 |
|
25 |
|
26 |
### Training
|
|
|
7 |
- Reinforcement Learning
|
8 |
- Vehicle Routing Problem
|
9 |
---
|
10 |
+
![LOGO.png](./images/GREEDRL-Logo-Original-640x640.png)
|
11 |
+
|
12 |
# GreedRL-VRP-pretrained model
|
13 |
|
14 |
## Model description
|
|
|
23 |
You can use this model directly with a pipeline for masked language modeling:
|
24 |
|
25 |
### Requirements
|
26 |
+
This library requires Python == 3.8. [Miniconda](https://docs.conda.io/en/latest/miniconda.html#system-requirements) / [Anaconda](https://docs.anaconda.com/anaconda/install/) is our recommended Python distribution.
|
27 |
+
|
28 |
+
```aidl
|
29 |
+
pip install torch==1.12.1+cu113 torchvision==0.13.1+cu113 torchaudio==0.12.1 --extra-index-url https://download.pytorch.org/whl/cu113
|
30 |
+
```
|
31 |
|
32 |
|
33 |
### Training
|
images/GREEDRL-Logo-Original-640x640.png
ADDED