Skip to content

Commit fbe5421

Browse files
Update theory.rst
1 parent 1f4ba0e commit fbe5421

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/theory.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ We consider a stochastic system described by a stochastic differential equation
66

77
.. math::
88
9-
dX_t = f(X_t,t) dt + \sigma(x,t) dW_t
9+
dX_t = f(X_t,t) dt + \sigma(X_t,t) dW_t
1010
1111
1212
@@ -26,7 +26,7 @@ We implement the constraints in terms a time- and state-dependent perturbation o
2626

2727
.. math::
2828
29-
dX_t = f(X_t,t) dt + u(x,t) dt + \sigma(x,t) dW_t.
29+
dX_t = f(X_t,t) dt + u(X_t,t) dt + \sigma(X_t,t) dW_t.
3030
3131
Following the assumptions of the Path Integral control formalism, i.e. assuming that control costs are inversely proportional of noise variance (see [Maoutsa2021a]_ , [Maoutsa2021b]_ for more details), we can show that the interventions :math:`u(x,t)` can be obtained from the **logarithmic gradient of the solution of a backward partial differential equation** rescaled by the noise variance.
3232

0 commit comments

Comments
 (0)