ray.is_initialized# ray.is_initialized() → bool[source]# Check if ray.init has been called yet. Returns: True if ray.init has already been called and false otherwise.