News

Clean installation Starting with a clean Python environment (i.e., through Conda or venv) with the correct Python version and dependencies is the officially supported method for running VT-tools. The ...
Take control of multiple Python installations in Windows with the py launcher, available as part of a standard Python installation.
Describe the bug I'm trying to install mlagents 0.30.0 with Python 3.10, as it is now officially supported. However, installation fails, because some dependency installs numpy==1.21.2, which is ...