RLPack
 
Loading...
Searching...
No Matches
rlpack.environments Namespace Reference

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...
 

Detailed Description

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.

Variable Documentation

◆ logger

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.