facebookresearch / BenchMARL

A collection of MARL benchmarks based on TorchRL
https://benchmarl.readthedocs.io/
MIT License
216 stars 27 forks source link

[CI] Run main tests with torchrl nightly and have a separate CI for testing torchrl stable #53

Closed matteobettini closed 6 months ago

matteobettini commented 7 months ago

BenchMARL development is based on torchrl nightly. In the same way that torchrl is based on tensordict.

In this PR we add a CI to test against torchrl stable as well.

In the current stage, this CI skips GNN tests as torch_geometric is not supperted in any torchrl stable version as of now

cc @vmoens

codecov-commenter commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (6cac0c2) 89.73% compared to head (ff57eef) 87.03%. Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #53 +/- ## ========================================== - Coverage 89.73% 87.03% -2.70% ========================================== Files 64 69 +5 Lines 2669 2731 +62 ========================================== - Hits 2395 2377 -18 - Misses 274 354 +80 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.