Skip to content

baggepinnen/KalmanTree.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KalmanTree.jl

Not yet ready for consumption

Build Status codecov

This is so far a toy project. The goal is to develop a function approximator particularily suitable for representing value functions Q(s,a) (from control and reinforcement learning). Key points are that the approximator is easy to update recursively and to take the argmaxₐ(Q) of.

The approximator consists of a KD-tree, where each cell is a quadratic model. The models are updated recursively once a new datapoint is available. Every now and then, the cell/model with highest covariance (in some sense) is split into two new cells/models.

window

About

Bayesian function approximation using KD-trees with Kalman-filter cells

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages