deep-rl-tensorflow icon indicating copy to clipboard operation
deep-rl-tensorflow copied to clipboard

ValueError: list.remove(x): x not in list

Open A-blackfish opened this issue 7 years ago • 1 comments

This problem is in utils.py, line 12, and i am use python2.7, tensorflow 1.4.0 and gym 0.7

A-blackfish avatar May 23 '18 13:05 A-blackfish

Hi,

I was able to fix the problem by using the old implementation in this link https://github.com/carpedm20/NAF-tensorflow/blob/master/utils.py

hai-h-nguyen avatar May 28 '18 16:05 hai-h-nguyen