Skip to content

mimesis-inria/DeepPhysX.Torch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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