Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Simplify TD3 Reinforcement Learning Agent Creation #3682

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

5advaith
Copy link

@5advaith 5advaith commented Apr 9, 2024

Description:

This pull request aims to simplify the process of creating td3 reinforcement learning agents by setting default template parameters. The changes introduced in this pull request streamline the agent creation process and improve code readability.

Changes:

Set default template parameters for td3 reinforcement learning agent creation.

Related issue

#3648

Note: This is my first pull request, and I'm eager to learn and improve. Any feedback or suggestions are greatly appreciated!

Copy link

mlpack-bot bot commented Apr 9, 2024

Thanks for opening your first pull request in this repository! Someone will review it when they have a chance. In the mean time, please be sure that you've handled the following things, to make the review process quicker and easier:

  • All code should follow the style guide
  • Documentation added for any new functionality
  • Tests added for any new functionality
  • Tests that are added follow the testing guide
  • Headers and license information added to the top of any new code files
  • HISTORY.md updated if the changes are big or user-facing
  • All CI checks should be passing

Thank you again for your contributions! 👍

@5advaith 5advaith changed the title Simplify Reinforcement Learning Agent Creation Simplify TD3 Reinforcement Learning Agent Creation Apr 9, 2024
Copy link

mlpack-bot bot commented May 9, 2024

This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions! 👍

@mlpack-bot mlpack-bot bot added the s: stale label May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant