PAAC.pytorch icon indicating copy to clipboard operation
PAAC.pytorch copied to clipboard

Pytorch implementation of the PAAC algorithm presented in Efficient Parallel Methods for Deep Reinforcement Learning https://arxiv.org/abs/1705.04862

Results 2 PAAC.pytorch issues
Sort by recently updated
recently updated
newest added

loss_sum is added by Variable, its related memory is not freed. loss_sum should be added by variable.data[0]