Installation

Transformer-PhysX is currently a pure Python 3 module, meaning that installation should be universal across all platforms. Depending on your platform, manual installation of PyTorch may be beneficial to ensure cuda version is correct.

Install from Source

git clone https://github.com/zabaras/transformer-physx.git

cd transformer-physx/

pip install -e .

If you want to change the module’s source code or want the latest pushed commit.

Dependencies

For the most up-to-date list of dependencies, please see the setup.py. The general list is:

Verify Installation

python -c 'import trphysx; print(trphysx.__version__)'