--- license: mit --- # Introduction to TraDo [Paper](https://arxiv.org/abs/2602.02488) | [Code](https://github.com/Gen-Verse/Open-AgentRL) | [Blog](https://yinjjiew.github.io/projects/rlanything/) We introduce **RLAnything**, a reinforcement learning framework forges environment, policy and reward model in a completely dynamic system to enhance the training signals and improve the whole system. * **Integrated Feedback for Policy:** The policy is trained with integrated outcome and step-wise signals from reward model. * **Consistency Feedback for Reward Model:** The Reward model is jointly optimized by consistency feedback, further improves policy training. * **Critic Feedback for Environment:** Our theory-motivated automatic environment adaptation improves training for both the reward and policy models by leveraging critic feedback from each.