Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,6 +7,9 @@ colorFrom: purple
|
|
| 7 |
colorTo: yellow
|
| 8 |
pinned: true
|
| 9 |
short_description: Solves VRP with Transformer & RL. Compare with Google OR-Too
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
π Vehicle Routing Problem Solver with Transformer-based Reinforcement Learning
|
| 12 |
This project implements a deep reinforcement learning framework to solve the Vehicle Routing Problem with Time Windows (VRPTW) using Transformer-based models. It also integrates Google OR-Tools as a classical baseline for comparison.
|
|
|
|
| 7 |
colorTo: yellow
|
| 8 |
pinned: true
|
| 9 |
short_description: Solves VRP with Transformer & RL. Compare with Google OR-Too
|
| 10 |
+
sdk_version: 5.33.0
|
| 11 |
+
datasets:
|
| 12 |
+
- /data
|
| 13 |
---
|
| 14 |
π Vehicle Routing Problem Solver with Transformer-based Reinforcement Learning
|
| 15 |
This project implements a deep reinforcement learning framework to solve the Vehicle Routing Problem with Time Windows (VRPTW) using Transformer-based models. It also integrates Google OR-Tools as a classical baseline for comparison.
|