-
Notifications
You must be signed in to change notification settings - Fork 153
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
I am trying to download the dataset and getting the following error #769
Comments
You can find direct download links here: #469 (comment) |
Thank you so much , I got the datasets , but there is another problem I am facing though minerl is installed I am unable to use minerl.data ,I get Attributeerror as follows : How do I solve this , Is it a problem from my side or is the attribute changed in actual source code |
Installing things from pypi ( |
Hmm looking current requirements.txt, gym==0.23.1 might work. Tbh I have not touched older versions of MineRL in a long time, so I can not guarantee that any of them install properly, apart from the one on github. |
Hi everyone i am trying to download a dataset and I am getting the following error
the command I ran is : python3 -m minerl.data.download "MineRLTreechopVectorObf-v0"
Error :
error :
/Deep-reinforcement-learning-on-Minecraft$ python3 -m minerl.data.download "MineRLTreechopVectorObf-v0"
/home/srinija/anaconda3/envs/minerl/bin/python3: Error while finding module specification for 'minerl.data.download' (ModuleNotFoundError: No module named 'minerl.data')
How do I download the dataset associated with specific task I have minerl installed in conda environment
please provide some help on how to solve this issue
I did add the environment variable to my bashrc file as follows
export MINERL_DATA_ROOT=/home/srinija/Deep-reinforcement-learning-on-Minecraft/data/rawdata
and then did source ~/.bashrc
The text was updated successfully, but these errors were encountered: