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

[WIP] Adding MultiAgent Utilities #323

Open
wants to merge 46 commits into
base: master
Choose a base branch
from

Conversation

AdityaKapoor74
Copy link
Contributor

No description provided.

@lgtm-com
Copy link

lgtm-com bot commented Sep 3, 2020

This pull request introduces 1 alert when merging 0927001 into c3ef4d9 - view on LGTM.com

new alerts:

  • 1 for Variable defined multiple times

@Sharad24
Copy link
Member

Sharad24 commented Sep 3, 2020

Looks pretty good.

@lgtm-com
Copy link

lgtm-com bot commented Sep 3, 2020

This pull request introduces 2 alerts when merging daa8b2a into c3ef4d9 - view on LGTM.com

new alerts:

  • 1 for Syntax error
  • 1 for Variable defined multiple times

@lgtm-com
Copy link

lgtm-com bot commented Sep 3, 2020

This pull request introduces 2 alerts when merging 44db72e into c3ef4d9 - view on LGTM.com

new alerts:

  • 1 for Syntax error
  • 1 for Variable defined multiple times

@lgtm-com
Copy link

lgtm-com bot commented Sep 3, 2020

This pull request introduces 2 alerts when merging d8cf1a9 into c3ef4d9 - view on LGTM.com

new alerts:

  • 1 for Syntax error
  • 1 for Variable defined multiple times

@lgtm-com
Copy link

lgtm-com bot commented Sep 3, 2020

This pull request introduces 5 alerts when merging 1365585 into c3ef4d9 - view on LGTM.com

new alerts:

  • 2 for Syntax error
  • 2 for First argument to super() is not enclosing class
  • 1 for Variable defined multiple times

genrl/core/actor_critic.py Outdated Show resolved Hide resolved
genrl/utils/utils.py Outdated Show resolved Hide resolved
@@ -106,3 +106,107 @@ def close(self) -> None:
Closes environment
"""
self.env.close()


class MultiGymWrapper(gym.Wrapper):
Copy link
Member

Choose a reason for hiding this comment

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

Whats the difference between this and a normal Wrapper? Cant you use a TorchWrapper instead of creating this?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is just a template, I haven't added anything yet

Copy link
Member

@Sharad24 Sharad24 left a comment

Choose a reason for hiding this comment

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

Can you install pre-commit? You can see the instructions in Contributing.md

@lgtm-com
Copy link

lgtm-com bot commented Sep 3, 2020

This pull request introduces 5 alerts when merging 6f0563e into c3ef4d9 - view on LGTM.com

new alerts:

  • 2 for Syntax error
  • 2 for First argument to super() is not enclosing class
  • 1 for Variable defined multiple times

@lgtm-com
Copy link

lgtm-com bot commented Sep 4, 2020

This pull request introduces 7 alerts when merging 5061abe into 0fe4180 - view on LGTM.com

new alerts:

  • 2 for Mismatch between signature and use of an overriding method
  • 2 for Wrong number of arguments in a class instantiation
  • 1 for First argument to super() is not enclosing class
  • 1 for Variable defined multiple times
  • 1 for Wrong number of arguments in a call

@codecov
Copy link

codecov bot commented Sep 4, 2020

Codecov Report

Merging #323 into master will decrease coverage by 3.46%.
The diff coverage is 36.07%.

@@            Coverage Diff             @@
##           master     #323      +/-   ##
==========================================
- Coverage   90.77%   87.31%   -3.47%     
==========================================
  Files          89       89              
  Lines        3772     4027     +255     
==========================================
+ Hits         3424     3516      +92     
- Misses        348      511     +163     
Impacted Files Coverage Δ
genrl/agents/deep/a2c/a2c.py 93.58% <ø> (ø)
genrl/agents/deep/ddpg/ddpg.py 83.05% <0.00%> (-4.45%) ⬇️
genrl/core/rollout_storage.py 56.04% <9.21%> (-33.58%) ⬇️
genrl/environments/suite.py 73.68% <11.11%> (-19.42%) ⬇️
genrl/core/buffers.py 63.72% <12.82%> (-31.52%) ⬇️
genrl/environments/gym_wrapper.py 54.21% <27.50%> (-24.86%) ⬇️
genrl/agents/deep/ppo1/ppo1.py 97.61% <33.33%> (-2.39%) ⬇️
genrl/utils/utils.py 86.62% <78.82%> (-7.63%) ⬇️

genrl/utils/utils.py Outdated Show resolved Hide resolved
genrl/core/actor_critic.py Outdated Show resolved Hide resolved
genrl/core/actor_critic.py Outdated Show resolved Hide resolved
genrl/core/actor_critic.py Outdated Show resolved Hide resolved
genrl/core/actor_critic.py Outdated Show resolved Hide resolved
genrl/core/actor_critic.py Outdated Show resolved Hide resolved
AdityaKapoor74 and others added 16 commits October 4, 2020 11:39
Co-authored-by: Vedant Shah <vedantshah2012@gmail.com>
Co-authored-by: Vedant Shah <vedantshah2012@gmail.com>
Co-authored-by: Vedant Shah <vedantshah2012@gmail.com>
Co-authored-by: Vedant Shah <vedantshah2012@gmail.com>
Co-authored-by: Vedant Shah <vedantshah2012@gmail.com>
Co-authored-by: Vedant Shah <vedantshah2012@gmail.com>
@sampreet-arthi sampreet-arthi added this to In progress in Multi-Agent RL Oct 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Multi-Agent RL
  
In progress
Development

Successfully merging this pull request may close these issues.

None yet

5 participants