ARISE-Initiative / robomimic

robomimic: A Modular Framework for Robot Learning from Demonstration
MIT License
592 stars 181 forks source link

Add missing "import os" #186

Open hahn5 opened 1 month ago

hahn5 commented 1 month ago

os is being used in Line 87, but is never imported, leading to error NameError: name 'os' is not defined.