Update README.md
Browse files
README.md
CHANGED
@@ -13,13 +13,11 @@ tags:
|
|
13 |
|
14 |
# 🤠GreedRL
|
15 |
|
16 |
-
##
|
17 |
|
18 |
-
|
19 |
-
On the other hand, *heuristic algorithms* can compute solutions efficiently, but are not able to guarantee the optimality of solutions.
|
20 |
|
21 |
-
|
22 |
-
propose a generic and complete solver, named **🤠GreedRL**, based on **Deep Reinforcement Learning (DRL)**, which achieves improved speed and performance of solutions than *heuristic algorithms* .
|
23 |
|
24 |
## 🏆Award
|
25 |
|
@@ -30,15 +28,17 @@ tags:
|
|
30 |
|
31 |
* **GENERAL**
|
32 |
|
33 |
-
🤠GreedRL makes **a high level of abstraction for COPs**, which can solve various types of problems, such as
|
34 |
|
35 |
* **HIGH-PERFORMANCE**
|
36 |
|
37 |
-
🤠GreedRL have improved the DRL environment (Env) simulation speed by **CUDA and C++ implementations**.
|
38 |
|
39 |
* **USER-FRIENDLY**
|
40 |
|
41 |
-
🤠GreedRL
|
|
|
|
|
42 |
|
43 |
## Architecture
|
44 |
![](./images/GREEDRL-Framwork_en.png)
|
|
|
13 |
|
14 |
# 🤠GreedRL
|
15 |
|
16 |
+
## Overview
|
17 |
|
18 |
+
- 🤠GreedRL is a fast and general framework for **Combinatorial Optimization Problems (COPs)**, based on **Deep Reinforcement Learning (DRL)**.
|
|
|
19 |
|
20 |
+
- 🤠GreedRL achieves **1200 times faster and 3% improved performance** than [Google OR-Tools](https://developers.google.com/optimization) for large-scale (>=1000 nodes) CVRPs.
|
|
|
21 |
|
22 |
## 🏆Award
|
23 |
|
|
|
28 |
|
29 |
* **GENERAL**
|
30 |
|
31 |
+
🤠GreedRL makes **a high level of abstraction for COPs**, which can solve various types of problems, such as TSP, CVRP, VRPTW, PDPTW, SDVRP, DPDP, Order Batching, etc.
|
32 |
|
33 |
* **HIGH-PERFORMANCE**
|
34 |
|
35 |
+
🤠GreedRL have improved the DRL environment (Env) simulation speed by **CUDA and C++ implementations**.
|
36 |
|
37 |
* **USER-FRIENDLY**
|
38 |
|
39 |
+
🤠GreedRL framework provides **user-friendly ability for COPs modeling**, where users only need to declare constraints, objectives and variables of COPs.
|
40 |
+
|
41 |
+
For more detailed examples, please refer to [COPs Modeling examples].
|
42 |
|
43 |
## Architecture
|
44 |
![](./images/GREEDRL-Framwork_en.png)
|