You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is still unclear to me why this change created the bug, but I am looking into it.
Partial log message in last successful run of the CI:
Installed /opt/hostedtoolcache/Python/3.10.15/x64/lib/python3.10/site-packages/AutoROM/roms/zaxxon.bin
Done!
/opt/hostedtoolcache/Python/3.10.15/x64/lib/python3.10/site-packages/gymnasium/core.py:311: UserWarning:
WARN: env.action_masks to get variables from other wrappers is deprecated and will be removed in v1.0, to get this variable you can do`env.unwrapped.action_masks`for environment variables or `env.get_wrapper_attr('action_masks')` that will search the reminding wrappers.
logger.warn(
Starting training on connect_four_v3.
Using cpu device
...
Describe the bug
The following tests are failing in CI for any PR:
Tutorial tests / tutorial-test (3.8, SB3/connect_four)
Tutorial tests / tutorial-test (3.9, SB3/connect_four)
Tutorial tests / tutorial-test (3.10, SB3/connect_four)
Tutorial tests / tutorial-test (3.11, SB3/connect_four)
Code example
Error message:
Additional context:
<SB3ActionMaskWrapper<connect_four_v3>>
.connect_four_v3
is inherited frompettingzoo.AECEnv
.SB3ActionMaskWrapper
is inherited frompettingzoo.utils.BaseWrapper
itself inherited frompettingzoo.AECEnv
.The text was updated successfully, but these errors were encountered: