Git Product home page Git Product logo

Comments (6)

stas-sl avatar stas-sl commented on September 8, 2024

I also noticed excessive memory usage which didn't happen before.

from tensorflow-deepq.

siemanko avatar siemanko commented on September 8, 2024

Yeah, I notice that as well. Maintaining two separate copies of the network is critical for the deep q performance, so I really want to keep it, but I am not sure what causes the leak. I will keep looking. Let me know if you find anything.

One possible thing to investigate is logging. (try passing summary writter=None

from tensorflow-deepq.

siemanko avatar siemanko commented on September 8, 2024

Fixed in 0d848e5

from tensorflow-deepq.

stas-sl avatar stas-sl commented on September 8, 2024

Thanks!

So the issue was caused by SummaryWriter and not by having 2 q-networks. That's good to know ) Though, graphs were beautiful ) Do you think it's a TF issue?

from tensorflow-deepq.

siemanko avatar siemanko commented on September 8, 2024

Nah, check out the closing commit. The issue was the fact that I create multiple tf.no_op() operations (one every training step). Apparently that's really bad. I was extremely surprised. But I guess there's some logic to it...

from tensorflow-deepq.

stas-sl avatar stas-sl commented on September 8, 2024

Aaah... I saw it, but you set calculate_summaries = False as well, so I thought that was the main reason. Now I enabled summary and see that it works as fast as before - that's great!
Agree that there could be logic - if you create thousands instances of new nodes, even if they are exact the same, it can very wasteful, if not cached somehow internally in TF.

from tensorflow-deepq.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.