You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This might be a TensorFlow version thing. I'm on V1.14 an also having this problem. I tried switching the policy from RNN to CNN and it seems work, but I still can't get the RNN one going.
Type error when running:
python run_atari.py --gamma_ext 0.999
and have applied below changes in
mpi_util.py
:available_gpus = guess_available_gpus()
->available_gpus = 1
and
os.environ['CUDA_VISIBLE_DEVICES'] = str(1)
->os.environ['CUDA_VISIBLE_DEVICES'] = str(available_gpus[local_rank])
The text was updated successfully, but these errors were encountered: