Git Product home page Git Product logo

Comments (6)

Shadowen avatar Shadowen commented on May 19, 2024

These are all very good points and it does seem that you can improve the performance of the agent. However, the original intent of the A3C algorithm (as well as DQN and all its predecessors) is to create one algorithm that can play a variety of games. In this case, the StateProcessor is designed for all Atari games.

Your custom feature engineering works fine for Breakout, but does it work for all Atari games without manual intervention?

from reinforcement-learning.

IbrahimSobh avatar IbrahimSobh commented on May 19, 2024

Thank you

Exactly, I want to use specific game knowledge to enhance the training process. If it works, then I will think how to "guess" the game knowledge implicitly.

The problem now is: Performance of DQN (and A3C) is not compatible with the papers! Kindly see
#30

from reinforcement-learning.

waterzxj avatar waterzxj commented on May 19, 2024

from reinforcement-learning.

LinZichuan avatar LinZichuan commented on May 19, 2024

Hi, feed_dict in Tensorflow seems very slow. Using sess.run to process each state seems not a good idea.

from reinforcement-learning.

Shadowen avatar Shadowen commented on May 19, 2024

How else do you... use Tensorflow?

from reinforcement-learning.

LinZichuan avatar LinZichuan commented on May 19, 2024

Maybe it does not need to use Tensorflow to process each state. Using numpy or other libraries can avoid use feed_dict frequently.

from reinforcement-learning.

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.