Another typo gone from the README

This commit is contained in:
Dominik Moritz Roth 2023-09-18 19:50:23 +02:00
parent c5b051da20
commit 57c4a940b8

View File

@ -165,7 +165,7 @@ import numpy as np
class RawInterfaceWrapper(gym.Wrapper): class RawInterfaceWrapper(gym.Wrapper):
mp_config = { # Default configurations for MPs can be ovveritten by defining them here. mp_config = { # Default configurations for MPs can be overitten by defining attributes here.
'ProMP': {}, 'ProMP': {},
'DMP': {}, 'DMP': {},
'ProDMP': {}, 'ProDMP': {},