I am trying to implement the AL-iLQR algorithm described in this tutorial. I am not familiar with the steps outlined in this paper and require some assistance in deciphering the notations under this particular section.
Under (5) does c(x) be either equality or inequality constraints? Or can it be inclusive of both?
Under (6) is Iµ a diagonal matrix consisting of the penalty terms?
Under (8) max(0, λi + mu c(x)) is this statement here to always result in non-negative numbers?
