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
If a POMDP implements reward(m, s, a, sp, o), then reward(m, s, a, sp) is not available when an UnderlyingMDP is created. We should fix this. One possible way is to use StateActionReward.
The text was updated successfully, but these errors were encountered:
If a POMDP implements
reward(m, s, a, sp, o)
, thenreward(m, s, a, sp)
is not available when anUnderlyingMDP
is created. We should fix this. One possible way is to useStateActionReward
.The text was updated successfully, but these errors were encountered: