fix bug in 4ActRLEnv

This commit is contained in:
robcaulk 2022-09-14 22:53:53 +02:00
parent 81417cb795
commit 48140bff91
1 changed files with 0 additions and 1 deletions

View File

@ -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