Skip to content

PPO crashes with out-of-bounds action during evaluation #2

@LucasBergholdt

Description

@LucasBergholdt

Description
PPO crashes during training, due to an action space violation during evaluation. The bug is a missing action clip in the evaluation loop.

The training loop clips actions (control_experiment.py:108), but the evaluation loop does not do so in either the sequential or vectorized paths (control_experiment.py:211 and 238).

PPOActorNetProbabilistic uses a plain Normal distribution with no squashing, so its outputs are unbounded.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions