From 57c4a940b8a23fb23760463656639b652df7faec Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Mon, 18 Sep 2023 19:50:23 +0200 Subject: [PATCH] Another typo gone from the README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 55fe81a..7527ce8 100644 --- a/README.md +++ b/README.md @@ -165,12 +165,12 @@ import numpy as np 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': {}, 'DMP': {}, 'ProDMP': {}, - } - + } + @property def context_mask(self) -> np.ndarray: """