ray.actor.ActorClass.remote# ActorClass.remote(*args, **kwargs)[source]# Create an actor. Parameters: args – These arguments are forwarded directly to the actor constructor. kwargs – These arguments are forwarded directly to the actor constructor. Returns: A handle to the newly created actor.