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

[Feature] automatic val/test data loading with fixed seeds

fedebotu opened this issue · comments

We would like to have a data generator as in https://github.com/wouterkool/attention-learn-to-route that creates fixed datasets for reproducible validation and testing

  • Implement data generator
  • Automatic data generation when file is not found