Lifelong-Robot-Learning / LIBERO

Benchmarking Knowledge Transfer in Lifelong Robot Learning
MIT License
171 stars 29 forks source link

add __init__ file so import from robosuite works #15

Open varunagrawal opened 5 months ago

varunagrawal commented 5 months ago

Due to a missing __init__.py file, import libero does not work. This PR fixes it.