1
0
mirror of https://github.com/gryf/coach.git synced 2025-12-17 19:20:19 +01:00

Update add_env.md

This commit is contained in:
Zach Dwiel
2017-11-04 22:12:59 -04:00
committed by galleibo-intel
parent 9ae2905a76
commit 7bdba396d2

View File

@@ -37,7 +37,7 @@ There a few simple steps to follow, and we will walk through them one by one.
Doom = "DoomEnvironmentWrapper" 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: For instance, the following is used for Doom:
class Doom(EnvironmentParameters): class Doom(EnvironmentParameters):