Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 548 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 548 Bytes

Reinforcement learning interest group

Requirements

  • Python 3

Getting started

  1. Ensure that you have Python 3 with python --version
  2. Create a virtual environment with python -m venv venv
  3. Activate the virtual environment:
    • Linux/MacOS: . venv/bin/activate
    • Windows: . venv/Scripts/activate
  4. Install requirements:
    • If you're on MacOS: pip install -r requirements/macos.txt
    • If you have a CUDA compatible GPU: pip install -r requirements/cuda.txt
    • If not: pip install -r requirements/cpu.txt