lift()# abstract static LifterTemplate.lift(states)[source]# Lift the native state variables to the learning variables. Parameters: states(n, k) ndarrayNative state variables. Returns: lifted_states(n_new, k) ndarrayLearning variables.