Solvers
Exact solvers, computing the quantity a learning algorithm can only estimate. They are used to obtain the ground truth an experiment is compared against: the optimal value function of a finite MDP, the optimal gain of an LQR problem, and the optimal Q-function of the car-on-hill problem by exhaustive search.
Value iteration algorithm to solve a dynamic programming problem. |
|
Policy iteration algorithm to solve a dynamic programming problem. |
|
Solver of the Car-On-Hill environment. |
|
Computes the optimal gain matrix K. |