ai4co / rl4co

A PyTorch library for all things Reinforcement Learning (RL) for Combinatorial Optimization (CO)

Home Page:https://rl4.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Issue] capacity bug

fedebotu opened this issue · comments

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

cc: @ngastzepeda

"demand": demand / CAPACITIES[self.num_loc],

Solved in latest release!