-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#IndexError: list index out of range when running "python -m scripts.preprocess_libero --suite libero_spatial" #7
Comments
same issue |
You have to run the preprocessing step where they split the dataset into validation and training set. You can do this by doing |
#7 (comment) |
Hi, I guess this problem is because the downloaded libero dataset is not correctly placed into the folder
|
same error. I don't think it's the problem of data structure. Should be some other reasons. |
just put all these data files into a folder named libero. The directory should be ATM/data/libero/data files. That works for me. |
Solved it, there's a .DS_Store file under the location, use |
thanks, it works for me! |
Dear author:
I have encountered this promblem. My os is ubuntu 20.04. How to solve it? Thank you!
The text was updated successfully, but these errors were encountered: