Skip to content

[coati] add vf_coef argument for PPOTrainer #3317

@zhang-yi-chi

Description

@zhang-yi-chi

Describe the feature

Describe the feature

Adding vf_coef as shown in original PPO paper:

value_loss = vf_coef * 0.5 *(value - pred_value) ** 2

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions