-
Notifications
You must be signed in to change notification settings - Fork 121
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
add SAC document #94
Merged
Merged
add SAC document #94
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wenzhangliu
added a commit
that referenced
this pull request
Feb 8, 2025
* extensive examples * update coma and add examples * examples for marl * update the installation of SMAC * arguments list * update docs * update discord invite link * update dqn docs * support optuna for dqn (#75) * hyperparams for ddqn * contributing to us * agent.current_step (#79) * pdqn_agent.md commit (#80) * pdqn_agent.md commit1 * pdqn_agent.md commit2 * update readme and move demo to examples * td3算法简介 (#81) Co-authored-by: xiaoyangquan2002 <[email protected]> * docs for hyperpameters tuning (#75) * docs for hyperpameters tuning (#75) * api documentation for tuning tools * api documentation for tuning tools * api documentation for tuning tools * api documentation for tuning tools * update DQN document (#82) * td3算法简介 * docs for hyperpameters tuning (#75) * docs for hyperpameters tuning (#75) * api documentation for tuning tools * api documentation for tuning tools * api documentation for tuning tools * api documentation for tuning tools * update DQN document --------- Co-authored-by: xiaoyangquan2002 <[email protected]> Co-authored-by: wenzhangliu <[email protected]> * hyperparameters setting for other algorithms (#77) * hyperparameters setting for marl algorithms (#77) * hyperparameters setting for marl algorithms (#77) * update test files * add basic examples for drl * test for hyperparameters tuning * update qrdqn configs * a2c_agent.md commit (#90) * pdqn_agent.md commit1 * pdqn_agent.md commit2 * a2c_agent.md commit-1 * add SAC document (#92) * add SAC document * update TD3 document * update sac document * update TD3 document --------- Co-authored-by: xiaoyangquan2002 <[email protected]> * DDPG.md (#93) * add SAC document (#94) * add SAC document * update TD3 document * update sac document * update TD3 document --------- Co-authored-by: xiaoyangquan2002 <[email protected]> * example for dqn tuning * hyperparameters tuning * update configs * remove to examples * Add README_CN.md * update readme * update readme * tune example * installation for torch-scatter (#73) * update * multi-objective tuning * return information during training #96 * itemgetter for one agent #97 * selected objectives for multi-objective tuning #98 * selected objectives for multi-objective tuning #98 * update readme * installation * environment link * environment link * docs for multi-objective tuning #100 * Add NPG agent and NPG learner (#102) * complete the installation docs for torch-scatter #73 * complete the docs for multi-objective tuning #100 * environments * environments * complete the docs for multi-objective tuning #100 * npg config files #84 * usage update * Add npg_agent.md (#103) * Add NPG agent and NPG learner * Add npg_agent.md and npg_learner.rst * docs for npg * npg index * npg comments * npg docs * distributed training docs * distributed training docs * api annotation for operations * update readme * set_device * v1.2.6 --------- Co-authored-by: TangY1fan <[email protected]> Co-authored-by: xiaoyangquan2002 <[email protected]> Co-authored-by: xiaoyangquan2002 <[email protected]> Co-authored-by: XiangDuojie <[email protected]>
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
add SAC document