JuliaReinforcementLearning / ReinforcementLearningTrajectories.jl

A generalized experience replay buffer for reinforcement learning
MIT License
8 stars 8 forks source link

Use ignoring missingness to improve RL.jl type stability #36

Closed jeremiahpslewis closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Merging #36 (4b56fe8) into main (1f2be9a) will increase coverage by 0.05%. The diff coverage is 100.00%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff             @@
##             main      #36      +/-   ##
==========================================
+ Coverage   69.34%   69.39%   +0.05%     
==========================================
  Files          13       13              
  Lines         561      562       +1     
==========================================
+ Hits          389      390       +1     
  Misses        172      172              
Impacted Files Coverage Δ
src/traces.jl 84.33% <100.00%> (+0.09%) :arrow_up:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

jeremiahpslewis commented 1 year ago

@HenriDeh what do you think?

jeremiahpslewis commented 1 year ago

Came up with something better, closing this.