v0.3.3
New Routing Envs and more π
Changelog
β¨ Features
- Add CVRPTW Environment @ngastzepeda
- Add Solomon instance / solution loader via
vrplib
- Add Solomon instance / solution loader via
- Add basic Skill-VRP (SVRP) @ngastzepeda
π Documentation
- [Minor] improve decoding strategies documentation
π Bug Fixes
- Avoid
deepcopy
bug by not saving intermediate steps of decoding strategy #123 - Allow passing
select_start_nodes_fn
and other kwargs in decoding strategies