-
Notifications
You must be signed in to change notification settings - Fork 58
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
[WIP] Adding MultiAgent Utilities #323
Open
AdityaKapoor74
wants to merge
46
commits into
SforAiDl:master
Choose a base branch
from
AdityaKapoor74:multiagentutils
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 18 commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
1d49049
Single actor critic shared params
hades-rp2010 ef4a179
Shared layers for multi ACs
hades-rp2010 2ecd086
Merge branch 'master' of https://github.com/SforAiDl/genrl
hades-rp2010 53450a8
Fix lint errors (1)
hades-rp2010 274aff9
Fixed tests
hades-rp2010 38f95f0
Changes to dicstrings and classes
hades-rp2010 0927001
adding MultiAgentBuffer
AdityaKapoor74 daa8b2a
shared mlp
AdityaKapoor74 44db72e
adding changes
AdityaKapoor74 4ef8f48
new mlp for maddpg
AdityaKapoor74 d8cf1a9
adding environment loader
AdityaKapoor74 8d2cf06
Adding Actor and Critic classes
AdityaKapoor74 1365585
adding new functionalities
AdityaKapoor74 5067e42
minor changes
AdityaKapoor74 6f0563e
added return statement to mlp_
AdityaKapoor74 5061abe
rectifying
AdityaKapoor74 e6a378c
rectifying 2
AdityaKapoor74 915d19d
rectifying 3
AdityaKapoor74 b0b5025
adding test for mlp_concat
AdityaKapoor74 8cc732b
adding test for mlp_concat
AdityaKapoor74 b8f7f6a
fixing errors
AdityaKapoor74 e50e230
adding docstring
AdityaKapoor74 835819e
Renaming Multi -> Two and comments
hades-rp2010 793c045
changing names
AdityaKapoor74 2635fd5
changing names
AdityaKapoor74 cd87506
Merge branch 'master' of https://github.com/AdityaKapoor74/genrl into…
hades-rp2010 65b6520
Shared params for single ACs
hades-rp2010 3d01b85
Merge branch 'multiagentutils' into shared
hades-rp2010 a62c100
Merge pull request #1 from hades-rp2010/shared
AdityaKapoor74 841ff66
Merge branch 'master' into multiagentutils
AdityaKapoor74 2be8df5
rollout buffer for MA
AdityaKapoor74 ac9b5a8
Merge branch 'multiagentutils' of https://github.com/AdityaKapoor74/g…
AdityaKapoor74 10282f0
Update genrl/utils/utils.py
AdityaKapoor74 79b531b
Update genrl/agents/deep/ppo1/ppo1.py
AdityaKapoor74 a3885a0
Update genrl/core/actor_critic.py
AdityaKapoor74 e3dc677
Update genrl/core/actor_critic.py
AdityaKapoor74 4c2ad51
Update genrl/core/actor_critic.py
AdityaKapoor74 43554e4
Update genrl/core/actor_critic.py
AdityaKapoor74 6828e93
removing SharedAC class
AdityaKapoor74 eac920c
removing SharedAC class
AdityaKapoor74 194065f
rectify
AdityaKapoor74 c0198bc
rectify
AdityaKapoor74 fe40835
rectify
AdityaKapoor74 a50204a
rectifying
AdityaKapoor74 4a3cd74
removing unecessary code
AdityaKapoor74 602a7b5
removing unecessary code
AdityaKapoor74 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Its very risky to change the versions here because of compatibility. Can you revert these?
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.
When I change that I get some errors. Any other way to rectify it?
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.
Have you changed the isort.cfg file?