Skip to content

Commit 29d4195

Browse files
authored
Merge pull request #25 from OptiMaps/chore/readme
Update README.md #24
2 parents 9a8e7ea + 176db39 commit 29d4195

File tree

1 file changed

+9
-16
lines changed

1 file changed

+9
-16
lines changed

README.md

+9-16
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,14 @@
1-
# TrainRepo
1+
<h1 align="center"> Constraint embedding for recognizing interactions between constraints in Solving Vehicle Routing Problems </h1>
22

3-
## 시작 방법
3+
This is the PyTorch code for the paper **"Constraint embedding for recognizing interactions between constraints in Solving Vehicle Routing Problems"**.
4+
framework implemented on [RL4CO](https://github.com/ai4co/rl4co)
45

5-
1. build
6-
```bash
7-
make build
8-
```
6+
Vehicle Routing Problems (VRPs) are critical challenges in intelligent transportation logistics, often constrained by various complex environments such as capacity and time windows. Traditional neural network (NN)-based approaches address these constraints by masking infeasible actions but fail to capture the underlying interactions between constraints. This leads to inefficient learning and suboptimal generalization in environments with complex constraints.
97

10-
2. 컨테이너 생성
11-
```bash
12-
make TAG_NAME=parco-cuda123
13-
```
8+
In this work, we propose a novel methodology to embed action-dependent constraint interactions as learnable representations. By explicitly encoding the causes of constraint violations, our approach preserves the context of these violations and integrates it into the decision-making process. This method is potentially enhancing performance while significantly reducing computational costs during training.
149

15-
3. 컨테이너 삭제
16-
```bash
17-
make clean
18-
```
10+
## Training
1911

20-
## Contact
21-
if you do not understand this code, feel free to contact [email protected]
12+
```shell
13+
python run.py experiment=routing/am env={CVRP,CVRPTW} model.policy_kwargs.constraint_method={'weighted','linear','none'}
14+
```

0 commit comments

Comments
 (0)