Skip to content

Bad performance with NoisyLinear #3069

@sparisi

Description

@sparisi

I am trying to implement Rainbow DQN and I am using NoisyLinear layers. The performance of the epsilon-greedy policy is indeed better, but when I turn eval mode on (basically disabling the noise in the layers) the performance is awful. I understand that sometimes switching to eval mode may make the performance worse, but this is REALLY bad, it's like the network can't do anything without the noise. Is this normal?

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