Improved
* The README no longer recommends creating `__init__.py` next to cfg.py.
* `load_module_from_py` will check for the presence of '.' in the input path. A clear warning is given regarding rollback mode.
* When the option value of the `Param2Tune` is `Config`, copy it before assignment to ensure isolation between the option value and the config tree.