Hi,
I was reading the documentation of DifferentialActionModelAbstractTpl and I think there might be an error within the documentation. When showing what the cost function for DifferentialActionModelAbstractTpl should describe, it shows that
$$l(x, u) = \int_{0}^{\delta_t}{a(r(x, u))}dt$$
I was wondering if the value of l(x, u) in this case should actually be
$$l(x, u) = a(r(x, u))$$