This repository is the code of the paper "Impact of Computation in Integral Reinforcement Learning for Continuous-Time Control" submitted to ICLR 2024.
- Python
- Libraries:
numpymatplotlibscipyprobnumsklearnargparseos
-
Simulations for trapezoidal rule for Example 1
- File:
example_tos_trapz.py
- File:
-
Simulations for Bayesian quadrature with Matérn kernel for Example 1
- File:
example_tos_Matern.py
- File:
-
Simulations for trapezoidal rule rule for Example 2
- File:
example_sin_trapz.py
- File:
-
Simulations for Bayesian quadrature with Matérn kernel for Example 2
- File:
example_sin_Matern.py
- File:
- ThirdOrderSystem: Contains simulation results related to Example 1.
- SinSystem: Contains simulation results related to Example 2.
- Illustration_of_BQ: Contains scripts like
BQ_matern.pyandBQ_wiener.pythat illustrate Bayesian quadrature methods. - Motivation_Sinsystem: Motivated example for scenerios when the internal dynamics is unknown.
- Motivation_Cartpole: Motivated example for scenerios when the internal dynamics is known.