## Context Part of #4223 and #4374 - Moving trainers to experimental submodule for V1. ## Task Move PRMTrainer from main trl module to trl.experimental: - [ ] Move trainer file to trl/experimental/ - [ ] Update imports in __init__.py files - [ ] Update documentation - [ ] Add deprecation warning in old location - [ ] Update tests - [ ] Verify examples still work ## Post-V1 Plan May be removed based on usage and maintenance requirements. ## Related - Parent tracking issue: #4374 - RFC: #4223 - BCO migration (completed): #4312
Context
Part of #4223 and #4374 - Moving trainers to experimental submodule for V1.
Task
Move PRMTrainer from main trl module to trl.experimental:
Post-V1 Plan
May be removed based on usage and maintenance requirements.
Related
trl.experimental#4312