-
Notifications
You must be signed in to change notification settings - Fork 93
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
实现新的强化学习算法 #41
Labels
Comments
StepNeverStop
added a commit
that referenced
this issue
Jul 1, 2021
StepNeverStop
added
enhancement
New feature or request
optimization
Better performance or solution
labels
Jul 1, 2021
StepNeverStop
added a commit
that referenced
this issue
Jul 1, 2021
StepNeverStop
added a commit
that referenced
this issue
Jul 1, 2021
StepNeverStop
added a commit
that referenced
this issue
Jul 2, 2021
StepNeverStop
added a commit
that referenced
this issue
Jul 2, 2021
StepNeverStop
added a commit
that referenced
this issue
Jul 4, 2021
StepNeverStop
added a commit
that referenced
this issue
Jul 28, 2021
1. removed sarl off-policy algorithm pd_ddpg, 'cause it's not in main stream 2. updated README 3. removed `iql` and added script `IndependentMA.py` instead to implement independent multi-agent algorithms 4. optimized summary writing 5. move NamedDict from 'rls.common.config' to 'rls.common.specs' 6. updated example config 7. updated `.gitignore` 8. added property `is_multi` to identify whether training task is for sarl or marl for both unity and gym 9. reconstructed inheritance relationships between algorithms and their's superclass 10. removed `1.e+18` in yaml files and use a large integer number instead, 'cause we want a large integer rather than float
StepNeverStop
added a commit
that referenced
this issue
Jul 30, 2021
StepNeverStop
added a commit
that referenced
this issue
Aug 28, 2021
StepNeverStop
added a commit
that referenced
this issue
Aug 29, 2021
StepNeverStop
added a commit
that referenced
this issue
Aug 29, 2021
StepNeverStop
added a commit
that referenced
this issue
Aug 29, 2021
StepNeverStop
added a commit
that referenced
this issue
Aug 30, 2021
1. fixed bug in pettingzoo wrapper that not scale continuous actions from [-1, 1] to [low, hight] 2. fixed bugs in `sac`, `sac_v`, `tac`, `maxsqn` 3. implemented `masac` 4. fixed bugs in `squash_action` 5. implemented PER in marl 6. added several env configuration files when using platform pettingzoo 7. updated README
|
StepNeverStop
added a commit
that referenced
this issue
Aug 31, 2021
StepNeverStop
added a commit
that referenced
this issue
Sep 1, 2021
StepNeverStop
added a commit
that referenced
this issue
Sep 2, 2021
StepNeverStop
added a commit
that referenced
this issue
Sep 15, 2021
StepNeverStop
added a commit
that referenced
this issue
Sep 23, 2021
StepNeverStop
added a commit
that referenced
this issue
Sep 29, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
MARL:
SARL:
The text was updated successfully, but these errors were encountered: