The exploration policies (https://github.com/JuliaPOMDP/POMDPs.jl/blob/master/lib/POMDPTools/src/Policies/exploration_policies.jl) do not meet the action interface described in the documentation action(::Policy, x) and cannot be used with the simulators directly. Instead they have the interface action(p::EpsGreedyPolicy, on_policy::Policy, k, s).
I was wondering if there is a reason for this?
The exploration policies (https://github.com/JuliaPOMDP/POMDPs.jl/blob/master/lib/POMDPTools/src/Policies/exploration_policies.jl) do not meet the
actioninterface described in the documentationaction(::Policy, x)and cannot be used with the simulators directly. Instead they have the interfaceaction(p::EpsGreedyPolicy, on_policy::Policy, k, s).I was wondering if there is a reason for this?