tensorflow-deepq icon indicating copy to clipboard operation
tensorflow-deepq copied to clipboard

Need some help... Is it possible to extend it to be a multiagents version??

Open albert18711 opened this issue 7 years ago • 1 comments

Really thankful for your work. The code is neat and simple, which help a python beginner like me a lot. After run the example in the notebook folder, I'm now trying to extend it to be a multiagents version by simply replicate multiple copy of the DiscreteDeepQ. However, I encounter some error of the namescope in DiscreteDeepQ. I try to solve the issue by add agent id to the namescope. I not quite sure if it's the 'correct' way to solve. Would it mass up the storage data of the network? Or the problem can be solved by these simple solution?

Ps. The program can be successfully compiled, but the agent seems to just move randomly...

albert18711 avatar Aug 30 '16 08:08 albert18711