Anssi
Anssi
Pinging @decodyng if she would like to take a look at this. I am quickly passing by and will delve deeper into this next week.
It should automatically update when we upload the current minerl to pypi (still have not gotten around that... should add it to todo list 😅 )
Thanks for bringing this up! However note that this will likely not be fixed for Round 2 (MineRL 2021 Diamond competition), as per Discord discussions.
> Could not reserve enough space for 2097152KB object heap This suggests you are running out of memory. Make sure you have installed a 64-bit version of the JDK and...
Yes, as the instructions say, you should set the environment variable `MINERL_DATA_ROOT` to directory where you want to store the data.
There are bits of the script that were used to render the dataset in this repo, yes, but the setup is rather convoluted (uses normal Minecraft with a recording mod...
Hey! If you create [this](https://github.com/openai/Video-Pre-Training/blob/main/run_agent.py#L9) environment, you should see more entries in the `obs` than just the image (or in the `info` variable), which should also contain position information somewhere...
You would have to modify the MineRL code a bit and copy stuff from [here](https://github.com/minerllabs/minerl/blob/dev/minerl/herobraine/env_specs/human_survival_specs.py#L21-L43) (in HumanSurvival env) to [here](https://github.com/minerllabs/minerl/blob/dev/minerl/herobraine/env_specs/basalt_specs.py#L143) in a right way, but that should do the trick....
I can confirm above error happens with code above and with "MineRLNavigateExtremeDense-v0" data (I do not have MineRLNavigateExtreme-v0, despite we have same VERSION=3). It seems to happen at some specific...
Hey! Thanks for the PR. I will try to look into this tomorrow. Meanwhile, one thing that confuses me is the `univ_keys` parameter which is set as `life_stats`. Would you...