ChenglongChen / pytorch-DRL

PyTorch implementations of various Deep Reinforcement Learning (DRL) algorithms for both single agent and multi-agent.
MIT License
524 stars 106 forks source link

cannot find common.kfac #4

Open songanz opened 5 years ago

songanz commented 5 years ago

In the ACKTR.pg, a KFACOptimizer is imported. But no source file is found

dmdin commented 5 years ago

Found it here: https://github.com/ChenglongChen/pytorch-a2c-ppo-acktr/blob/master/kfac.py Also you can check commits and find it.