Skip to content

Incomplete Code #3

@wbwatkinson

Description

@wbwatkinson

Hello! It appears there are some significant gaps in the provided code. There are various instance variables missing from the initialization methods. While the missing code can generally be inferred, the following code on line 127 of ddpg.py presents a problem. The _critic object does not have a method train. What is intended? Or, what is the train method for the critic?

self._critic.train(states, actions, q_targets)

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