Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 655 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 655 Bytes

CrossQ

This repository contains an implementation of the CrossQ algorithm as presented in https://arxiv.org/pdf/1902.05605 in a CleanRL fashion.

Prerequisites

  • Python 3.11 or later
  • Poetry for dependency management

Installation

Clone the repository to your local machine:

git clone https://github.com/noahfarr/crossq.git
cd crossq

Install dependencies using Poetry:

poetry install

Usage

To run the algorithm, execute the crossq.py file.

poetry run python crossq.py

License

This project is licensed under the MIT License - see the LICENSE file for details.