Anssi
Anssi
Hey that is "kind of okey", as it is simply ending data loading process prematurely and things are not cleaned up properly. I recommend you catch the exception and ignore...
I am not a developer, but I believe MineRL is taking a different route by stepping away from Malmo (judging by some of the commits and branches) and thus will...
I do not dare to step on main developer's toes here so I am pinging @MadcowD and @brandonhoughton to give a better answer to the above. I too would be...
Hey. The error suggests there was some issues when reading or writing to `/home/adam/.gradle`. Double check that you do not have any global gradle installiations (remove if any), and try...
If the error contains ":downloadAssets failed", then try running the installation again. This happens at times, but usually works out on the second or third time. `python setup.py` probably will...
Hey, looks like things work as expected. The errors/warnings in the end are things that do not work outside AICrowd. As long there are no Python errors or "STATUS: ERROR"...
@pi-guy-in-the-sky Try using `xvfb` to run the code in a virtual display buffer. See [docs](https://minerl.readthedocs.io/en/latest/) for full info and steps to run the code :)
Hmm for me things work fine with the up-to-date pypi version. Make sure you import minerl as well as gym before trying to create environments. If that fails, also try...
This seems to be a problem with `getch`, not `minerl` package. See if e.g., [this](https://stackoverflow.com/questions/21530577/fatal-error-python-h-no-such-file-or-directory) answer helps.
@Merenion You could try this with `xvfb` to manually setup the screen and use it, but I do not know if it would work on OSX. ```bash export DISPLAY=:1 xvfb...