Installation - KunjShah01/RL-A2A GitHub Wiki
Installation
1. Clone the Repository
git clone https://github.com/KunjShah01/RL-A2A.git
cd RL-A2A
2. Python Environment
Create a virtual environment (optional but recommended):
python -m venv venv
source venv/bin/activate
3. Install Dependencies
pip install -r requirements.txt
Note:
- For GPU support, ensure that the correct version of PyTorch is installed.
- Check requirements.txt for all dependencies.
4. Verify Installation
Run the test suite:
python tests/run_tests.py
If you encounter issues, see Troubleshooting.