tensortrade.environments.rewards.reward_strategy module

class tensortrade.environments.rewards.reward_strategy.RewardStrategy[source]

Bases: object

abstract get_reward(current_step, exchange)[source]
Return type

float

reset()[source]
set_dtype(dtype)[source]