Skip to content

Commit

Permalink
Imagewrapper Render (#61)
Browse files Browse the repository at this point in the history
render call for image wrapped environments
  • Loading branch information
beardyFace authored Sep 18, 2024
1 parent 97cd696 commit 1931b75
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/environments/image_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ def min_action_value(self):
def max_action_value(self):
return self.gym.max_action_value

def render(self):
self.gym.render()

def sample_action(self):
return self.gym.sample_action()

Expand Down

0 comments on commit 1931b75

Please sign in to comment.