carpedm20 / deep-rl-tensorflow

TensorFlow implementation of Deep Reinforcement Learning papers
MIT License
1.6k stars 396 forks source link

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

Open A-blackfish opened 6 years ago

A-blackfish commented 6 years ago

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

hai-h-nguyen commented 6 years ago

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