0

I want to run RL algorithm on Apache Spark. However, RL does not exists in Spark's MLib. Is it possible to implement it? any links may help. Thank you in advance

user
  • 33
  • 5

1 Answers1

0

You can use UDF or Pandas UDF instead.

pltc
  • 5,836
  • 1
  • 13
  • 31
  • Thank you. But can you explain more how can UDF or Pandas UDF help to implement reinforcement learning on Spark – user Apr 12 '22 at 22:42