Raymond Chua
Raymond Chua
Hi, When I ssh into my head node, I start ipython and did the following: from distributed import Client c = Client() I got the following error: bokeh.command.util - CRITICAL...
Hi, I have some trouble trying to understand why we need to do this in the ACModel: https://github.com/lcswillems/rl-starter-files/blob/317da04a9a6fb26506bbd7f6c7c7e10fc0de86e0/model.py#L38 Can someone explain? I understand that 64 could be the number of...
Hi, it seems that I cannot access the 12 modes except mode 0 in breakout due to a bug. Can someone verify? Is this perhaps due to my rom not...
Hi, in the paper, they mentioned that they used a vertical and horizontal convolution stack to overcome blindspot. Was this also included in your implementation?