Update README.md

This commit is contained in:
ottofabian
2022-09-28 10:21:39 +02:00
committed by GitHub
parent ee4a46fad1
commit 14ac5f81c7
+1 -1
View File
@@ -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,