Coder Social home page Coder Social logo

error in running dqn and ddqn about dqn HOT 9 OPEN

tokb23 avatar tokb23 commented on August 20, 2024
error in running dqn and ddqn

from dqn.

Comments (9)

ShanHaoYu avatar ShanHaoYu commented on August 20, 2024 1

just did the above mentioned :

from keras import backend as K
K.set_image_dim_ordering('th')

and it works for me :)

from dqn.

zhongyaohui888 avatar zhongyaohui888 commented on August 20, 2024

run into the same error with dqn.py, any idea? @Exception4U @tokb23

from dqn.

Exception4U avatar Exception4U commented on August 20, 2024

I think updating ur keras API should solve problem
pip install --upgrade keras

from dqn.

zhongyaohui888 avatar zhongyaohui888 commented on August 20, 2024

As I upgraded, I still have the same error:
raise ValueError(err.message)
ValueError: Negative dimension size caused by subtracting 8 from 4 for 'conv2d_1/convolution' (op: 'Conv2D') with input shapes: [?,4,84,84], [8,8,84,32].
@Exception4U

from dqn.

Exception4U avatar Exception4U commented on August 20, 2024

from dqn.

Exception4U avatar Exception4U commented on August 20, 2024

from dqn.

 avatar commented on August 20, 2024

I get that same error, even after I change my keras.json file to
{
"image_dim_ordering": "th",
"epsilon": 1e-07,
"floatx": "float32",
"backend": "tensorflow"

from dqn.

Exception4U avatar Exception4U commented on August 20, 2024

from dqn.

Exception4U avatar Exception4U commented on August 20, 2024

parallelly I would encourage to use this fork as original author did not merge pull request.

https://github.com/Exception4U/dqn-1

from dqn.

Related Issues (7)

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.