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
The package was originally designed to work with a handful of POMDPs from the POMDPs.jl ecosystem. Now that it is more general, we should probably change the design so that it assumes a problem conforms to the CommonRLInterface and not an POMDP/MDP interface. We can easily construct a CommonRLInterface from the POMDP or MDP (thats effectively what is happening here:
The package was originally designed to work with a handful of POMDPs from the POMDPs.jl ecosystem. Now that it is more general, we should probably change the design so that it assumes a problem conforms to the CommonRLInterface and not an POMDP/MDP interface. We can easily construct a CommonRLInterface from the POMDP or MDP (thats effectively what is happening here:
Crux.jl/src/sampler.jl
Line 89 in 45a17ee
The text was updated successfully, but these errors were encountered: