Skip to content

schola.sb3.utils.get_scholasb3_model

Function Definition

schola.sb3.utils.get_scholasb3_model(model)

Get the ScholaModel for a stable baselines algorithm.

Parameters

model

Type: stable_baselines3.common.base_class.BaseAlgorithm
The model to get the ScholaModel for.

Returns

Type: ScholaModel
The ScholaModel for the given model.

Return type: ScholaModel