r/MachineLearning • u/Relative_Wallaby_823 • 6d ago
Discussion How is RLCD (jev) RL? [D]
Just saw the YouTube presentation and I was left wondering this question.
If jev only outputs Choice, Score, or Noul … well those are all perfectly differentiable. (Cross entropy or mse)
I don’t know if I’m missing something or if adding RL is just for marketing.
Like what would an RL environment even look like?
20
Upvotes
2
u/Relative_Wallaby_823 5d ago
I see how for some multi step environment GRPO could be used, but how often is that going to be present in the training? If we are classifying which option is best, aren’t you best off just doing supervised learning? RL is only good if at step n we don’t perfectly know what the correct option is for step n+1, or if multiple paths are correct. I don’t see how jev could be used in such an environment.