Function that extracts the state list objects from the environment
Function that extracts the state list objects from the environment
#' @description The function extract the objects that we are going to save together with the vaeac model to make it possible to train the model further and to evaluate it. The environment should be the local environment inside the vaeac_train_model_auxiliary() function.
vaeac_get_full_state_list(environment)
Arguments
environment: The base::environment() where the objects are stored.