cbfinn / gps

Guided Policy Search
http://rll.berkeley.edu/gps/
Other
593 stars 239 forks source link

Problem occurs when running "python python/gps/gps_main.py mjc_badmm_example" #103

Open xiao-dong opened 6 years ago

xiao-dong commented 6 years ago

When running "python python/gps/gps_main.py mjc_badmm_example‘, I got "ImportError: cannot import name 'QtCore'". Please help me.

adityajain07 commented 4 years ago

Use this line after importing matplotib in python/gps/gui/gps_training_gui.py : matplotlib.use("Qt5Agg")

Full example:

Hopefully should fix