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

Infinite loop in tutorial train_dummy_agent.py #8

Open
lorepieri8 opened this issue Nov 30, 2022 · 0 comments
Open

Infinite loop in tutorial train_dummy_agent.py #8

lorepieri8 opened this issue Nov 30, 2022 · 0 comments

Comments

@lorepieri8
Copy link

num_episodes is never incremented in https://github.com/ColinKohler/BulletArm/blob/main/tutorials/train_dummy_agent.py, resulting in an infinite loop.

Also, I was not able to ever trigger done_idxs = np.nonzero(dones)[0]. Perhaps I did not wait long enough or there are some issues with how done is flagged.

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

1 participant