fix: forwarded role to Evaluator - #6196
Conversation
RLVRTrainer does not forward the user-provided role to its internal Evaluator.create() call, causing role resolution failures for users whose caller identity cannot auto-resolve, and the required Lambda response format (aggregate_reward_score) is undocumented in the training interface.
|
Claude finished @zhaoqizqwang's task in 1m 36s —— View job Code Review: fix: forwarded role to Evaluator
The core fix is correct and worthwhile: forwarding A few points to consider: 1. The
|
RLVRTrainer does not forward the user-provided role to its internal Evaluator.create() call, causing role resolution failures for users whose caller identity cannot auto-resolve, and the required Lambda response format (aggregate_reward_score) is undocumented in the training interface.