Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.09 KB

README.md

File metadata and controls

31 lines (23 loc) · 1.09 KB

DeepPhysX.Torch

logo

This python package is part of the DeepPhysX project. It contains adaptations of some Core components that are compatible with the PyTorch framework.

Quick install

The package requires DeepPhysX and PyTorch to be installed.

The easiest way to install is using pip, but there are a several way to install and configure a DeepPhysX environment (refer to the documentation for further instructions).

$ pip install DeepPhysX.Torch

If cloning sources, clone it in the same repository as other DeepPhysX packages. It must be cloned in a directory with the corresponding name as shown below:

$ mkdir DeepPhysX
$ cd DeepPhysX
$ git clone https://github.com/mimesis-inria/DeepPhysX.git Core             # Clone default package
$ git clone https://github.com/mimesis-inria/DeepPhysX.Torch.git Torch        # Clone AI package
$ ls
Core Torch