tensortrade.environments package

tensortrade.environments.get(identifier)[source]

Gets the TradingEnvironment that matches with the identifier.

Parameters:identifier (str) – The identifier for the TradingEnvironment
Raises:KeyError – if identifier is not associated with any TradingEnvironment
Return type:TradingEnvironment