Anssi
Anssi
I believe it means the seeds were not recorded in the first place (not included in any dataset at all). To be honest, I am not 100% sure how deterministic...
Ah sorry if I was misleading. I was referring to the actions in the rendered dataset (the one you can download / the one you linked). Repeating those in MineRL...
Try ```python from minerl.herobraine.env_specs.simple_embodiment import SimpleEmbodimentEnvSpec from minerl.herobraine.hero.handler import Handler import minerl.herobraine.hero.handlers as handlers from typing import List from minerl.herobraine.hero.handlers.agent.actions.chat import ChatAction ... ... def create_actionables(self) -> List[Handler]: return super().create_actionables()...
Ah, you might be running v1.0 of MineRL in that case (the current version on github). The chat commands are available in MineRL v0.4.4, which you can install with `pip...
Oh ah sorry, my mistake! Pypi was not updated with that version. You need to install specific branch from github: `pip install git+https://github.com/minerllabs/[email protected]`
Hard to say with more info. Make sure you added the handler in the right place and that you are creating the right environment.
> How to equip coal? No such action? There is no action for equipping coal (you are limited to the ones the environment provides).
Hey! Are you running on a headless machine without display? MineRL/Minecraft requires a valid display buffer to be able to run. You can use xvfb for this with `xvfb-run -a...
Unfortunately MineRL v1.0 does not run on Mac at the moment, and no-one has had time to look into :(
@lewisxy Oooo this is amazing! @trigaten any chance you could try this? I could also try on my M1 Mac but atm quite busy. It would be awesome to have...