-
Notifications
You must be signed in to change notification settings - Fork 1
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
Error operatorPrecedence' from 'pyparsing' - Google Colab #15
Comments
Hello Raúl, By the time of writing the notebook (~June 2020), Colab was on However, I found a workaround! I have updated the notebook such that all dependencies are installed in Python3.6 and the scripts are run in Python3.6. Apparently, everything works! Hope this helps! |
Thank you very much for your help and quick response @rizavelioglu . I will continue training the duckie by modifying some hyperparameters. As a last request could you guide me with this last error that occurs when I try to run the test on my local machine. I have installed the gym-duckietown project and I'm running it through anaconda3 and everything works fine when I run for example basic _control.py But when I try to run the trained (following the instructions) and with the weights loaded I get the following error: I think I need that library as it doesn't find anything related to Zlogger, I tried to install the same requirements like for example zuper-typing-z5==5.1.1 but it didn't work either. do you have any idea how i can fix it? Thank you very much again for your time and help Best regards |
I was able to solve this error by installing zuper-commons-z6 6.1.7 Thanks again for your help best regards |
Hello @rizavelioglu,
first of all I want to thank you for your repository for those of us who are starting to learn IA in robotics.
I am trying to run google colab but unfortunately there is an error in the pyparsing library, I tried to install the version you used in the execution of your google colab but I could not solve the error.
I hope you can help me because your repository is very good to learn.
thank you very much
Raúl
The text was updated successfully, but these errors were encountered: