ai4co / rl4co

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

[Issue] capacity bug #101

Closed fedebotu closed 11 months ago

fedebotu commented 1 year ago

We should make sure that different capacities (also not in dict may be passed)

cc: @ngastzepeda

https://github.com/ai4co/rl4co/blob/22497e468aee1de35e89bd0b04dcf4ea7fe71285/rl4co/envs/routing/cvrp.py#L239

fedebotu commented 11 months ago

Solved in latest release!