Skip to content

kankje/interest-group-rl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages