Unnecessary lines in Base4, and changes for box space, to fit better for our needs (#7324)

This commit is contained in:
Richard Jozsa
2022-08-31 16:37:02 +02:00
committed by GitHub
parent 1a8e1362a1
commit 2493e0c8a5
2 changed files with 1 additions and 5 deletions

View File

@@ -66,10 +66,6 @@ class Base4ActionRLEnv(BaseEnvironment):
self._position = Positions.Neutral
trade_type = "neutral"
self._last_trade_tick = None
elif action == Actions.Exit.value:
self._position = Positions.Neutral
trade_type = "neutral"
self._last_trade_tick = None
else:
print("case not defined")