cbfinn / gps

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

fix gps_main with os.path.abspath call #22

Closed wmontgomery4 closed 8 years ago

wmontgomery4 commented 8 years ago

I had to add this call to get 'mjc_badmm_example' working (didn't try other examples, using Ubuntu 14.04)

cbfinn commented 8 years ago

Ok, we haven't needed this line of code for running the examples on 14.04, but maybe it has to do with the directory that you're running gps_main from and/or Dennis' recent PR.

Regardless, I don't see how this PR would break anything, so I'll merge it.

Thanks Harley!

wmontgomery4 commented 8 years ago

Thanks! I'm just running it from ~/gps, but it might be something specific to my machine? Either way, like you say, it shouldn't hurt anything.