Skip to content

This repository contains code I have written for my Master's thesis. It is a C++ implementation of the IPFT POMDP solver.

Notifications You must be signed in to change notification settings

maximilianmbeck/ipft_pomdp_solver

Repository files navigation

IPFT

C++ implementation of Information Particle Filter Tree algorithm.

The original Julia implementation can be found here

Notes on Memorypool

This implementation of the IPFT solver uses the concept of pooling for dynamic memory allocation of State and Observation objects. Therefore, always allocate State and Observation objects through the specified functions in the POMDP model class. Make sure that you do not forget to destroy the objects (again only through the functions in POMDP), when you are done using them.

TODO(max) give example here!

About

This repository contains code I have written for my Master's thesis. It is a C++ implementation of the IPFT POMDP solver.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published