# rl_evolve **Repository Path**: Morphlng/rl_evolve ## Basic Information - **Project Name**: rl_evolve - **Description**: 3 stage reinforcement learning training to get performance improvements. - **Primary Language**: Python - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-26 - **Last Updated**: 2024-11-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # rl_evolve ## Introduction 3 stage reinforcement learning training to get performance improvements. ## Installation ```bash pip install git+https://gitee.com/Morphlng/rl_evolve.git ``` ## Usage 1. Option1: Run training directly ```bash python -m rl_evolve.runner --config examples/cartpole-ppo.json ``` 2. Option2: Start a JobSubmissionServer > This way can better utilize ray dashbaord ```bash python -m rl_evolve.server --config examples/server_config.json ```