unlift()#

abstract static LifterTemplate.unlift(lifted_states)[source]#

Recover the native state variables from the learning variables.

Parameters
lifted_states(n, k) ndarray

Learning variables.

Returns
states(n, k) ndarray

Native state variables.