facebookresearch / BenchMARL

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

[Feature] Optional Tanh transfromed distributions in algorithms #45

Closed matteobettini closed 7 months ago

matteobettini commented 7 months ago

Added the possibility of choosing if continuous actions distributions should be Tanh trnasformed

codecov-commenter commented 7 months ago

Codecov Report

Attention: 6 lines in your changes are missing coverage. Please review.

Comparison is base (02fc1b6) 89.68% compared to head (76acbc7) 46.47%.

Files Patch % Lines
benchmarl/algorithms/iddpg.py 66.66% 1 Missing :warning:
benchmarl/algorithms/ippo.py 66.66% 1 Missing :warning:
benchmarl/algorithms/isac.py 66.66% 1 Missing :warning:
benchmarl/algorithms/maddpg.py 66.66% 1 Missing :warning:
benchmarl/algorithms/mappo.py 66.66% 1 Missing :warning:
benchmarl/algorithms/masac.py 66.66% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #45 +/- ## =========================================== - Coverage 89.68% 46.47% -43.21% =========================================== Files 64 64 Lines 2656 2668 +12 =========================================== - Hits 2382 1240 -1142 - Misses 274 1428 +1154 ```

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