You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 0.7 remove dependency with boost v1.65. This version provides…
… a better q-learning implementation, better use of inheritance, registries, and more.
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
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.
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.
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.