Brandon Houghton

Results 18 comments of Brandon Houghton

Looks like the issue with the current implementation is related to a race condition in the recursive threading: https://stackoverflow.com/questions/51879070/python-executor-spawn-tasks-from-done-callback-recursively-submit-tasks ``` test_hash (__main__.TestSmartDL) ... Exception in thread Thread-9: Traceback (most recent...

Hmm this to me seems like the deobfuscation network is a little confused and makes a mistake no?

Hi @ndrwmlnk - this is possible but unfortunately not implemented at the moment. Much of the Malmo code is integrated into MineRL - if you would like to push on...

Good observation here! Likely this is just a math error with the FOV calculation in NearbySmeltCommandImplementation Likely a good example of why we should have more unit tests =)

Some handlers work on information from the server - so we do client tick, then server tick for a step. If you need the server to tell you something it...

Are we referring to the rendering code? To use a texture pack we simply edited the template options.txt to point to a texture pack and add that texture pack to...

We notably forgot to record seeds for the demonstration dateset. We do have evaluation seeds however for runs evaluated on AICrowd

The current implementation allows for agents to determine smelting priority by equipping the preferred fuel before smelting (as indeed you say the ordering is based on inventory ordering). That being...

Try updating to the latest java_8 jdk that looks like it could be an issue with Mac OS's 2.9.2-nightly-201408lwjgl22.jar

This seems like an openjdk issue? What version of Java are you running? Additionally Mac has issues with Java after Catalina, I know JDK 152 is safe, and we install...