Main notes
The **DPX** project provides easy solutions to interface AI with numerical simulations.
The project provides a ``Core`` package with additional compatibility layers for external AI and simulations frameworks.
This layer ensures the compatibility with [PyTorch](https://github.com/pytorch/pytorch).
This version is the first stable release of the project.
It provides a ``Torch`` package with a [documentation](https://deepphysx.readthedocs.io/en/latest/) page and examples.
Features
* Compatibility between the DPX API ant PyTorch to easily define new Network architectures for DPX environment;
* Already implemented architectures: FC, UNet.