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

feat: independent sac #1013

Merged
merged 111 commits into from
Mar 12, 2024
Merged

feat: independent sac #1013

merged 111 commits into from
Mar 12, 2024

Conversation

sash-a
Copy link
Contributor

@sash-a sash-a commented Feb 12, 2024

What?

Feed Forward Independent Soft Actor Critic implementation

Extra

Will make a smaller PR for the changes around SAC so that the only thing I'm changing in this PR is adding SAC. Coming soon...

Copy link
Contributor

@OmaymaMahjoub OmaymaMahjoub left a comment

Choose a reason for hiding this comment

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

Thanks @sash-a keen to see isac part of Mava 🔥 The system training fine however it would be great if we could also work on aligning it closely with PPO systems for better consistency.

mava/configs/system/sac/ff_isac.yaml Show resolved Hide resolved
mava/systems/sac/types.py Outdated Show resolved Hide resolved
mava/systems/sac/ff_isac.py Show resolved Hide resolved
mava/configs/system/sac/ff_isac.yaml Outdated Show resolved Hide resolved
mava/configs/system/sac/ff_isac.yaml Outdated Show resolved Hide resolved
mava/systems/sac/ff_isac.py Outdated Show resolved Hide resolved
mava/systems/sac/ff_isac.py Show resolved Hide resolved
Copy link
Collaborator

@RuanJohn RuanJohn left a comment

Choose a reason for hiding this comment

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

Really super work here @sash-a!

A first pass through and just a few minor suggestions and comments from me. Will do another pass a bit later today.

mava/configs/system/sac/ff_isac.yaml Outdated Show resolved Hide resolved
mava/configs/system/sac/ff_isac.yaml Outdated Show resolved Hide resolved
mava/networks.py Show resolved Hide resolved
mava/networks.py Show resolved Hide resolved
mava/systems/sac/types.py Show resolved Hide resolved
mava/systems/sac/ff_isac.py Show resolved Hide resolved
mava/systems/sac/ff_isac.py Show resolved Hide resolved
mava/systems/sac/ff_isac.py Outdated Show resolved Hide resolved
mava/systems/sac/ff_isac.py Outdated Show resolved Hide resolved
mava/systems/sac/ff_isac.py Outdated Show resolved Hide resolved
Copy link
Collaborator

@RuanJohn RuanJohn left a comment

Choose a reason for hiding this comment

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

Just a few other minor comments. Thanks @sash-a 🔥

mava/systems/sac/types.py Outdated Show resolved Hide resolved
mava/systems/sac/types.py Outdated Show resolved Hide resolved
mava/systems/sac/ff_isac.py Outdated Show resolved Hide resolved
mava/systems/sac/ff_isac.py Outdated Show resolved Hide resolved
mava/systems/sac/ff_isac.py Outdated Show resolved Hide resolved
mava/systems/sac/ff_isac.py Show resolved Hide resolved
mava/systems/sac/ff_isac.py Outdated Show resolved Hide resolved
mava/systems/sac/ff_isac.py Show resolved Hide resolved
mava/systems/sac/ff_isac.py Show resolved Hide resolved
Copy link
Collaborator

@RuanJohn RuanJohn left a comment

Choose a reason for hiding this comment

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

Thank you @sash-a! Vert close! Just some very small final comments from me.

mava/configs/logger/ff_isac.yaml Outdated Show resolved Hide resolved
mava/configs/system/sac/ff_isac.yaml Show resolved Hide resolved
mava/networks.py Show resolved Hide resolved
mava/systems/sac/ff_isac.py Show resolved Hide resolved
mava/systems/sac/ff_isac.py Outdated Show resolved Hide resolved
mava/systems/sac/ff_isac.py Show resolved Hide resolved
mava/configs/system/sac/ff_isac.yaml Outdated Show resolved Hide resolved
mava/networks.py Outdated Show resolved Hide resolved
mava/networks.py Show resolved Hide resolved
Copy link
Contributor

@OmaymaMahjoub OmaymaMahjoub left a comment

Choose a reason for hiding this comment

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

Thanks @sash-a 🔥

Copy link
Collaborator

@RuanJohn RuanJohn left a comment

Choose a reason for hiding this comment

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

🚢 🔥

@sash-a sash-a merged commit 481a076 into develop Mar 12, 2024
3 checks passed
@sash-a sash-a deleted the feat/jitting-jax-sac branch March 12, 2024 10:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants