This repository contains an implementation of the CrossQ algorithm as presented in https://arxiv.org/pdf/1902.05605 in a CleanRL fashion.
- Python 3.11 or later
- Poetry for dependency management
Clone the repository to your local machine:
git clone https://github.com/noahfarr/crossq.git
cd crossqInstall dependencies using Poetry:
poetry installTo run the algorithm, execute the crossq.py file.
poetry run python crossq.pyThis project is licensed under the MIT License - see the LICENSE file for details.