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
It would be nice to have some multidimensional interval sets, i.e.
Interval([1,1], [2,3]) would be the "box" between 1 and 2 on the x axis and between 1 and 3 on the y axis.
Currently, it doesn't work as we would want it to:
It would be nice to have some multidimensional interval sets, i.e.
Interval([1,1], [2,3]) would be the "box" between 1 and 2 on the x axis and between 1 and 3 on the y axis.
Currently, it doesn't work as we would want it to:
see e.g. JuliaPOMDP/POMDPs.jl#301, JuliaReinforcementLearning/CommonRLInterface.jl#15 for description of needs.
Is that beyond the scope of this package?
The text was updated successfully, but these errors were encountered: