/cubeai

Library for reinforcement learning with c++

Primary LanguageC++

cubeAI

CubeAI is a C++ library containing implementations of various reinforcement learning, filtering and planning algorithms. The library documentation (under development) can be found here CubeAI The Python flavor of the library can be found at PyCubeAI.

The following is an indicative list of examples. More tutorials can be found at CubeAI.

Examples

Reinforcement learning

Path planning

PyTorch based examples

Installation

Installation instructions and dependencies can be found here.

Documentation dependencies

There are extra dependencies if you want to generate the documentation. Namely,

  • Doxygen
  • Sphinx
  • sphinx_rtd_theme
  • breathe
  • m2r2