Skip to content

feat: rl tuning for idealized react agent #405

@jakelorocco

Description

@jakelorocco

The principled way to do react is to force the model to take each individual step in order: Observe -> Think -> Act -> Continue until Done. Our current react problem solving framework isn't able to do that because the model tends to call tools too early and skip thinking, etc...

To test our rl tuning on mellea programs, we could try to train a model to act through this idealized react loop; and see if the model is more performant.

As a part of this, we would have to write a Mellea program that actually looks like the react loop.

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