Skip to content

Question on PPO entropy coefficient #35

Description

@mpeschina

Hi,
I have a question about the entropy coefficient c2 of PPO and its standard value in SIMPLE.
In the original paper, the "standard" value is c2=0.01 but in SIMPLE its set to c2=0.1
"parser.add_argument("--entcoeff", "-ent", type = float, default = 0.1, help="The entropy coefficient in PPO")"

Is there a reason to put the standard value so high in SIMPLE? I am currently trying to tune that value and I am just curious.

Kind regards,
Markus

(Paper: https://arxiv.org/pdf/1707.06347.pdf)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions