pytorch-rl
pytorch-rl copied to clipboard
gpu
can you give me some advice to run this code buy gpu and render the window from the original envs ? thanks
Check the pytorch-rl/utils/options.py. If your GPU is available, the repo will load your GPU defaultly Notice that A3C does not use GPU.
To render the env, change the render in options.py to True.