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

polish(zym): optimize ppo continuous act #801

Merged
merged 2 commits into from
Jun 13, 2024

Conversation

YinminZhang
Copy link
Contributor

Description

Related Issue

TODO

Check List

  • merge the latest version source branch/repo, and resolve all the conflicts
  • pass style check
  • pass all the tests

@PaParaZz1 PaParaZz1 added the config Update config label Jun 7, 2024
@PaParaZz1 PaParaZz1 changed the title Dev ppo continuous act polish(nyz): optimize ppo continuous act Jun 7, 2024
@PaParaZz1 PaParaZz1 changed the title polish(nyz): optimize ppo continuous act polish(zym): optimize ppo continuous act Jun 7, 2024
learning_rate=3e-4,
lr_scheduler=(1500, 0),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how about: lr_scheduler=dict(type="LambdaLR",args=dict(epoch_num=1500, min_lr_lambda=0))

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cool!

@PaParaZz1 PaParaZz1 merged commit f5fed7c into opendilab:main Jun 13, 2024
12 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
config Update config
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants