8000 could there be a problem with the initialization of GaussianPolicy ? · Issue #19 · haarnoja/sac · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
could there be a problem with the initialization of GaussianPolicy ? #19
Open
@guyk1971

Description

@guyk1971

GaussianPolicy inherits from NNPolicy and in the end of GaussianPolicy constructor (init) there is a call to the parent of NNPolicy...
shouldnt it be :
super(GaussianPolicy,self).__init__(env_spec)

I observed its repeating in latent_space_policy and gmm_policy as well (although there is a comment in gmm_policy about it).

so not sure its a mistake, probably my misunderstanding, but sending anyway.
Thanks for sharing the code :)

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

      0