tensortrade.env.actions package

tensortrade.env.actions.get(identifier: str) AbstractActionScheme[source]

Gets the AbstractActionScheme that matches with the identifier.

Parameters:

identifier (str) – The identifier for the AbstractActionScheme

Returns:

The action scheme associated with the identifier.

Return type:

class:AbstractActionScheme

Raises:

KeyError – Raised if identifier is not associated with any AbstractActionScheme

Submodules