RayInterface.get_actor#

RayInterface.get_actor(name)[source]

Get a Ray actor by its name.

Parameters:

name (str) – The name of the Ray actor.

Returns:

The Ray actor handle.

Return type:

ActorHandle