-
Notifications
You must be signed in to change notification settings - Fork 412
[CI] Fix old deps CI #3165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CI] Fix old deps CI #3165
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/rl/3165
Note: Links to docs will display an error until the docs builds have been completed. ❌ 3 New Failures, 23 Pending, 4 Unrelated FailuresAs of commit c9f906c with merge base 75ca4b4 ( NEW FAILURES - The following jobs have failed:
FLAKY - The following jobs failed but were likely due to flakiness present on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
7f27660
to
7ff405c
Compare
7ff405c
to
c9f906c
Compare
# Skip football scenario due to VMAS bug: IndexError in get_wall_separations | ||
if scenario_name == "football": | ||
pytest.skip( | ||
"Football scenario has a shape mismatch bug in VMAS get_wall_separations method" | ||
) | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@matteobettini looks like football is broken - should be easy to reprod
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the heads up man!
I should have fixed it proroklab/VectorizedMultiAgentSimulator@7eff87c
I'll make a PR when this is on pypi
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wonderful thanks!
No description provided.