Anssi
Anssi
After bit of digging I realized I did not actually push all changes I made to #495 (I felt like I missed something). I will be continuing tomorrow on a...
I removed `include_metadata` keyword for `batch_iter` as proper support for it proved to be very tricky to implement. I recommend using `load_data` if you wish to get the metadata info...
This seems to have been fixed in the latest version. At least [this test script](https://github.com/minerllabs/minerl/blob/dev/tests/excluded/multiple_env_test.py) runs fine (but for some reason runs slow on my machine, even with a single...
Hmm I hazard a guess the error stems from the process handling on Windows (which can cause trouble with regular MineRL runs too, see [here](https://minerl.readthedocs.io/en/latest/notes/windows.html#the-freeze-support-error-multiprocessing)). Try enabling logging as done...
That warning happens in normal runs as well, but yes, it could be related this. You could try installing 0.3.7, which is the most stable version before major updates recently....
> Installing the older version didn't help, I manage to get it working by disabling the process_watcher in env/malmo.py L498-502. Is there any unforeseeable consequences for doing this? AFAIK that...
Hey! Thanks for this amazing (and quick!) PR :). Great to see people contributing back like this! I will hold off the merge on this for now: this command would...
Oh, one more small request: if you could add a minimal "test" script (not actual unit-test, just a file like other tests under `tests` which do a minimal interaction loop...
What do you refer to with "tileset"? The textures of different objects (see [resource packs](https://minecraft.fandom.com/wiki/Resource_Pack)). IIRC doing segmentation like this is not supported by Minecraft/Malmo/MineRL (@brandonhoughton can you confirm?). However...
@brandonhoughton Do you think it would be possible to share the original MC replay recordings so people can render their own versions? @ndrwmlnk I do not have direct answers but...