update
Browse files
README.md
CHANGED
@@ -24,7 +24,8 @@ The entire architecture is divided into three layers:
|
|
24 |
The constraints and optimization objectives for the problems to be solved are defined in the Reinforcement Learning(RL) Environment(Env).
|
25 |
Based on performance and ease of use considerations, the Env framework provides two implementations:one based on **pytorch** and one based on **CUDA C++**.
|
26 |
To facilitate the definition of problems for developers, the framework abstracts multiple variables to represent the environment's state, which are automatically generated after being declared by the user. When defining constraints and optimization objectives, developers can directly refer to the declared variables.
|
27 |
-
|
|
|
28 |
|
29 |
|
30 |
* **Pluggable NN components**
|
|
|
24 |
The constraints and optimization objectives for the problems to be solved are defined in the Reinforcement Learning(RL) Environment(Env).
|
25 |
Based on performance and ease of use considerations, the Env framework provides two implementations:one based on **pytorch** and one based on **CUDA C++**.
|
26 |
To facilitate the definition of problems for developers, the framework abstracts multiple variables to represent the environment's state, which are automatically generated after being declared by the user. When defining constraints and optimization objectives, developers can directly refer to the declared variables.
|
27 |
+
|
28 |
+
Currently, various VRP variants such as CVRP, VRPTW and PDPTW, as well as problems such as Batching, are supported.
|
29 |
|
30 |
|
31 |
* **Pluggable NN components**
|