-
Notifications
You must be signed in to change notification settings - Fork 95
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
Feature/ Smac wrapper Update, MADQN/QMIX/VDN upgrades and Dockerfile improvements #310
Conversation
…format action masks.
…feature/smac-env-upgrades
Remaining problems:
|
Error during robocup install that gets ignored, probably causing the issues:
|
bash_scripts/install_robocup.sh
Outdated
@@ -1,4 +1,4 @@ | |||
sudo apt-get update \ | |||
apt-get update \ |
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.
I assume the reason for this change is that the docker container doesn't need root access to run these commands. However, won't making this change cause problems for when people try to install robocup outside of docker?
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.
Good point. I will re-add sudo to the install. 👍
…va into feature/smac-env-upgrades
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.
Can't find any further things that I would change, but my Mava knowledge isn't good enough for this to be terribly meaningful.
Nevertheless, great job @KaleabTessera!
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.
This PR looks good, thanks @KaleabTessera 🔥 A lot of changes in here. Did you run some regression tests on this PR?
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.
This is a big one @KaleabTessera! Looks good to me, a massive effort 🔥 Good that we had multiple iterations across sections of the code because it is a big PR. @mmorris44 also thanks for your detailed checks and testing some of the changes. In the future, we can perhaps try to keep the PRs smaller and just more frequent.
For reference - Kale-ab confirmed we have test runs for the new smac wrapper and the eps scheduling changes for MADQN/QMIX/VDN and the learning rate decay which all look good.
What?
Why?
How?
Extra