Till Zemann

Results 3 issues of Till Zemann

Hey there, I ran some experiments with RL and wondered why the reward function does not directly depend on the lap time. I think it makes a lot of sense...

### 📚 The doc issue The ReduceLROnPlateau learning rate scheduler doesn't have the `get_last_lr()` nor the `print_lr` functions that are mentioned in its documentation page. Referred docs: https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.ReduceLROnPlateau.html#torch.optim.lr_scheduler.ReduceLROnPlateau.get_last_lr Simple example:...