Update README.md
Browse files
README.md
CHANGED
@@ -11,8 +11,6 @@ pinned: false
|
|
11 |
app_file: app.py
|
12 |
use_gpu: true
|
13 |
allow_mount: true
|
14 |
-
datasets:
|
15 |
-
- /data
|
16 |
---
|
17 |
π Vehicle Routing Problem Solver with Transformer-based Reinforcement Learning
|
18 |
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.
|
|
|
11 |
app_file: app.py
|
12 |
use_gpu: true
|
13 |
allow_mount: true
|
|
|
|
|
14 |
---
|
15 |
π Vehicle Routing Problem Solver with Transformer-based Reinforcement Learning
|
16 |
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.
|