Git Product home page Git Product logo

Comments (1)

prabhatnagarajan avatar prabhatnagarajan commented on May 25, 2024

Hi,
Unfortunately, this is probably the case. Each element of the replay memory stores one transition, which consists of a current state, and a next state. Each state is 4 84x84 frames, for a total of 8 84x84 frames. When you have 500,000 of these transitions, and you try and store it to disk, it can take up quite a bit of space. My advice would be to eliminate the memory.npy saving, and just run the agent flat out.

Regarding the agent scoring zero, this is quite common. DQN performs quite poorly for a while. IF you look at slide 24 (http://joschu.net/docs/nuts-and-bolts.pdf), it notes that DQN is quite slow. On Breakout, I expect you'll see results after a few million frames (anywhere from 2 million to 5 million). Typically you have to leave it running overnight to see results. As such, a GPU is probably necessary.

Closing this issue, please reopen it if you have any more questions.

from dqn.

Related Issues (1)

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.