|
|
|
|
|
|
- **Print : `print(str(env))`** |
|
|
|
Prints all parameters relevant to the loaded environment and the |
|
|
|
Brains. |
|
|
|
- **Reset : `env.reset(train_model=True, config=None)`** |
|
|
|
- **Reset : `env.reset(train_mode=True, config=None)`** |
|
|
|
- `train_model` indicates whether to run the environment in train (`True`) or |
|
|
|
- `train_mode` indicates whether to run the environment in train (`True`) or |
|
|
|
test (`False`) mode. |
|
|
|
- `config` is an optional dictionary of configuration flags specific to the |
|
|
|
environment. For generic environments, `config` can be ignored. `config` is |
|
|
|