isl-org / OpenBot

OpenBot leverages smartphones as brains for low-cost robots. We have designed a small electric vehicle that costs about $50 and serves as a robot body. Our software stack for Android smartphones supports advanced robotics workloads such as person following and real-time autonomous navigation.
https://www.openbot.org
MIT License
2.82k stars 529 forks source link

Solved the error when training the model on local Jupyter Notebook #400

Closed M-S-10 closed 5 months ago

M-S-10 commented 7 months ago

The Jupyter Notebook "policy_learning" is unable to create the model training folder. Throwing the FileNotFoundError. Resolved this by adding a line that creates a directory if it does not already exist.

Notebook Running: Screenshot 2024-03-05 135923

Error Encountered: Screenshot 2024-03-06 131830

Error Fixed: Screenshot 2024-03-06 131957

review-notebook-app[bot] commented 7 months ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

thias15 commented 5 months ago

Should be fixed by #403