Skip to content

It seems that you didn't use actor_target at all #9

@Triple-ROCK

Description

@Triple-ROCK

in the 233 line of the file ddpg_vec.py, you use
next_action_batch = self.select_action( next_state_batch.view(-1, self.obs_dim), action_noise=self.train_noise),

that means you select next_action use current actor instead of the target actor, which is different from the ddpg paper, or you do this design choice for some other reason?

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