Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: 'int' object is not iterable #2

Open
Mickeyyyang opened this issue May 16, 2020 · 1 comment
Open

TypeError: 'int' object is not iterable #2

Mickeyyyang opened this issue May 16, 2020 · 1 comment

Comments

@Mickeyyyang
Copy link

Hello, when I run DQN script with "rosrun turt_q_learn turt_q_learn_hypers.py", has this error, and I can't solve it, so can you give me some advice about it?
Thank you very much.
File "/home/vision/xy_ws/src/dqnTurtlebot-master/turt_q_learn/scripts/turt_q_learn_hypers.py", line 388, in
for v in product(*values):
TypeError: 'int' object is not iterable

@sgawalsh
Copy link
Owner

I believe this may be caused by the formatting of the hyperParameterList object in the script. If you made any changes to the object, can you verify that each of the values of the dictionary a list? Feel free to share your version of the script here if the problem persists.

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

No branches or pull requests

2 participants