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

Broken Pipe #6

Open
saketkunwar opened this issue Sep 22, 2022 · 1 comment
Open

Broken Pipe #6

saketkunwar opened this issue Sep 22, 2022 · 1 comment
Labels
question Further information is requested

Comments

@saketkunwar
Copy link

saketkunwar commented Sep 22, 2022

i get a broken pipe error (called by multiprocessing/connection.py)
BrokenPipeError: [Errno 32] Broken pipe
occurs when MAX_BATCHES reaches its limit
i think it occurs on 'behavioural_cloning_train' function when the following is called:
if batch_i > MAX_BATCHES:
break
do u have a suggestion to fix it?

@Miffyli Miffyli added the question Further information is requested label Sep 22, 2022
@Miffyli
Copy link
Collaborator

Miffyli commented Sep 22, 2022

Hey that is "kind of okey", as it is simply ending data loading process prematurely and things are not cleaned up properly. I recommend you catch the exception and ignore it if you want to continue code after that point.

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

No branches or pull requests

2 participants