mdp_playground.config_processor.config_processor¶
Functions
|
varying_configs is a list of dict of dicts with structure of each element in the list as: { “env”: {…} “agent”: {…} “model”: {…} } |
|
|
|
|
When using frameStack GymEnvWrapper should wrap AtariEnv using wrap_deepmind_ray and therefore this function sets “wrap_deepmind_ray”: True and ‘frame_skip’: 1 inside config so as to keep config same as for create_gym_env_wrapper_atari above and reduce manual errors when switching between the 2. |
|
Creates a GymEnvWrapper around a MujocoEnvWrapper |
|
|
Merges dict b into dict a |
|
|
|
|
|
var_configs: dict of dicts of lists as values |
|
var_configs: dict of dicts of strings or tuples as values |
|
|
|
|
|
|
|
|
|
|
|
|
|