beobench.experiment.config_parser#

Experiment config parser module

Functions

add_default_and_user_configs(config)

Add default and user configs to existing beobench config.

check_config(config)

Check if config is valid.

create_rllib_config(config)

Create a configuration for ray.tune.run() method.

get_autogen_config()

Get automatically generated parts of a Beobench configuration.

get_default()

Get default beobench config.

get_high_level_config(method, gym, env)

Get config from agent, gym and env params.

get_standard_config(name)

Get standard beobench config from beobench.data.configs

get_user()

Get user beobench config.

parse(config)

Parse experiment config to dict.