simoninithomas / Deep_reinforcement_learning_Course

Implementations from the free course Deep Reinforcement Learning with Tensorflow and PyTorch
http://www.simoninithomas.com/deep-rl-course
3.79k stars 1.23k forks source link

Unresolved reference 'sess' #10

Open asimkhan73301 opened 6 years ago

asimkhan73301 commented 6 years ago

DEEP Q LEARNING : SPACE INVADER Game sess variable in else body of predict_action method. I think sess should be initialized with tf.Session Same is the case with rewards_list variable in training code