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 [SOFA](https://github.com/sofa-framework/sofa).
This version is the first stable release of the project.
It provides a ``Sofa`` package with a [documentation](https://deepphysx.readthedocs.io/en/latest/) page and examples with shared training data.
Features
* Compatibility between the DPX API ant SOFA to easily implement a numerical simulation for DPX environment;
* Predictions of train networks can be run either within the SOFA GUI or with a python interpreter.