Taylor Howell

Results 60 comments of Taylor Howell

Tested with a fresh install of Ubuntu 22.04 with clang-12 and that worked as well. I will update the README to include this step and to look at the build.yml...

@vikashplus should we add any additional instructions? #286

@vikashplus please see #324

Thanks for contributing this awesome task! I will take a look at the code this week.

Thanks for making these changes! I sent you a PR that formats the C++ code. It can be merged into this PR. Otherwise, LGTM.

@nkhosh Thanks for making these changes! LGTM.

Thanks for submitting a fix! LGTM

Take a look at the action plots for the OP3 and Walker examples. Seems to be incorrect. Probably something related to `nominal_trajectory`.

Can you add the additional cost term: ? [Algorithm 1](https://arxiv.org/pdf/1707.04540.pdf) Should be something like ```c++ double c = 0.0; double* u = trajectory[i].actions.data() double* eps = noise.data() + i *...