New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

pomdp-py

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pomdp-py

Python POMDP Library.

1.3.5.1
PyPI
Maintainers
1

pomdp_py

pomdp_py <https://h2r.github.io/pomdp-py>_ is a framework to build and solve POMDP problems, written in Python and Cython.

Why pomdp_py? It provides a POMDP framework in Python with clean and intuitive interfaces. This makes POMDP-related research or projects accessible to more people. It also helps sharing code and developing a community.

Please refer to the full documentation <https://h2r.github.io/pomdp-py>_ and installation instructions <https://h2r.github.io/pomdp-py/html/installation.html>_.

If you find this library helpful to your work, please cite the following paper <https://arxiv.org/pdf/2004.10099.pdf>_::

@inproceedings{zheng2020pomdp_py,
  title = {pomdp\_py: A Framework to Build and Solve POMDP Problems},
  author = {Zheng, Kaiyu and Tellex, Stefanie},
  booktitle = {ICAPS 2020 Workshop on Planning and Robotics (PlanRob)},
  year = {2020},
  url = {https://icaps20subpages.icaps-conference.org/wp-content/uploads/2020/10/14-PlanRob_2020_paper_3.pdf},
  note = {Arxiv link: "\url{https://arxiv.org/pdf/2004.10099.pdf}"}

}

Call for Contributions: please check out - h2r/pomdp-py/issues/25 <https://github.com/h2r/pomdp-py/issues/25>_.

Keywords

Partially Observable Markov Decision Process

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts