#690 · Primary category: Education & Research
AI-Toolbox
A C++ framework for MDPs and POMDPs with Python bindings
Project last updated:03/18/25
GitHub Stars
670
Forks
101
Contributors
4
License
GPL-3.0
Why we included this project
AI-Toolbox is a C++ library for sequential decision problems where an agent has to act under uncertainty: Markov decision processes, partially observable MDPs, and bandit algorithms. Python bindings let you prototype against native Python models, including OpenAI gym environments, before moving to C++ for speed. The interface is deliberately small: you supply your own model by implementing a handful of methods, and the bundled solvers take it from there. It also parses the Cassandra POMDP format, so existing benchmark problems carry over. Newcomers get simple tutorials and a JMLR paper to lean on, though this is a research toolbox rather than a turnkey product: expect to write your own model code, but the breadth of algorithms and utilities covers a lot of ground.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
prompts.chat
f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.
JavaGuide
Java Interview & Backend General Interview Guide, covering computer fundamentals, databases, distributed systems, high concurrency, system design, and AI application development.
system-prompts-and-models-of-ai-tools
A curated collection of system prompts, internal tools, and AI models from popular AI assistants and coding agents.
30-seconds-of-code
Coding articles to level up your development skills
generative-ai-for-beginners
21 Lessons, Get Started Building with Generative AI