ai4co / rl4co

A PyTorch library for all things Reinforcement Learning (RL) for Combinatorial Optimization (CO)
https://rl4.co
MIT License
381 stars 70 forks source link

[BugFix] Fixing CVRPTW bugs during multistart solution generation #171

Closed ahottung closed 4 months ago

ahottung commented 4 months ago

Description

This pull request fixes some very minor bugs that occur when using the CVRPTW env during multistart solution generation. Additionally, it adds the CVRPTW to the problems considered in the policy test cases.

Types of changes

What types of changes does your code introduce? Remove all that do not apply:

Checklist

Go over all the following points, and put an x in all the boxes that apply. If you are unsure about any of these, don't hesitate to ask. We are here to help!

fedebotu commented 4 months ago

LGTM, @cbhua @ngastzepeda you can merge after your approval

fedebotu commented 4 months ago

LGTM, merging now!