You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MethodError: no method matching ReinforcementLearningCore.TabularApproximator(::Vector{Float64}, ::Optimisers.Descent{Float64})
The type `ReinforcementLearningCore.TabularApproximator` exists, but no method is defined for this combination of argument types when trying to construct it.
Closest candidates are:
ReinforcementLearningCore.TabularApproximator(::A) where A<:AbstractArray
@ ReinforcementLearningCore ~/.julia/packages/ReinforcementLearningCore/jIECU/src/policies/learners/tabular_approximator.jl:19
ReinforcementLearningCore.TabularApproximator(::A) where A
@ ReinforcementLearningCore ~/.julia/packages/ReinforcementLearningCore/jIECU/src/policies/learners/tabular_approximator.jl:4
The text was updated successfully, but these errors were encountered:
Error with Chapter 06 example
https://github.com/JuliaReinforcementLearning/ReinforcementLearningAnIntroduction.jl/blob/master/notebooks/Chapter06_RandomWalk.jl
The text was updated successfully, but these errors were encountered: