diff --git a/docs/docs/contributing/add_env.md b/docs/docs/contributing/add_env.md index a62faca..51c51c1 100644 --- a/docs/docs/contributing/add_env.md +++ b/docs/docs/contributing/add_env.md @@ -37,7 +37,7 @@ There a few simple steps to follow, and we will walk through them one by one. Doom = "DoomEnvironmentWrapper" -3. In addition a new configuration class should be implemented for defining the environment's parameters. +3. In addition a new configuration class should be implemented for defining the environment's parameters and placed in configurations.py. For instance, the following is used for Doom: class Doom(EnvironmentParameters):