Skip to content

Continuous action space should use Independent Normal instead of MultivariateNormalΒ #60

@imathg

Description

@imathg

Since in the code you use diagonal covariance matrix, MultivariateNormal deteriorates to Independent Normal.
The former distribution calculates cholesky decomposition, and it is extremely slow when the cov mat is low dimensional (e.g., 4x4), even on gpu.

However, it is quite fast using Independent Normal.

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