# RLRobot **Repository Path**: hfsc/RLRobot ## Basic Information - **Project Name**: RLRobot - **Description**: group project - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: kola - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-14 - **Last Updated**: 2025-04-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # For WSL environment: 1. Run conda create --name finalrobot python=3.10 to create a new conda environment named finalrobot (only run once). 2. Use conda activate finalrobot to activate it, then enter pip install -r requirements.txt in the terminal to install third-party libraries. # If using a dual-boot system: 1. Run conda create --name finalrobot python=3.10 to create a conda environment named finalrobot (run this only once). 2. Activate it using conda activate finalrobot, then input pip install -r requirements.txt to install third-party libraries. # How to use: 1. Run 'build_gym.py' 2. Run 'PPO_2.py' 3. Run 'PPO_2_train.py'