The configs `val_data_size` and `test_data_size` (see [here](https://github.com/ai4co/rl4co/blob/643ef99d118ce535e615a9441838782a2decf412/configs/experiment/routing/deepaco.yaml#L26)) have no effect. It seems that the default `env.val_file` and `env.test_file` are used. You can simply check this by 1) change those configs to some value 2) `python run.py` with the changed config file.
The configs
val_data_sizeandtest_data_size(see here) have no effect. It seems that the defaultenv.val_fileandenv.test_fileare used.You can simply check this by
python run.pywith the changed config file.