cbfinn / gps

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

how can i use GPS to deal with propblems that the target point is changging #46

Closed jjkke88 closed 7 years ago

jjkke88 commented 7 years ago

Can i use GPS to train a model that can fit to different target point?

cbfinn commented 7 years ago

Please post questions like this to gps-help, not as an issue on github.

To answer your question -- you can either add the target point to the state representation, or express some components of the state representation to be relative to the target. Both of these options enable the algorithm to handle different target points.