schola.sb3.utils.get_scholasb3_model
schola.sb3.utils.get_scholasb3_model(model) : Get the ScholaModel for a stable baselines algorithm.
Parameters: : model (stable_baselines3.common.base_class.BaseAlgorithm) – The model to get the ScholaModel for.
Returns: : The ScholaModel for the given model.
Return type: : ScholaModel