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 crossq
Install dependencies using Poetry:
poetry install
To run the algorithm, execute the crossq.py file.
poetry run python crossq.py
This project is licensed under the MIT License - see the LICENSE file for details.