releso.parser_environment

Classes used to parse the environment definition.

Files defines the environment used for parsing and also most function which hold the functionality for the Reinforcement Learning environment are defined here.

Classes

Environment(*, save_location[, logger_name, ...])

Parser class of which the environment is based.

MultiProcessing(*, save_location[, ...])

Define multiprocessing capability of environment.