Installation

SDGym is a public, source-available Python library that is available under the Business Source License.

Requirements

  • SDGym has been developed and tested on Python version 3.7, 3.8, 3.9 and 3.10

  • We recommend using a virtual environment (such as virtualenv) to avoid conflicts with other software on your device

Download Instructions

Download sdgym using pip.

pip install sdgym

This automatically downloads from PyPi.

Troubleshooting

These docs only apply to the latest version. If you're experiencing issues importing and using sdgym, check your version using:

import sdgym
print(sdgym.__version__)

The printed version number should be the latest one found in our Release Notes.

For other problems, please visit our GitHub. You can browse existing issues and raise a new one if you cannot find a solution.

You can also ask questions by joining the SDV Slack.

Last updated

© Copyright 2023, DataCebo, Inc.