Skip to content
This repository was archived by the owner on May 19, 2021. It is now read-only.

"IndexError: list index out of range" in examples/dqn_cartpole.py  #25

@Luke256

Description

@Luke256

I run the program "examples/dqn_cartpole.py ", but there was error.
The error is that:

IndexError: list index out of range

According to message, that happens in line 46.

dqn.fit(env, nb_steps=50000, visualize=True, verbose=2)

I'm using tensorflow 2.3.0. Is that cause of that error?
By the way, version of Keras-RL2 is 1.0.4.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions