fix python 3.5 string format compatibility
This commit is contained in:
@@ -53,7 +53,7 @@ _game_envs['retro'] = {
|
||||
|
||||
def train(args, extra_args):
|
||||
env_type, env_id = get_env_type(args.env)
|
||||
print(f'env_type: {env_type}')
|
||||
print('env_type: {}'.format(env_type))
|
||||
|
||||
total_timesteps = int(args.num_timesteps)
|
||||
seed = args.seed
|
||||
|
Reference in New Issue
Block a user