Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DRAFT: Add Tabular Learner #1033

Closed
wants to merge 11 commits into from
Closed

DRAFT: Add Tabular Learner #1033

wants to merge 11 commits into from

Conversation

jeremiahpslewis
Copy link
Member

This pull request adds a Tabular Learner to the project. The Tabular Learner is used for reinforcement learning tasks and includes implementations for TDLearner, TabularVApproximator, and TabularQApproximator.

Copy link

codecov bot commented Mar 7, 2024

Codecov Report

Attention: Patch coverage is 28.57143% with 25 lines in your changes are missing coverage. Please review.

Project coverage is 24.49%. Comparing base (a6623a8) to head (be6e3b3).

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##             main    #1033       +/-   ##
===========================================
+ Coverage   12.74%   24.49%   +11.75%     
===========================================
  Files         229      232        +3     
  Lines        7903     7876       -27     
===========================================
+ Hits         1007     1929      +922     
+ Misses       6896     5947      -949     
Files Coverage Δ
...ningCore/src/policies/learners/abstract_learner.jl 0.00% <ø> (ø)
...earningCore/test/policies/learners/approximator.jl 100.00% <ø> (ø)
...LearningCore/src/policies/learners/approximator.jl 85.71% <85.71%> (ø)
...Core/src/policies/learners/tabular_approximator.jl 64.28% <50.00%> (+64.28%) ⬆️
...ntLearningZoo/src/algorithms/tabular/td_learner.jl 0.00% <0.00%> (ø)

... and 25 files with indirect coverage changes

@jeremiahpslewis jeremiahpslewis changed the title Add Tabular Learner DRAFT: Add Tabular Learner Mar 7, 2024
@jeremiahpslewis jeremiahpslewis marked this pull request as draft March 11, 2024 19:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant