ray.tune.Trainable.reset#

Trainable.reset(new_config, logger_creator=None, storage=None)[source]#

Resets trial for use with new config.

Subclasses should override reset_config() to actually reset actor behavior for the new config.