Anssi
Anssi
Hey. Hmm everything seems to be in order. There is a chance something failed in the download process, which does happen quite often. Can you try installing again after a...
Hey. You seem to have a wrong version of java installed, based on all the errors. Make sure you have JDK 8 installed (other versions will not work. You can...
Oh, that should be correct o: . I was assuming java version was at fault given all the compilation errors. I just tried doing fresh install of MineRL with same...
Hey. This _probably_ has something to do with the fact that PyTorch has its own versions of `multiprocessing` library, see here: https://pytorch.org/docs/stable/notes/multiprocessing.html . The underlying data loader for MineRL data...
Exact answers would require more in-depth debugging, but I _guess_ that Jupyter's way of spawning processes for kernels (where Python runs) somehow mitigates this problem. As for the second problem,...
Hey, it is not that it has been removed, it is just not updated to work with 0.4.x ^^. A PR to fix this would be welcomed!
This has no support in MineRL as it has not been of interest (yet), but I think with bit of tinkering you could modify the interaction code to work for...
Hey! Thank you for this: this actually was a thing on my todo list but deep in the "good to haves" list 😅 . I will definitely test this out....
Cheers, I will merge this once it is fully fleshed out (e.g., you can pass the "headless" argument from gym.make all down here or so), so that people can use...
Thanks for this PR too, need to check deeper into the diff :). Looks like we should come up with better way to prepare the diff file because it will...