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
When parsing a POMDP with state rewards, the state rewards are ignored i.e. no reward model for state rewards is created, and the rewards (at least when parsing DRN) are parsed as state labels instead. For example, on this POMDP pomdp-state-rewards.zip I get following output after parsing:
as you can see the state rewards [100] and [0] were converted to state labels. It seems like there's a bug in the parser for POMDPs at least. I tried it with MDPs and there the state rewards are parsed correctly.
The text was updated successfully, but these errors were encountered:
When parsing a POMDP with state rewards, the state rewards are ignored i.e. no reward model for state rewards is created, and the rewards (at least when parsing DRN) are parsed as state labels instead. For example, on this POMDP pomdp-state-rewards.zip I get following output after parsing:
as you can see the state rewards [100] and [0] were converted to state labels. It seems like there's a bug in the parser for POMDPs at least. I tried it with MDPs and there the state rewards are parsed correctly.
The text was updated successfully, but these errors were encountered: