cbfinn / gps

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

there does not exit the file: gps.algorithm.policy_opt.config_tf #8

Closed amoliu closed 8 years ago

amoliu commented 8 years ago

When verifying the test_policy_opt_tf.py, I meet the following errors:

from gps.algorithm.policy_opt.config_tf import POLICY_OPT_TF ImportError: No module named config_tf

Thanks

cbfinn commented 8 years ago

I believe that line should instead be: from gps.algorithm.policy_opt.config import POLICY_OPT_TF

bstadie commented 8 years ago

Fixed #9