openai / baselines

OpenAI Baselines: high-quality implementations of reinforcement learning algorithms
MIT License
15.63k stars 4.86k forks source link

"kfac.py" #603

Open mehdimashayekhi opened 5 years ago

mehdimashayekhi commented 5 years ago

thanks much for sharing the baselines. out of all the implementations, the kfac.py is really hard to follow. I was wondering if you can add some more high level comments to this file. Thanks again

EliasHasle commented 5 years ago

There is also an implementation from the TensorFlow team here: https://github.com/tensorflow/kfac

Would it be an option for baselines to rely on their implementation instead?