tensortrade.env.rewards package¶
- tensortrade.env.rewards.get(identifier: str) AbstractRewardScheme [source]¶
Gets the RewardScheme that matches with the identifier.
- Parameters:
identifier (str) – The identifier for the RewardScheme
- Returns:
TensorTradeRewardScheme – The reward scheme associated with the identifier.
- Raises:
KeyError: – Raised if identifier is not associated with any RewardScheme