facebookresearch / moolib

A library for distributed ML training with PyTorch
MIT License
366 stars 20 forks source link

Tests broken #32

Closed heiner closed 2 years ago

heiner commented 2 years ago

Seems like there's some regression resulting in

            obs_future = envs.step(0, action_t)
>           obs = obs_future.result()
E           RuntimeError: Timed out waiting for env

examples/a2c.py:216: RuntimeError
=========================== short test summary info ============================
FAILED test/integration/test_a2c.py::TestA2CExample::test_single_node_training
!!!!!!!!!!!!!!!!!!!!!!!!!! stopping after 1 failures !!!!!!!!!!!!!!!!!!!!!!!!!!!

See 1 and 2.

tscmoo commented 2 years ago

As nothing changed, any idea what this could be related to? Did something change in the test environment?

heiner commented 2 years ago

What's up? No more changes to this repo in weeks? :(

tscmoo commented 2 years ago

Closing as I haven't seen this happen again.