ZhengyaoJiang / PGPortfolio

PGPortfolio: Policy Gradient Portfolio, the source code of "A Deep Reinforcement Learning Framework for the Financial Portfolio Management Problem"(https://arxiv.org/pdf/1706.10059.pdf).
GNU General Public License v3.0
1.73k stars 748 forks source link

Workaround to fix collision with built in python "logging" module #123

Open lusob opened 5 years ago

lusob commented 5 years ago

Workaround to fix collision with built in python "logging" module. See https://github.com/tensorflow/tensorflow/issues/26691