Low: It annoys or frustrates me for a moment.
When i am training an offline algorithm and saving its checkpoint afterwards it seems not possible to load it and continue to training with offline data. The resulting error is
AttributeError: ‘NoneType’ object has no attribute ‘sync_weights’ in restore_from_path() in algorithm.py
due to the fact that no env_runner_group is created when using offline data for training. If i want to do online training it works. Is this the desired behavior? if so, is there any work around to coninue offline training from a checkpoint?
thank you and kind regards
Philipp