Skip to content

Commit

Permalink
fixed pylint finding
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaron committed May 15, 2024
1 parent 5c084f6 commit a1fafa5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions roboquant/ml/envs.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,7 @@ def reset(self, *, seed=None, options=None):
self.get_reward(self.event, self.account)
if not np.any(np.isnan(observation)):
return observation, {}
else:
logger.info(observation)
logger.info(observation)

def render(self):
pass
Expand Down

0 comments on commit a1fafa5

Please sign in to comment.