ahq1993 / MPNet

Motion Planning Networks
MIT License
216 stars 49 forks source link

Running neural planner takes a very long time #17

Open scploeger opened 3 years ago

scploeger commented 3 years ago

When running neuralplanner.py on a sample 2D environment that is previously unseen (ie, environment 150 as an example), GPU utilization is only about 10%, and the planner takes about 10 mins to run.

The computer has an RTX 3060 GPU so I would think it should be much faster.

Does it sound like something is configured incorrectly, or is this expected?