mlos_core.spaces.adapters.SpaceAdapterType

class mlos_core.spaces.adapters.SpaceAdapterType(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)

Enumerate supported MlosCore space adapters.

__init__(*args, **kwds)
IDENTITY = <class 'mlos_core.spaces.adapters.identity_adapter.IdentityAdapter'>

A no-op adapter will be used.

LLAMATUNE = <class 'mlos_core.spaces.adapters.llamatune.LlamaTuneAdapter'>

An instance of LlamaTuneAdapter class will be used.