ReinforcementLearning.jl icon indicating copy to clipboard operation
ReinforcementLearning.jl copied to clipboard

Review TabularApproximator

Open jeremiahpslewis opened this issue 1 year ago • 0 comments

Hey @HenriDeh, can you review the TabularApproximator code and let me know whether we want it in RLCore or not? I've added tests to it and modified it so it's not a separate struct, but rather an alias for the Approximator type, when the model is an array or vector.

https://github.com/JuliaReinforcementLearning/ReinforcementLearning.jl/blob/main/src/ReinforcementLearningCore/src/policies/learners/tabular_approximator.jl

jeremiahpslewis avatar Mar 11 '24 16:03 jeremiahpslewis