berkeleydeeprlcourse / homework

Assignments for CS294-112.
MIT License
1.56k stars 1.04k forks source link

Changing HW2 to work without starting processes #24

Open Aladoro opened 6 years ago

Aladoro commented 6 years ago

Spawning processes caused some issues on my windows partition, this changes solved the Tensorflow train_PG problems by closing the session and resetting the default graph every time the function is called.