-
Notifications
You must be signed in to change notification settings - Fork 819
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add continuous actions option in maddpg (#828)
* add continuous actions option in maddpg, update mpe package source * format * fix act_reg when continuous * from parl.env.pettingzoo_mpe import MAenv_v2 * use concat instead of convert list to tensor * format code,add args of max_episodes * fix args * Update README.md * Update README.md * Update README.md * fix kl and logp of DiagGaussianDistribution * update comment * update comment * Update README.md * Fix maddpg (#836) * fix_maddpg_torch * fix_maddpg_benchmark_torch * fix_torch_api_bug * fix_simple_spread_local_rate * simplify * env_into_core * add_argument * delete_argument * delete_argument * fix_torch_normal_sample * fix_guassion_sample * fix_guassion_sample * remove_tmpfile * align_torch_with_paddle * tensor_gpu_bug * api_fix * rm-tmp * gitignore * fix_readme * align-torch-paddle * reformate&torchclip * reformate * fix_logp_gitignore * reformate * fix_comment * fix_readme_logdir * reformate-trainpy-torch * reformate-trainpy-torch Co-authored-by: yixin617 <[email protected]> * yapf * from parl.env.multiagent_env import MAenv * update deprecated comment * Update multiagent_simple_env.py * update comment Co-authored-by: liuyixin-louis <[email protected]> Co-authored-by: yixin617 <[email protected]>
- Loading branch information
1 parent
88e43d3
commit 46ceefd
Showing
17 changed files
with
532 additions
and
138 deletions.
There are no files selected for viewing
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
Binary file not shown.
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
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
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
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
Binary file not shown.
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
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
Oops, something went wrong.