-
I'm trying to solve a trajectory optimization problem using gpytorch and botorch. Imagine I have a trajectory of d-dimensional points I have a cost function that is evaluated on adjacent points What I am having difficulty with is the next part. What I want to do now is to compute the total cost for an entire trajectory as: However, it isn't clear to me how to best implement this model. Ideally, I would like the resulting model to be treated as a GP, so that I can use analytic acquisition functions. I would also like to make full use of batching for efficiency. Any pointers would be appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
For anyone looking at this, I responded on the botorch clone of this discussion: pytorch/botorch#805 (comment) |
Beta Was this translation helpful? Give feedback.
For anyone looking at this, I responded on the botorch clone of this discussion: pytorch/botorch#805 (comment)