Arslan Qadeer

Results 4 comments of Arslan Qadeer

@BaderTim , Following tutorial is written without reverb. I hope this helps: https://github.com/tensorflow/agents/blob/master/docs/tutorials/9_c51_tutorial.ipynb

That would require revamping the code completely. Is there any way to use Session based code (As above) with MirroredStrategy? Thanks for your help.

In the above code, all of the ops are created under MirroredStrategy scope. But I would consider your recommendation and try learner API. Meanwhile, if you find a way to...