merged internal

This commit is contained in:
Peter Zhokhov
2018-10-22 19:22:46 -07:00
3 changed files with 2 additions and 4 deletions

View File

@@ -18,6 +18,6 @@ def atari():
defaults = {
'atari': atari()
'atari': atari(),
'retro': atari()
}

View File

@@ -147,7 +147,6 @@ def get_learn_function_defaults(alg, env_type):
return entry['defaults'].get(env_type, {})
def parse_cmdline_kwargs(args):
'''
convert a list of '='-spaced command-line arguments to a dictionary, evaluating python objects when possible

View File

@@ -33,4 +33,3 @@ defaults = {
'atari': atari(),
'mujoco': mujoco(),
}