Closed mickvangelderen closed 1 week ago
@garymm I'm struggling to fix pytest tests/minetest_test.py::test_async_vector_env
FAILED tests/minetest_test.py::test_async_vector_env - ValueError: could not broadcast input array from shape (15,) into shape (1,)
Not even sure where the 15 is coming from. Don't have a call stack because the exception is re-raised on the main thread.
Using SyncVectorEnv
to debug don't work because:
FAILED tests/minetest_test.py::test_async_vector_env - RuntimeError: minetest capnp error: kj/async.c++:1836: failed: expected threadLocalEventLoop == nullptr [5a91aa3aa030 == nullptr]; This thread already has an EventLoop.
I can sit with you to try to debug after lunch.
Exposes some player attributes, player metadata, and hud strings (without processing) directly to python.
The gym environment uses that data to fill the
info
object:Consumers of the environment can define additional observation spaces derived from this info like so: