This package implements the gym environment to couple it with selected environment. More...
Namespaces | |
namespace | environments |
Variables | |
logger = logging.getLogger() | |
The logger to set log level to INFO. More... | |
This package implements the gym environment to couple it with selected environment.
This package implements Environments class as rlpack.environments.environments.Environments. This class couples the agent we selected with the environment we pass/select. It provides basic methods for training and evaluating an agent. This class also logs rewards and other metrics on the screen.
rlpack.environments.logger = logging.getLogger() |
The logger to set log level to INFO.
The rlpack.environments uses INFO level logging to display various metrics related to training.