ahq1993 / MPNet

Motion Planning Networks
MIT License
216 stars 49 forks source link

Generating paths on sample 2D dataset #19

Open scploeger opened 3 years ago

scploeger commented 3 years ago

Hi,

I have trained mpnet_trainer by running python MPNET/train.py, and am pointing neuralplanner.py to my trained models.

Is neuralplanner.py supposed to be able to generate individual paths for a given environment? If so, it is not clear to me how to pass neuralplanner.py an environment to generate a path for. If there is a way to do this, please let me know!

Thanks

Spencer