Skip to content

[Feature request] Allow different network architectures for off-policy actor/critic #113

Closed
@araffin

Description

@araffin

Currently, for on-policy algorithm we can specify net_arch=[dict(pi=[64], vf=[64])]

The idea would be to allow the same (expect the shared part which adds too much complexity) for off-policy algorithms:
net_arch=[dict(pi=[64], qf=[64])].

This should be fairly simple to implement.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions