lirpg icon indicating copy to clipboard operation
lirpg copied to clipboard

Results 3 lirpg issues
Sort by recently updated
recently updated
newest added

TypeError: learn() got an unexpected keyword argument 'lr' I search the learn() function in PPO2.py, and the parameters did not contain lr. So I alter lr by lr_alpha, another error...

I also want to achieve this in PyTorch, and I am not online but offline. Do you have any suggestions?

I want to implement this in pytorch, is it possible? Cause it is related to 'meta gradient', I tried to implement it but failed. How to achieve this?