mirror of
https://github.com/wassname/ray.git
synced 2026-07-02 21:22:12 +08:00
[rllib] Document ARS & rainbow (#2744)
* wip * rainbow doc too * e not used * fix ppo doc * clean list * use same title
This commit is contained in:
@@ -163,7 +163,7 @@ class RayTrialExecutor(TrialExecutor):
|
||||
result = None
|
||||
try:
|
||||
result = ray.get(result_id)
|
||||
except Exception as e:
|
||||
except Exception:
|
||||
print("fetch_one_result failed:", traceback.format_exc())
|
||||
|
||||
return trial, result
|
||||
|
||||
Reference in New Issue
Block a user