# RL-sheep **Repository Path**: qq853333212/rl-sheep ## Basic Information - **Project Name**: RL-sheep - **Description**: 用强化学习玩羊了个羊 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-10-07 - **Last Updated**: 2023-11-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README details: - 调整优化模型参数(doing) - 调整环境建模(done) - 增加AI动作(done) - 增加TD3算法(doing) - 去额外的收集器评价器等包装,保留简洁部分(doing) ui运行: ``` npm run build npm run preview ``` 服务端运行: ``` pip install -r requriments.txt python -m flask run --host=“你的ip” --port=5001 ``` 训练环境: ``` pip install -r requriments-train.txt python3 -u sheep_ppo_main.py ```