Open alexBeuth opened 5 years ago
I've made a hovership
model and a spaceship
model. The hovership is basically the toy example but with continuous state-action space. The spaceship is similar, but has 2D state space (vertical and horizontal), and 1D action space (vertical thrusters). It is therefore underactuated. There is wind which alternates right and left depending on the height. You can also think of this like the Google Loom project.
The Acrobot would be a nice 5D Q-space example, but will require a bit more programming (it is sort of done, but I'm pretty sure some things need to be taken care of still...). Perhaps an easier high-D example is the space-ship, but with inertia (so you have positions and velocities).
TODO:
After rebuttal
Alex
[x] Read papers GP-SSM
[x] general rewrite of GP approximation (3.2)
[x] redo figures
[x] 4-dimensional system
[x] Redo 2-dimensional experiments
[x] IAV affiliation
[x] Matthias comments
[x] Mention noise in discussion
[ ] Read new papers of reviewers
Steve
prep for rebuttal
prep for Sept 7
estimate_measure
. Q_V, Q_M etc. should be calculated by the user outside, and then passed to the learning class. Classes implemented inmeasure
should not depend onviability
[ ] Rewrite
[x] Point out notation Steve
[x] Point out examples is in the suppl. code
[x] Better colormaps Alex Use hatching for ground-truth, color for learned stuff
Deadline
[ ] Train GP hyperparameters with failures and infeasable points
[x] Rewrite to be able to include different models
[x] Arbitrary dynamics 2d
[x] Q-Feas?
[ ] Arbitrary dynamics more-d
[x] states undiscrete
[x] plots
[x] clean up code for submission
[x] intro to GPs in 3 sentences
[x] re-iterate on related work
[ ] do the extra models