-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
Very good repo! But there are still some errors need to be fixed.
PyPOMDP/pypomdp/parsers/env_parser.py
Line 187 in 3f115b4
self.Z[(action, next_state, obs)] = prob
toself.Z[(action, next_state, obs)] = float(prob)PyPOMDP/pypomdp/models/model.py
Lines 32 to 34 in 3f115b4
@property def num_actions(self): return len(self.states)
toreturn len(self.actions)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels