[RLlib] Issue 10469: Callbacks should receive env idx ... (#10477)

This commit is contained in:
Sven Mika
2020-09-03 17:27:05 +02:00
committed by GitHub
parent d8ac4bc719
commit 715ee8dfc9
6 changed files with 59 additions and 33 deletions
+1 -1
View File
@@ -528,4 +528,4 @@ inline std::string GetActorFullName(bool global, std::string name) {
return global ? name
: ::ray::CoreWorkerProcess::GetCoreWorker().GetCurrentJobId().Hex() +
"-" + name;
}
}