Installation
SDGym is a public, source-available Python library that is available under the Business Source License.
- We recommend using a virtual environment (such as virtualenv) to avoid conflicts with other software on your device
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__)
For other problems, please visit our GitHub. You can browse existing issues and raise a new one if you cannot find a solution.
Last modified 8mo ago