Closed borninfreedom closed 4 years ago
These issues are not a place for tech support and help for bugs with custom scenarios, mainly for issues and enhancement proposals.
Quickly looking at the error it seems something is wrong with the tensorflow, perhaps the lack of libraries it tried to open is an issue. Also make sure you use TF1.x, not TF2.x. I recommend running example codes using DQN first and seeing if the problem exist there, and then move onto your custom code.
Closing issue as "no tech support".
OK, thank you!
Last thing: it seems you are trying to re-invent the rl zoo (cf doc).
Oh, yeah? I just want to simplify my work. I'm not familiar with RL zoo. I will have a look at it. Thank you for your reminding.
I have write the codes into a class for convienience, but I encountered many errors. The codes are like this:
And the errors are like this:
It's too long. I do not know how to fix it.