--- license: mit library_name: transformers pipeline_tag: image-text-to-text tags: - reinforcement-learning - agent - gui-agent - vl-model --- --- # RLAnything: Forge Environment, Policy, and Reward Model in Completely Dynamic RL System [Paper](https://arxiv.org/abs/2602.02488) | [Code](https://github.com/Gen-Verse/Open-AgentRL) | [Blog](https://yinjjiew.github.io/projects/rlanything/) **RLAnything** is a reinforcement learning framework that dynamically forges environment, policy, and reward models through closed-loop optimization, amplifying learning signals and strengthening the overall RL system for any LLM or agentic scenarios. ### Highlights * **Integrated Feedback for Policy:** The policy is trained with integrated outcome and step-wise signals from the reward model, outperforming traditional outcome-only signals. * **Consistency Feedback for Reward Model:** The reward model is jointly optimized via consistency feedback, which in turn further improves policy training. * **Critic Feedback for Environment:** Theory-motivated automatic environment adaptation improves training for both the reward and policy models by leveraging critic feedback from each, enabling learning from experience.