mirror of
https://github.com/wassname/ray.git
synced 2026-08-12 12:20:11 +08:00
[RLlib] Issue 10469: Callbacks should receive env idx ... (#10477)
This commit is contained in:
@@ -528,4 +528,4 @@ inline std::string GetActorFullName(bool global, std::string name) {
|
||||
return global ? name
|
||||
: ::ray::CoreWorkerProcess::GetCoreWorker().GetCurrentJobId().Hex() +
|
||||
"-" + name;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user