Daft
Daft copied to clipboard
Automatically use the Ray Runner if we detect that Ray has been initialized
Is your feature request related to a problem? Please describe.
The current behavior is to log a warning, but we should perhaps just automatically use the Ray Runner if we detect that ray.init has been called.
The user should still be able to override this behavior by setting use_runner_py directly though.