I'm about to get into implementing a pipeline that...
# questions
i
I'm about to get into implementing a pipeline that runs a ray rllib job inside a node. Is there anything I should know ahead of time that people have run into? I know there's some ray + kedro discussion online, but that seems to be more around ray being the runner not just running inside a node.
n
As far as I know, it's relatively straight forward to run it with the decorator.
👍 1
I haven't done that myself but I know it has been done within the firm
i
Cool Just wanted to check in case there was something big to look out for I'll report back!
👍 1
n
Nice! If it goes smooth and you want to write something about it, @Jo Stichbury can help with that!
👍 2
In general decorator based feature works quite well with kedro, same goes with pandera etc