From 14ac5f81c7b4f85f23cf8d468b2840ff15edc11b Mon Sep 17 00:00:00 2001 From: ottofabian Date: Wed, 28 Sep 2022 10:21:39 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a9f826..b665a7f 100644 --- a/README.md +++ b/README.md @@ -205,7 +205,7 @@ at the [examples](fancy_gym/examples/). import fancy_gym # Base environment name, according to structure of above example -base_env_id = "ball_in_cup-catch" +base_env_id = "dmc:ball_in_cup-catch" # Replace this wrapper with the custom wrapper for your environment by inheriting from the RawInferfaceWrapper. # You can also add other gym.Wrappers in case they are needed,