harvitronix / reinforcement-learning-car

Using reinforcement learning to teach a car to avoid obstacles.
MIT License
488 stars 202 forks source link

editing import for control_flow_ops #16

Closed jsuh9 closed 7 years ago

jsuh9 commented 7 years ago

editing import like below allowed me to run the code

harvitronix commented 7 years ago

@jihoonsuh9 What version of TensorFlow are you using?

jsuh9 commented 7 years ago

I am using 1.2.1

harvitronix commented 7 years ago

Okay, thanks. It seems this line is not required at all. I'm pushing through a new PR.