Jacob Steinhardt and Russ Tedrake Massachusetts Institute ...

Post on 16-Apr-2022

3 views 0 download

Transcript of Jacob Steinhardt and Russ Tedrake Massachusetts Institute ...

Verifying Stochastic SystemsJacob Steinhardt and Russ Tedrake

Massachusetts Institute of Technology

Motivation

• Robots are often subject to large uncertainties

• dynamical: wind gusts

• perceptual: stereo vision

• To maximize performance, want to plan against typical case (99%) rather than worst case (100%)

Lyapunov equations

• Sufficient condition for stability: non-negative function V such that

Lyapunov equations

V̇ (x) ≤ 0

Martingale condition

Martingale condition

E[V̇ (x)] ≤ 0

Martingale condition

E[V̇ (x)]� �� � ≤ 0� �� �

lim∆t→0+

E[V (x(t+∆t)) | x(t)]− V (x(t))

∆t

Martingale condition

Martingale condition

• Too strong!

E[V̇ (x)] ≤ 0

Martingale condition

• Too strong!

• Consider the system

E[V̇ (x)] ≤ 0

Martingale condition

• Too strong!

• Consider the system

E[V̇ (x)] ≤ 0

Martingale condition

• Too strong!

• Consider the system

• What is ?

E[V̇ (x)] ≤ 0

dx(t) = −xdt+ dw(t)

E[V̇ (0)]

Martingale condition

• Instead consider the relaxed condition

Martingale condition

E[V̇ (x)] ≤ c

• Instead consider the relaxed condition

• theorems giving finite-time guarantees (Kushner 1965)

Martingale condition

E[V̇ (x)] ≤ c

• Instead consider the relaxed condition

• theorems giving finite-time guarantees (Kushner 1965)

• todo: choose and optimize over a family of functions V

Martingale condition

E[V̇ (x)] ≤ c

Choosing V

Choosing V

• V(x) = exp(xTJx)

Choosing V

• V(x) = exp(xTJx)

• NB: using xTJx instead has poor results (no bound at all after a few seconds)

Choosing V

• V(x) = exp(xTJx)

• NB: using xTJx instead has poor results (no bound at all after a few seconds)

• E[dV/dt] = p(x)exp(xTJx)

Verifying the Martingale Condition

• from previous slide:

Verifying the Martingale Condition

E[V̇ (x)] = p(x)exT Jx

• from previous slide:

Verifying the Martingale Condition

E[V̇ (x)] = p(x)exT Jx

p(x)exT Jx ≤ c

⇐⇒ p(x) ≤ ce−xT Jx

⇐= p(x) ≤ c(1− xTJx)

• from previous slide:

• polynomial condition: optimize with SOS programming

Verifying the Martingale Condition

E[V̇ (x)] = p(x)exT Jx

p(x)exT Jx ≤ c

⇐⇒ p(x) ≤ ce−xT Jx

⇐= p(x) ≤ c(1− xTJx)

Results: Quadrotor

Results: UAV

Further reading

• http://groups.csail.mit.edu/locomotion/

• LQR-trees tutorial on Friday in the “Integrated Planning and Control” workshop