Adding a New Environment
There are essentially two ways to integrate new environments to Coach:
Using the Coach API
There are a few simple steps to follow, and we will walk through them one by one.As an alternative, we highly recommend following the correspondingin the GitHub repo.
- Create a new parameters class for your environment, which inherits the EnvironmentParameters class.In the init of your class, define all the parameters you used in your Environment class.Additionally, fill the path property of the class with the path to your Environment class.For example, take a look at the EnvironmentParameters class used for Doom: