SDGym is a public, source-available Python library that is available under the Business Source Licensearrow-up-right.
SDGym has been developed and tested on Python version 3.7, 3.8, 3.9 and 3.10arrow-up-right
We recommend using a virtual environment (such as virtualenvarrow-up-right) to avoid conflicts with other software on your device
Download sdgym using piparrow-up-right.
sdgym
pip install sdgym
This automatically downloads from PyPiarrow-up-right.
Download sdgym using condaarrow-up-right.
conda install -c pytorch -c conda-forge sdgym
This automatically downloads from anacondaarrow-up-right.
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 Notesarrow-up-right.
For other problems, please visit our GitHubarrow-up-right. 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 Slackarrow-up-right.
Last updated 1 year ago