will-maclean / sb3-burn

Implementation of stable-baselines3 in rust with burn
MIT License
11 stars 0 forks source link

Adding simple and action distributions #41

Closed will-maclean closed 1 week ago

will-maclean commented 2 weeks ago

For #32. Need both simple distributions and action distributions.

Simple Distributions

Action Distribution (https://github.com/DLR-RM/stable-baselines3/blob/master/stable_baselines3/common/distributions.py)

codecov-commenter commented 1 week ago

Codecov Report

Attention: Patch coverage is 88.06584% with 29 lines in your changes missing coverage. Please review.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Files Coverage Δ
src/common/distributions/distribution.rs 100.00% <100.00%> (ø)
src/common/utils/mod.rs 98.43% <ø> (ø)
src/common/utils/modules.rs 98.18% <98.18%> (ø)
src/common/distributions/normal.rs 94.94% <94.94%> (ø)
src/common/distributions/action_distribution.rs 86.30% <86.30%> (ø)
src/common/distributions/exp_family.rs 0.00% <0.00%> (ø)

... and 2 files with indirect coverage changes

will-maclean commented 1 week ago

Going to merge this into main so it can be used as is now, but will convert the remaining distributions to an issue