Skip to content

sb3.utils

Full path: schola.sb3.utils

schola.sb3.utils

Utility functions for working with stable baselines 3

Functions

ItemDescription
convert_ckpt_to_onnx_for_unreal([trainer, …])Convert a stable baselines model to ONNX for use in Unreal.
get_scholasb3_model(model)Get the ScholaModel for a stable baselines algorithm.
save_model_as_onnx(model, export_path)Save a stable baselines model as ONNX.

Classes

ItemDescription
RenderImagesWrapper(venv)Renders image observations to an interactive matplotlib window.
VecMergeDictActionWrapper(venv)A vectorized wrapper for merging a dictionary of actions into 1 single action.
VecMergeDictObservationWrapper(venv)A vectorized wrapper for merging a dictionary of actions into 1 single action.