Skip to content

a question in DDPG.act #1

@lbgitjp

Description

@lbgitjp

below code:

allocation = self.actor_network.target_action(next_state_data).data.view(-1)

Shouldn't above line of code be modified to below?
allocation = self.actor_network.actor_action(next_state_data).data.view(-1)

thanks!

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