Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: SDMStudio/sdms

Tags

v0.7

Toggle v0.7's commit message
Version 0.7 remove dependency with boost v1.65. This version provides…

… a better q-learning implementation, better use of inheritance, registries, and more.

v0.6

Toggle v0.6's commit message
Version 0.6 is the first stable release of SDMS. It contains the foll…

…owing improvements:

- change in the way generic objects are used (inheritance instead of template)
- removal of memory leaks
- addition of problem classes
- added algorithms

v0.5

Toggle v0.5's commit message
Version 0.5. This version include the following changes:

- Generic Qlearning (tabular version)
- Serialized problems
- MaxPlan (unstable)

v0.4

Toggle v0.4's commit message
Version 0.4. This version contains a better architecture for problems…

… (DiscreteMDP, DiscretePOMDP, DiscreteDecPOMDP and also BeliefMDP, OccupancyMDP, etc). Previously mentionned problems can be used in RL as interactive worlds implementing the Gym Interface (see ex5.cpp). The new version allow to pass from a problem to another one easily.

v0.3

Toggle v0.3's commit message
Version 0.3. This version is improved compared to 0.2 in the fact tha…

…t it enables to solve pomdp as well as dec pomdp using tabular structures. It also fixes some problems in v0.2.

v0.2

Toggle v0.2's commit message
Version 0.2 od SDMS. This version provide basic tools and interface t…

…o SDMS with only Tabular HSVI algorithm. A easy install method is also supplied.

v0.1

Toggle v0.1's commit message
Version 0.1. Contain first clean version for instanciation of dm prob…

…lems and first test algorithm.

v0.0

Toggle v0.0's commit message
Initial version of SDMS.