Skip to content

Change observation normalization logic in ddpg, td3, dqn #2

@keraJLi

Description

@keraJLi

In these algorithms, the observations are normalized before being passed to update (see https://github.com/keraJLi/pureRL/blob/5ed017666be48ab0d3976d84a3557839d527dc08/purerl/algos/ddpg/ddpg.py#L123). Passing unnormalized observations would give more freedom when creating sublcasses. Should change it to be that way!

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