astrodeepnet / sbi_experiments

Simulation Based Inference experiments
MIT License
3 stars 3 forks source link

Simulation Based Inference experiments

Quick setup

  1. Clone the project
    git clone git@github.com:astrodeepnet/sbi_experiments.git && cd sbi_experiments
  2. Create a virtual environment
    python -m venv .venv
  3. Activate the environment
    source .venv/bin/activate
  4. Install the project and dependencies in developer mode
    pip install -e .

Note: remember to activate the virtual environment before working on the project

License

This project is released under a MIT license.