jarbus

Results 36 comments of jarbus

Thank you so much! This fixed my problem. I need to start looking at issues for the plugins as well as just lvim when diagnosing bugs.

Update: After talking with Miffyli on the #support channel, two of the errors are no longer with MineRL: The `OSError: [Errno 9] Bad file descriptor` is apparently intended behavior, and...

Code to produce the aforementioned error ```python import gym import minerl it = 0 data = minerl.data.make("MineRLNavigateExtreme-v0") for s, a, r, sp, d in data.batch_iter(num_epochs=10, seq_len=16, batch_size=64): print(it) it+=1 ```

Still seems to be broken for me, but the binaries for 0.8 still say version 0.7.2, so I'm not sure what is going on.

Jesus I thought I was going insane. Experiencing this behavior too, it's really counter-intuitive.

I have the 2020 SE, and I literally can't press the "create an account" button because of this issue.