JuliaPOMDP / TabularTDLearning.jl

Julia implementations of temporal difference Reinforcement Learning algorithms like Q-Learning and SARSA
Other
10 stars 6 forks source link

ci workflow update, readme update, files cleanup #26

Closed dylan-asmar closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #26 (9f9e9a6) into master (f23321e) will increase coverage by 0.04%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master      #26      +/-   ##
==========================================
+ Coverage   97.08%   97.12%   +0.04%     
==========================================
  Files           4        3       -1     
  Lines         137      139       +2     
==========================================
+ Hits          133      135       +2     
  Misses          4        4              
Impacted Files Coverage Δ
src/TabularTDLearning.jl
src/sarsa.jl 97.72% <0.00%> (+0.05%) :arrow_up:
src/q_learn.jl 97.61% <0.00%> (+0.05%) :arrow_up:
src/sarsa_lambda.jl 96.22% <0.00%> (+0.07%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.