mirror of
https://github.com/wassname/ray.git
synced 2026-08-05 13:21:03 +08:00
Fix linting errors. (#3127)
This commit is contained in:
committed by
Philipp Moritz
parent
55d161b49f
commit
5aa29613db
@@ -70,7 +70,7 @@ def check_support(alg, config, stats, check_bounds=False):
|
||||
try:
|
||||
a = get_agent_class(alg)(config=config, env="stub_env")
|
||||
a.train()
|
||||
except UnsupportedSpaceException as e:
|
||||
except UnsupportedSpaceException:
|
||||
stat = "unsupported"
|
||||
except Exception as e:
|
||||
stat = "ERROR"
|
||||
|
||||
Reference in New Issue
Block a user