All Projects → h2r → pomdp-py

h2r / pomdp-py

Licence: MIT license
A framework to build and solve POMDP problems. Documentation: https://h2r.github.io/pomdp-py/

Programming Languages

python
139335 projects - #7 most used programming language
cython
566 projects

Projects that are alternatives of or similar to pomdp-py

QuickPOMDPs.jl
Concise and friendly interfaces for defining MDP and POMDP models for use with POMDPs.jl solvers
Stars: ✭ 22 (-83.21%)
Mutual labels:  pomdps, markov-decision-processes
Hierarchical-Decision-Making-for-Autonomous-Driving
Rich literature review and discussion on the implementation of "Hierarchical Decision-Making for Autonomous Driving"
Stars: ✭ 38 (-70.99%)
Mutual labels:  markov-decision-processes, pomdp
Pwn debug
Aim to help building exploitation of CTFs pwn game quickly
Stars: ✭ 149 (+13.74%)
Mutual labels:  easy-to-use
Warewolf
Effortless Microservice Design and Integration. This repository includes the code-base for the Warewolf Studio and Server.
Stars: ✭ 238 (+81.68%)
Mutual labels:  easy-to-use
Django Easy Timezones
Easy timezones for Django based on GeoIP
Stars: ✭ 195 (+48.85%)
Mutual labels:  easy-to-use
Brain.js
brain.js is a GPU accelerated library for Neural Networks written in JavaScript.
Stars: ✭ 12,358 (+9333.59%)
Mutual labels:  easy-to-use
Golang Project Structure
Golang Skeleton with fully version managed
Stars: ✭ 103 (-21.37%)
Mutual labels:  easy-to-use
Siris
DEPRECATED: The community driven fork of Iris. The fastest web framework for Golang!
Stars: ✭ 146 (+11.45%)
Mutual labels:  easy-to-use
Tsuyo
🤖 A light-weight and easy-to-use modular Discord bot built with DiscordJS.
Stars: ✭ 136 (+3.82%)
Mutual labels:  easy-to-use
Overlap Image Gallery View
OverlapImageGalleryView with different animations. Sample for android mobile application.
Stars: ✭ 188 (+43.51%)
Mutual labels:  easy-to-use
Golog
A high-performant Logging Foundation for Go Applications. X3 faster than the rest leveled loggers.
Stars: ✭ 208 (+58.78%)
Mutual labels:  easy-to-use
Heroku Telegram Bot
Starter pack to host your Python Telegram Bot on Heroku for free.
Stars: ✭ 183 (+39.69%)
Mutual labels:  easy-to-use
Easywall
Web interface for easy use of the IPTables firewall on Linux systems written in Python3.
Stars: ✭ 172 (+31.3%)
Mutual labels:  easy-to-use
Typesetter
Open source CMS written in PHP focused on ease of use with true WYSIWYG editing and flat-file storage.
Stars: ✭ 212 (+61.83%)
Mutual labels:  easy-to-use
Opencoarrays
A parallel application binary interface for Fortran 2018 compilers.
Stars: ✭ 151 (+15.27%)
Mutual labels:  easy-to-use
POMCPOW.jl
Online solver based on Monte Carlo tree search for POMDPs with continuous state, action, and observation spaces.
Stars: ✭ 33 (-74.81%)
Mutual labels:  pomdps
Ether.network
https://github.com/Eastrall/Sylver
Stars: ✭ 147 (+12.21%)
Mutual labels:  easy-to-use
Easy.messagehub
No need for .NET Events! A thread-safe, high performance & easy to use cross platform implementation of the Event Aggregator Pattern.
Stars: ✭ 208 (+58.78%)
Mutual labels:  easy-to-use
agentmodels.org
Modeling agents with probabilistic programs
Stars: ✭ 66 (-49.62%)
Mutual labels:  pomdp
Golang Html To Pdf Converter
Golang HTML to PDF Converter
Stars: ✭ 177 (+35.11%)
Mutual labels:  easy-to-use

pomdp_py

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 and installation instructions.

If you find this library helpful to your work, please cite the following paper:

 @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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].