mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-02-13 17:50:30 +00:00
fix bug in 4ActRLEnv
This commit is contained in:
@@ -33,7 +33,6 @@ class Base4ActionRLEnv(BaseEnvironment):
|
||||
|
||||
self._update_unrealized_total_profit()
|
||||
|
||||
self._update_profit(action)
|
||||
step_reward = self.calculate_reward(action)
|
||||
self.total_reward += step_reward
|
||||
|
||||
|
||||
Reference in New Issue
Block a user