tomsilver / ploi

Code for "Planning with Learned Object Importance in Large Problem Instances using Graph Neural Networks" (AAAI 2021)
MIT License
14 stars 9 forks source link

Validate `validate` #2

Closed ronuchit closed 1 year ago

ronuchit commented 1 year ago

Previously, the code silently fails if validate is not installed (data generation and training goes fine, but during evaluation, incremental planning keeps failing). This is obviously stupid, so fixing it here.