You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: