tensortrade.rewards.simple_profit_strategy module¶
-
class
tensortrade.rewards.simple_profit_strategy.
SimpleProfitStrategy
[source]¶ Bases:
tensortrade.rewards.reward_strategy.RewardStrategy
A reward strategy that rewards the agent for profitable trades and prioritizes trading over not trading.
This strategy supports simple action strategies that trade a single position in a single instrument at a time.