Skip to content

Commit

Permalink
Fix wrong signature for main in examples/examples_movement_primitives.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Roth committed Nov 26, 2023
1 parent d6f42cf commit 374d72d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fancy_gym/examples/examples_movement_primitives.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,7 @@ def example_fully_custom_mp_alternative(seed=1, iterations=1, render=True):
pass


def main():
render = False
def main(render=False):
# DMP
example_mp("fancy_DMP/HoleReacher-v0", seed=10, iterations=5, render=render)

Expand Down

0 comments on commit 374d72d

Please sign in to comment.