motional / nuplan-devkit

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

Tutorial bug in "Prepare the training config" in nuplan_framework.ipynb #187

Closed BeautyCJ closed 1 year ago

BeautyCJ commented 1 year ago

Describe the bug

I run this in notebook it goes wrong. while i run in common line it works well and i don't know how to specify the value for splitter

image

CrisCloseTheDoor commented 1 year ago

try to use

'splitter=nuplan'
BeautyCJ commented 1 year ago

There are still problems

image

goldegard commented 1 year ago

Might be a silly suggestion but: have you installed your local copy of nuplan-devkit with pip install -e .?

BeautyCJ commented 1 year ago

Might be a silly suggestion but: have you installed your local copy of nuplan-devkit with pip install -e .?

YES! I reinstall the nuplan-devkit, it works fine!!! Thanks a lot!!!