pomdp_py.problems.tag.agent package¶
Submodules¶
pomdp_py.problems.tag.agent.agent module¶
- pomdp_py.problems.tag.agent.agent.initialize_belief(grid_map, init_robot_position, prior={})[source]¶
Initialize belief.
- Parameters:
grid_map (GridMap) – Holds information of the map occupancy
prior (dict) – A map from (x,y)->[0,1]. If empty, the belief will be uniform.