motional / nuplan-devkit

The devkit of the nuPlan dataset.
https://www.nuplan.org
Other
673 stars 129 forks source link

omegaconf.errors.InterpolationToMissingValueError: MissingMandatoryValue while resolving interpolation: Missing mandatory value: job_name full_key: hydra.run.dir object_type=dict #270

Closed indranilmaji closed 1 year ago

indranilmaji commented 1 year ago

Is there a possible way to mitigate this error. I am very new to hydra and I cannot understand how to resolve this. This happens when I am trying to execute run_training.py to understand the pipeline of the codebase better.

patk-motional commented 1 year ago

Hi @indranilmaji,

Can you share the command you were trying to run?

indranilmaji commented 1 year ago

Hi I got this resolved by updating the respective .yaml files under the config directory and setting the missing values. It seemed to work afterwards.