v1.1.3; fix friction calc err (x0.4)
This commit is contained in:
@@ -42,7 +42,7 @@ default_args_list = [
|
||||
# '--num-processes', '30', # Set in CLI
|
||||
'--seeds', '0', '1', '2',
|
||||
'--search-seeds', '0', '1', '2', '3', '4',
|
||||
'--frictions', '0.5', '0.75', '1.0', '1.25', '1.5', '1.75', '2.0', '2.25', '2.5',
|
||||
'--frictions', '0.2', '0.3', '0.4', '0.5', '0.6', '0.7', '0.8', '0.9', '1.0',
|
||||
'--compress-logs',
|
||||
'--headless',
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user