hubbs5 / or-gym

Environments for OR and RL Research
MIT License
373 stars 93 forks source link

Bug: VRP env bug #15

Closed kevin031060 closed 2 years ago

kevin031060 commented 3 years ago

Screenshot from 2021-06-03 16-58-03 It should be:

self.order_dict[order_idx][‘Status’] == 1

['Status'] missed

osarwar commented 2 years ago

Thank you for pointing this out. It's been fixed!