seldonian.RL.RL_runner.create_agent_fromdict

create_agent_fromdict(hyperparameter_and_setting_dict)

Create an agent from a dictionary specification. This only works for built-in agents.

Parameters:

hyperparameter_and_setting_dict (dict) – Specifies the environment and agent

Returns:

RL agent

Return type:

Agents.Agent