merged internal
This commit is contained in:
@@ -18,6 +18,6 @@ def atari():
|
|||||||
|
|
||||||
|
|
||||||
defaults = {
|
defaults = {
|
||||||
'atari': atari()
|
'atari': atari(),
|
||||||
'retro': atari()
|
'retro': atari()
|
||||||
}
|
}
|
||||||
|
@@ -147,7 +147,6 @@ def get_learn_function_defaults(alg, env_type):
|
|||||||
return entry['defaults'].get(env_type, {})
|
return entry['defaults'].get(env_type, {})
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def parse_cmdline_kwargs(args):
|
def parse_cmdline_kwargs(args):
|
||||||
'''
|
'''
|
||||||
convert a list of '='-spaced command-line arguments to a dictionary, evaluating python objects when possible
|
convert a list of '='-spaced command-line arguments to a dictionary, evaluating python objects when possible
|
||||||
|
@@ -33,4 +33,3 @@ defaults = {
|
|||||||
'atari': atari(),
|
'atari': atari(),
|
||||||
'mujoco': mujoco(),
|
'mujoco': mujoco(),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user