From 7bdba396d20bd54726a296af22b4e688af7f00cb Mon Sep 17 00:00:00 2001 From: Zach Dwiel Date: Sat, 4 Nov 2017 22:12:59 -0400 Subject: [PATCH] Update add_env.md --- docs/docs/contributing/add_env.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):