Skip to content

ILQR controller acting on a two link arm model of the human arm to demonstrate reaching between points in a 2d plane

Notifications You must be signed in to change notification settings

raklokesh/ILQR_TwoLinkArm_Reaching

Repository files navigation

Simulation of point to point reaching using a two-link human arm model controlled by an iLQR controller

The following articles were referred to complete this project.

(1) Li and Todorov, 2004

(2) Tassa et al., 2014

Model and task

  1. The model was generated based on the parameters used in (1), excluding the muscle models and controlling joint torques directly.
  2. Four targets were placed at different locations on the 2D plane and reaching to these targets from a common starting target were simulated.

Initialization of control

The initialization of control actions at each time step was obtained by modeling the problem as an infinite horizon LQR. The reaching trajectories due to this control are unsatisfactory as shown in the initial animation and figure below (red trajectories).

ILQR controller

The controller actions were optimized iteratively using Differential Dynamic Programming as described in (2). The final control solutions shown in the figure below (blue trajectories) and animated in final animation were reached under 10 iterations for all targets. Trajectories from selected inbetween iterations are shown in grey (dark to light in increasing iteration number).

About

ILQR controller acting on a two link arm model of the human arm to demonstrate reaching between points in a 2d plane

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages