Skip to content

Pi 0.6 star mental model #860

Description

@rkiitd

For pi0.6 star, are the following steps correct if we try to implement from the base pi0.5 checkpoint :
a) Fine tune the model normally for a task
b) For every demonstration data set and a baseline inference : human augments the trajectory and labels it as 0 or 1
c) Rewards are synthesized so that every time step is penalized and termination success gives a large value
d) The rewards are binned into 201 bins and the value function is trained as a multi class classifier
e) Now, after the value function is trained, for every state action pair, an estimated advantage function is approximated and binarized to success or failure
f) For the new / old / augmented dataset the potential successful sequences as estimated by the value function is trained again via a cross entropy loss : so when the value function feels the episode will succeed it will back prop weighted by alpha ?

Is the mental model correct; or are we missing something ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions