-
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
Feat/maddpg obs optim #459
Conversation
By design, DDPG only uses the Critic loss to update the shared observation networks hence the results of previous investigations were inconclusive Neptune Results This has opened up 2 further investigations #481 & #482 |
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.
Looks good to me. Thanks @AsadJeewa 👍
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.
Looks good, thanks @AsadJeewa 🔥
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 @AsadJeewa !!! 🔥
Just requested a minor change.
…deepai/Mava into feat/maddpg_obs_optim
What?
Temp branch for maddpg experiments
Why?
Benchmark to confirm updating observation network with only critic is best
How?
Benchmark with only critic gradients and previous (both actor and critic) and confirm no regression