Description Usage Arguments Value
# Function that takes the parameters produced by the policy recursion (LQG_policy_recursion) and the parameters of the previous Gaussian transition kernels, and outputs the parameters for the updated Gaussian transitions
1 | LQG_update_transitions(policy_params, transitions)
|
policy_params |
list with keys:
|
transitions |
list with keys:
|
list with keys:
Kmats
array of size d x d x T
rvecs
array of size d x T
Smats
array of size d x d x T
inv.Smats
array of size d x d x T
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.