Skip to content
This repository has been 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

Open
Luke256 opened this issue Aug 18, 2020 · 0 comments
Open

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

Luke256 opened this issue Aug 18, 2020 · 0 comments

Comments

@Luke256
Copy link

Luke256 commented Aug 18, 2020

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant