trinity.manager.manager module

Data manager.

class trinity.manager.manager.CacheManager(config: Config, check_config: bool = False)[source]

Bases: object

A Manager class for managing the cache dir.

__init__(config: Config, check_config: bool = False)[source]
save_explorer(current_task_index: int, current_step: int) None[source]
load_explorer() dict[source]
save_trainer(current_step: int) None[source]
load_trainer() dict[source]