Hi @smilesun, love the idea of this package! R community would greatly benefit from having access to the latest deep reinforcement learning algs and platform.
Wanted to let you know that when installing the package with Tensorflow 2.0, I get the following error:
Error in py_get_attr_impl(x, name, silent) :
AttributeError: module 'tensorflow' has no attribute 'Session'
[1] FALSE
Hi @smilesun, love the idea of this package! R community would greatly benefit from having access to the latest deep reinforcement learning algs and platform.
Wanted to let you know that when installing the package with Tensorflow 2.0, I get the following error:
This seems to be due to a change to how 'Session' is handled in 2.0 v 1.0 (see: https://stackoverflow.com/a/58386580)
Is there a way to fix this, other than doing a virtualenv and pinning versions? Thanks!