Steven H. Wang
Steven H. Wang
I (and likely Cody) don't have the bandwidth to understand the relevant parts of the Dataset Pipeline and modify them to fix this issue right now.
Oh man, it would have been good to have read about this bug earlier on before we began debugging the weird BASALT issue involving exploding inventories!
https://github.com/minerllabs/minerl/pull/460 (to my understanding) can detect and report the cause of agent death inside the info dict. It might be a good idea to return `done=True` as soon as we...
This is a stretch because I don't know if this is even technically possible given the current data structure, but maybe one reason the `close()` isn't added is because the...
Maybe the context `flush`es instead of closing because we should be reusing the old Tensorboard FileWriter when possible. That way we don't create a new FileWriter, therefore a new events...