Metadata-Version: 2.1
Name: DeepPhysX.Torch
Version: 22.6
Summary: A PyTorch compatible package for DeepPhysX framework.
Home-page: https://github.com/mimesis-inria/DeepPhysX_Torch
Author: Mimesis
Author-email: robin.enjalbert@inria.fr
Description-Content-Type: text/markdown

# DeepPhysX_Torch

This python package is part of the [DeepPhysX](https://github.com/mimesis-inria/DeepPhysX) project.
It contains adaptations of some Core components that are compatible with the [PyTorch](https://pytorch.org/)
framework.

### Installation

Cloning the main package is of course mandatory:

```bash
$ git clone https://github.com/mimesis-inria/DeepPhysX.git
```

This repository is automatically cloned when configuring the [DeepPhysX](https://github.com/mimesis-inria/DeepPhysX) 
installation.
Otherwise, it can also be cloned manually in a `Torch` directory:

```bash
$ cd DeepPhysX
$ git clone https://github.com/mimesis-inria/DeepPhysX_Torch.git Torch
```

This package will be automatically detected when configuring the project installation.
