dti-research / tracker

Tracker is a CLI for easy creation of reproducible Robotics and ML research
https://dti-tracker.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Add Facebook's Hydra style config management #9

Open nily-dti opened 4 years ago

nily-dti commented 4 years ago

Instead of enforcing the user to have multiple similar configuration files we will store all attributes to reconstruct the experiment configuration file for any specific trial so that it in this way can be shared with others.

ECFs can be created in multiple ways, either:

If there exists no ECFs and the user has not specified the (key, value) pairs in the command line, abort mission!

Default values are not allowed, but how do we enforce this?

omry commented 4 years ago

Happy to chat about how Hydra can fit with Tracker.

Btw, did we happen to chat at CoRL over your poster?