Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 3.54 KB

README.md

File metadata and controls

50 lines (36 loc) · 3.54 KB

LNPR codes

completed codes of the lecture note of probabilistic robotics ("詳解確率ロボティクス" in Japanese)

contents

in self_localization directory

in slam directory

in mdp directory

in reinforcement_learning directory

in pomdp directory

  • qmdp.ipynb: Q-MDP value method
  • pfc.ipynb: weighted Q-MDP value method (probabilistic flow control)
  • amdp.ipynb: value iteration with an augumented MDP (an example of corstal navigation by N. Roy in another environment and setting)
  • amdp_policy_agent.ipynb: agents with the result of amdp

in inference directory