-
Notifications
You must be signed in to change notification settings - Fork 97
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
Fix/architecture typo fix. #410
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thnaks Ruan
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @RuanJohn 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @RuanJohn !!
What?
There was a small typo in the
network.py
files for the MADDPG and MAD4PG implementations. Subsequently, it also showed up in some MADDPG/MAD4PG examples and tests. It was also in a few MADQN docstrings and examples.Why?
It was fixed because it caused problems with benchmarking and experiment runner where some systems could accept
architecture_type
as a parameter and others required a manual change toarchecture_type
.How?
Fixed the typo in all files that it appeared in.
Extra
The system level tests for MADDPG, MAD4PG and MADQN all pass after the typo fix.