lift()#

abstract static LifterTemplate.lift(states)[source]#

Lift the native state variables to the learning variables.

Parameters
states(n, k) ndarray

Native state variables.

Returns
lifted_states(n_new, k) ndarray

Learning variables.