AI-Toolbox
AI-Toolbox copied to clipboard
A C++ framework for MDPs and POMDPs with Python bindings
When the .sln is built, there would be error C3779, e.g., 'AIToolbox::IndexMapIterator::operator *': a function that returns 'auto' cannot be used before it is defined. Is there any method to...
Would it be technically possible to have a module in AI-Toolbox capable of loading MDP/POMDP models in [RDDL](https://github.com/ssanner/rddlsim) and/or [PPDDL](https://ipc04.icaps-conference.org/probabilistic/proceedings/younes.pdf) format (which seems to be the "official" formats for the...
While each method & related code is well commented, I'd like more examples on how to use the library, and possibly explanations of the underlying algorithms. I'm very open to...
As the new logging system seems to be working, there's probably a need to "backport" it to all methods, so that if needed an user can print how an algorithm...
There is a high need of writing better tests for existing functionality, possibly using problems and solutions available from the literature. Currently tests mostly verify basic functionality and are probably...
This is more for the future since it may require lots of tweaking to get right, and to check which data structures that the code currently uses are thread-safe or...
I was unable to install it on my Mac due to the dependencies and complier conflicts, so I created a simple Docker image to install this toolbox. I hope this...
When using cmake .. command in the build folder I get the next: C:\AI-Toolbox\build>cmake .. -- Selecting Windows SDK version 10.0.22000.0 to target Windows 10.0.19045. -- Could not link against...
Hi, while creating the transition and reward matrix of type sparse 3D and 2D respectively, The assignment and accessing an element is taking a lot of time proportionally in comparison...
Updated for compilation with multiple g++ and C++20 while resolving error in MARMaxPolicy.cpp for ranges_ vector elementary edits for compilation on ubuntu 20.04 with multiple g++ installations and 9.4.0 set...