Closed guidopetri closed 4 years ago
Like I mentioned in the call, I would suggest using PyTorchLightning for this as it makes managing experiments and logging much easier. Haven't used it with RL though, I imagine the data generation adds complexity to the process.
I also found this which could be useful: RL with Pytorch Lightning
We should have easy to use training/testing functions for our model where we pass in e.g. the model, the optimizer, number of epochs, etc.