Coder Social home page Coder Social logo

Comments (4)

Howuhh avatar Howuhh commented on June 14, 2024

Hi! As this is the code in getitem of the dataset, it only operates on [seq_len, ...] shapes, i.e. unbatched sequences

from faster-trajectory-transformer.

wj210 avatar wj210 commented on June 14, 2024

Yes, but however the slicing is done after flattening the seq_len together with the token dims so effectively we only slide it by 1 token? Instead of 1 entire timestep worth of tokens

from faster-trajectory-transformer.

Howuhh avatar Howuhh commented on June 14, 2024

@wj210 But that's the point! We discretize each domain such as states, actions, reward, then concatenate it to the one sequence and then flatten it (see architecture figure in the original paper). Thus, our task is to predict next token (not entire next timestamp!).
For example, we will predict from token 0 of trajectory 0 ($s_0^0$) next token 1 of trajectory 0 ($s_0^1$), which is just next state dimension. Actual sequence length for the transformer is seq_len * (state_dim + action_dim + 1 for return to go)

from faster-trajectory-transformer.

wj210 avatar wj210 commented on June 14, 2024

Right, yes i guess i was just confused about that... Thanks again!

from faster-trajectory-transformer.

Related Issues (7)

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.