A project with the aim of building an emulator for Cloudy for stand-alone use as well as use in large scale simulations. The necessary ground thruth for the machine learning experiments have been generated with pyNublado.
We assume your system is equipped with the following dependencies:
- Python 3.8 or newer
tba.
Furthermore, the following Python packages are needed:
- pytorch
- numpy (1.20.0 or newer)
- matplotlib
- tqdm
The Python dependencies can be installed with pip
like so:
pip3 install -r requirements.txt
In Anaconda (or Miniconda) environments the requirements can be installed like so:
conda config --add channels conda-forge
conda install --yes --file requirements_conda.txt