Git Product home page Git Product logo

Comments (5)

hongkai-dai avatar hongkai-dai commented on July 24, 2024

Thanks for the summary!

For the interpolative regime, I was thinking about the scenario where a car needs to take a turn to reach the goal in the corridor, something like this

-----------------------------------
|                      goal
|      ---------------------------
|     |
|     |
|     |
| car |

In the training, we only have demonstration data that the car doesn't hit the wall. Now in the planning, we ask the car to reach the goal as quickly as possible. If we don't have the score risk, then the car would try to cut the corner and hit the wall, where it interpolates the dynamics between the starting location and the goal location. This interpolated dynamics is bad because it doesn't consider the collision dynamics. What do you think?

from score_po.

hjsuh94 avatar hjsuh94 commented on July 24, 2024

I think that's an excellent example! In the above classification, I think this would be an extrapolative example. (Sorry the interpolation is overloaded, I meant it as trying to interpolate within data, not interpolate between initial and goal state).

I love these kind of examples where we artificially take away some region of data and assign physical meaning. For instance we might consider box pushing with a circular obstacle in the middle, which has exactly the same effect as simply having no data in that region. I think the car example that you showed has a similar story.

from score_po.

hjsuh94 avatar hjsuh94 commented on July 24, 2024

BTW I wrote this because after data augmentation, the trained dynamics was so good that distribution risk did not quite help

from score_po.

hongkai-dai avatar hongkai-dai commented on July 24, 2024

Interpolative regime: have a "reasonably bad" dynamics, where if we land on a correct sequence of samples, we can still achieve the task.

What do you think if we train the dynamics model with very few data, and a complicated neural network, hence the neural-network will overfit to the training dataset, but in between the data the neural network performs bad? Hence we can add the the risk score as a regularization term.

from score_po.

hjsuh94 avatar hjsuh94 commented on July 24, 2024

I think that's a good idea! But this is a bit of a tough experiment to find the right balance, since if we don't have too few data, we may not be able to achieve the task at all.

In the D4RL dataset, I saw that they had around 100,000 datasets for the Mujodo / Adroit Tasks. I've been collecting 100,000 data for planar pushing as well, but I am not able to train a good enough dynamics for offline trajopt to succeed. Even here I've been seeing that risk score is helping! I will add some results this weekend.

from score_po.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.