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
This solver uses some function that are broader than the minimal interface defined in RLInterface and relies on internal fields such as env.problem in many places.
Ideally, the solver should support an RL environment defined just using RLInterface.jl and without necessarily an MDP or POMDP object associated with it.
The text was updated successfully, but these errors were encountered:
Yes, this is definitely important. In my class, more students had success with this package than any other, but this made it a little confusing to use.
Right now it is really designed to work with POMDPs.jl. Any AbtractEnvironment could technically be implemented using MDP and the generative interface. initialstate, gen and actions is all what's needed I believe.
This solver uses some function that are broader than the minimal interface defined in RLInterface and relies on internal fields such as
env.problem
in many places.Ideally, the solver should support an RL environment defined just using RLInterface.jl and without necessarily an
MDP
orPOMDP
object associated with it.The text was updated successfully, but these errors were encountered: