Installation
Get started with Mesozoic Labs by setting up your development environment.
Prerequisites
- Python 3.8+
- CUDA-compatible GPU (recommended)
- MuJoCo license (free for research)
Quick Install
# Clone the repository
git clone https://github.com/mesozoic-labs/mesozoic-labs.git
cd mesozoic-labs
# Create virtual environment
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
# Install dependencies
pip install -r requirements.txt
Google Colab
For the easiest setup, use our pre-configured Google Colab notebooks:
Coming Soon
Full installation documentation is under development.