Add Android Environment by zhouzhou112358 · Pull Request #38 · Simple-Efficient/RL-Factory
This PR adds the complete Android environment module for GUI-based RL tasks, including:
AndroidEnvclass for ADB interaction- Emulator pool manager and FastAPI interface (
pool_api.py) - Reward evaluation tools
- Prompt generation templates
- Shell scripts for AVD startup
- Utility functions for environment interaction
All modules are modular and ready for integration into the RL-Factory pipeline.