-
Notifications
You must be signed in to change notification settings - Fork 247
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: argument of type 'PosixPath' is not iterable #852
Labels
bug
Something isn't working
Comments
I get the same. Here is the full stack trace:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug description
Hi everyone,
I am trying to play with the DAgger example from
docs/tutorials/2_train_dagger.ipynb
but get the following error when executing the linedagger_trainer.train(2000)
:Steps to reproduce
I would be really thankful if someone could try out the steps to see if that is only my issue. To reproduce the bug, please try out the file
docs/tutorials/2_train_dagger.ipynb
as I did on my personal machine as well as in Google Colab.Environment
pip freeze --all
: I just installedimitation
+ thisapt-get install ffmpeg freeglut3-dev xvfb
beforehand. /Same for Google ColabThe text was updated successfully, but these errors were encountered: