tensortrade.environments package¶
-
tensortrade.environments.get(identifier)[source]¶ Gets the TradingEnvironment that matches with the identifier.
Parameters: identifier ( str) – The identifier for the TradingEnvironmentRaises: KeyError– if identifier is not associated with any TradingEnvironmentReturn type: TradingEnvironment