Skip to content

Conversation

@allenwang28
Copy link
Contributor

@allenwang28 allenwang28 commented Nov 6, 2025

Renamed the RLTrainer class to TitanTrainer to better reflect its TorchTitan foundation.

Added backward-compatible deprecation warnings for RLTrainer and updated all imports throughout the codebase, including apps, docs, and tests.

We leave the old RLTrainer name still accessible but emit a future deprecation warning.


  # Before
  from forge.actors.trainer import RLTrainer

  # After
  from forge.actors.trainer import TitanTrainer

@meta-cla meta-cla bot added the CLA Signed This label is managed by the Meta Open Source bot. label Nov 6, 2025
@allenwang28 allenwang28 changed the title [wip] Rename RLTrainer to TitanTrainer Rename RLTrainer to TitanTrainer Nov 7, 2025
@allenwang28 allenwang28 marked this pull request as ready for review November 7, 2025 15:18
@allenwang28 allenwang28 merged commit bb57589 into meta-pytorch:main Nov 7, 2025
10 checks passed
@allenwang28 allenwang28 deleted the titan_trainer branch November 7, 2025 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Meta Open Source bot.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants