a-ragab-h-m commited on
Commit
46d72f5
Β·
verified Β·
1 Parent(s): 198da27

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
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.