Contribute to evolveRL development
# Clone the repository git clone https://github.com/TheHandsomeDev/evolveRL.git cd evolveRL # Create a virtual environment python -m venv venv source venv/bin/activate # On Windows: .\venv\Scripts\activate # Install dependencies pip install -e ".[dev]"
git checkout -b feature/your-feature-name
git remote add upstream https://github.com/TheHandsomeDev/evolveRL.git git fetch upstream git merge upstream/main
git push origin feature/your-feature-name