Anssi
Anssi
Cheers you both! Indeed this is happening and have observed the same. The issue is not in env spec itself (agent does not really have iron axe in non-obf env,...
Progress: seems like when the hand is empty (should be "none" or "air"), obfuscated environments say "iron_axe". Steps: 1) Started with `iron_axe` as "mainhand" item. 2) Digged some dirt, now...
I ran out of time to work on this, but I _think_ the error is in obfuscation itself (not vectorization). Wrapping and unwrapping observations with `Vectorized` functions alone works correctly....
Thanks for the input! Sadly it was not the refactoring Steven suggested (tried out the two commits, both give "iron_axe") :(. I also tested with 0.3.7 obfuscation, and there things...
Did bit of semi-manual spelunkin (had to patch build files etc), and it seems the error persists all the way back to https://github.com/minerllabs/minerl/commit/94a7ee35b7211bd9383a5d93e2e8aafad0f211a7, and beyond that building/running fails to random,...
> Just wanna checkin whether it's gonna be fixed before the round 2 deadline or whether we have to count with it in our codes? We will work on getting...
If this bug is fixed we will apply it on all submissions. There is little time to setup a system that allows picking the MineRL version.
After a nice, comfortable and simple evening with my good friends, MineRL and pdb, I have figured out the puzzle. We have two creatures in play here: 1) In 0.3.7,...
Same as with #29, is this a generic MineRL question or specific to competition? If latter, open an issue in the [MineRL repository](https://github.com/minerllabs/minerl).
Hey. I can take look at this tomorrow. Probably a silly logic typo somewhere in the PR. Related PR #495