Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Integrate network of deterministic actor, critic, and DQN #129

Closed
kan-s0 opened this issue Feb 23, 2022 · 0 comments
Closed

Integrate network of deterministic actor, critic, and DQN #129

kan-s0 opened this issue Feb 23, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@kan-s0
Copy link
Collaborator

kan-s0 commented Feb 23, 2022

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

  • Integrate overlapping actor and critic networks, and rename and relocate them together with DQN networks with similar functions.

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

  • add to network.policy.py:

    • Actor -> DeterministicPolicy
  • create network.q_network.py:

    • Critic -> DiscreteQ_Network
    • DQN -> ContinuousQ_Network

Additional context
Add any other context or screenshots about the feature request here.

@kan-s0 kan-s0 added the enhancement New feature or request label Feb 23, 2022
@kan-s0 kan-s0 closed this as completed Feb 24, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants