Skip to content

Commit

Permalink
rendering mode fix
Browse files Browse the repository at this point in the history
  • Loading branch information
umutucak committed Oct 17, 2023
1 parent 072cbe7 commit 95a9da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion momadm_benchmarks/envs/multiwalker/multiwalker_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def __init__(
remove_on_fall=True,
terrain_length=TERRAIN_LENGTH,
max_cycles=500,
render_mode=None,
render_mode=render_mode,
)
self.setup()
self.last_rewards = [np.zeros(shape=(3,), dtype=np.float32) for _ in range(self.n_walkers)]
Expand Down

0 comments on commit 95a9da0

Please sign in to comment.