mimesis-inria / DeepPhysX

Interfacing AI with numerical simulation.
https://deepphysx.readthedocs.io
GNU Affero General Public License v3.0
38 stars 7 forks source link

yamlUtils: Yaml conf management: BaseYamlLoader and BaseYamlLoader #4

Open coolteemf opened 2 years ago

coolteemf commented 2 years ago

Configuration management system for storing and loading configurations in yml format. Training configuration can be set in the form of a dict (see reproducibleTraining example) and saved to disk. Loading the configuration allows to reproduce the same training process. Any configuration dict containing pure python objects and types can be saved and loaded.