This code does not work with current Tensorflow 2.2+ and Tensorforce 0.6 but only with old tensorforce 0.4.4 with tensorflow 1.6.
i have debugged most of it. But i can't seem to get it to work in Tensorflow 2.2+ and TensorForce 0.6 , The issue is tensorforce was updated to 0.6 to comply with tensorflow 2.2+
main problem:
Agent.from_spec(...) has been deprecated and replaced with Agent.create(......) . This is breaking the source code .
if you update it to comply with Tensorflow 2.2+ and Tensorforce 0.6 then i will continue to debug it .
Any update ?