srinivasjdi
srinivasjdi
Hi @miyosuda , Thanks for the code. It's very useful for my work. I'm experimenting with some new games written in pygame. I want to train that game in A3C...
@babaktr Thanks for the suggestion. I've switched to your solution. It solved my problem. @miyosuda Do you think that Python GIL will degrade the performance of A3C ? How did...
@farizrahman4u : For A3C, I'm using the Tensorflow implementation from async_deep_reinforce. But, for Q-learning I use qlearning4k. It would be definitely useful to write A3C in keras or Tflearn. I'ld...