laszukdawid / ai-traineree

PyTorch agents and tools for (Deep) Reinforcement Learning
http://ai-traineree.readthedocs.io/
Apache License 2.0
24 stars 5 forks source link

Using Experience as data container #19

Closed laszukdawid closed 2 years ago

laszukdawid commented 2 years ago

Issue #18

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.

codecov[bot] commented 2 years ago

Codecov Report

Merging #19 (f88dca9) into master (156485c) will increase coverage by 0.14%. The diff coverage is 90.32%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #19      +/-   ##
==========================================
+ Coverage   74.98%   75.13%   +0.14%     
==========================================
  Files          38       38              
  Lines        4369     4419      +50     
==========================================
+ Hits         3276     3320      +44     
- Misses       1093     1099       +6     
Impacted Files Coverage Δ
ai_traineree/multi_agents/independent.py 0.00% <0.00%> (ø)
ai_traineree/multi_agents/iql.py 0.00% <0.00%> (ø)
ai_traineree/runners/multiagent_env_runner.py 50.12% <58.82%> (-0.01%) :arrow_down:
ai_traineree/agents/td3.py 84.81% <83.33%> (-0.36%) :arrow_down:
ai_traineree/agents/d3pg.py 83.67% <100.00%> (+0.08%) :arrow_up:
ai_traineree/agents/d4pg.py 53.17% <100.00%> (+0.22%) :arrow_up:
ai_traineree/agents/ddpg.py 82.51% <100.00%> (+0.19%) :arrow_up:
ai_traineree/agents/dqn.py 77.91% <100.00%> (+0.41%) :arrow_up:
ai_traineree/agents/ppo.py 83.98% <100.00%> (+0.25%) :arrow_up:
ai_traineree/agents/rainbow.py 93.54% <100.00%> (+0.10%) :arrow_up:
... and 6 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 156485c...f88dca9. Read the comment docs.

laszukdawid commented 2 years ago

You know nothing, Codacy!