Fix wrong signature for main in examples/examples_movement_primitives.py
This commit is contained in:
parent
d6f42cf755
commit
374d72ddde
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user