Shortcuts

Get Started

Requirements

  • Linux machine with at least 1 GPU (we tested on 3090s)

  • Conda

    • Follow this link to install conda.

    • Recommended: use mamba for package management (more efficient than conda). Install mamba with:

      conda install -c conda-forge mamba -y
      
  • For developers: use VS Code with Black Formatter.

Set up the environment

Clone the repository and create a conda environment with the required packages:

git clone git@github.com:lab4d-org/lab4d.git --recursive

cd lab4d

mamba env create -f environment.yml

conda activate lab4d

bash scripts/install-deps.sh

Running the Tutorial Code

See the Tutorials page.


© Copyright 2023, Gengshan Yang, Jeff Tan, Alex Lyons, Neehar Peri, Carnegie Mellon University.

Built with Sphinx using a theme provided by Read the Docs.