sheim / vibly_LFS

Python implementation to compute viable sets in state-action space
MIT License
2 stars 3 forks source link

CoRL ToDos #30

Open alexBeuth opened 5 years ago

alexBeuth commented 5 years ago

TODO:

After rebuttal

Alex

Steve

prep for rebuttal

prep for Sept 7


Deadline

sheim commented 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).