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

Fix/architecture typo fix. #410

Merged
merged 4 commits into from
Feb 16, 2022
Merged

Fix/architecture typo fix. #410

merged 4 commits into from
Feb 16, 2022

Conversation

RuanJohn
Copy link
Collaborator

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 to archecture_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.

@RuanJohn RuanJohn added the maintenance General improvements/optimisations label Feb 16, 2022
@RuanJohn RuanJohn added this to the Mava stable systems release milestone Feb 16, 2022
@RuanJohn RuanJohn self-assigned this Feb 16, 2022
@RuanJohn RuanJohn changed the title Fix/architecture typo fix. Closes #409 Fix/architecture typo fix. Feb 16, 2022
Copy link
Contributor

@AsadJeewa AsadJeewa left a comment

Choose a reason for hiding this comment

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

Thnaks Ruan

Copy link
Collaborator

@arnupretorius arnupretorius left a comment

Choose a reason for hiding this comment

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

Thanks @RuanJohn 👍

Copy link
Contributor

@KaleabTessera KaleabTessera left a comment

Choose a reason for hiding this comment

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

Thanks @RuanJohn !!

@RuanJohn RuanJohn merged commit 0cdb16a into develop Feb 16, 2022
@RuanJohn RuanJohn deleted the fix/architecture-typo-fix branch February 16, 2022 12:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance General improvements/optimisations size/M
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[MAINTENANCE] Typo for archecture_type instead of architecture_type in MADDPG/MAD4PG
4 participants