Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

NaN error when running PAIRED and REPAIRED on BipedalWalker env #2

@wenjunli-0

Description

@wenjunli-0

When running PAIRED and REPAIRED on BipedalWalker env. After a few thousands of updates, there will be an “nan” error in self.actor_critic.evaluate_actions() method (check this line

values, action_log_probs, dist_entropy, _ = self.actor_critic.evaluate_actions(
). The error happens when the Generator is being updated using ppo.

I assume this is caused by some gradient explosion or something. Could you guys check this bug?

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