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

Multi Agent DDPG #377

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

Multi Agent DDPG #377

wants to merge 3 commits into from

Conversation

veds12
Copy link
Member

@veds12 veds12 commented Oct 9, 2020

This is a very barebones implementation of maddpg. To Do :

  • Complete PettingZooInterface
  • test training
  • Other misc things

@veds12 veds12 marked this pull request as draft October 9, 2020 18:29
@codecov
Copy link

codecov bot commented Oct 9, 2020

Codecov Report

Merging #377 into master will decrease coverage by 68.14%.
The diff coverage is 12.90%.

@@             Coverage Diff             @@
##           master     #377       +/-   ##
===========================================
- Coverage   91.28%   23.13%   -68.15%     
===========================================
  Files          90       90               
  Lines        3809     3933      +124     
===========================================
- Hits         3477      910     -2567     
- Misses        332     3023     +2691     
Impacted Files Coverage Δ
genrl/core/rollout_storage.py 25.82% <9.21%> (-63.80%) ⬇️
genrl/core/buffers.py 35.29% <12.82%> (-59.95%) ⬇️
genrl/utils/utils.py 18.27% <16.66%> (-77.13%) ⬇️
genrl/core/__init__.py 100.00% <100.00%> (ø)
genrl/utils/__init__.py 100.00% <100.00%> (ø)
genrl/trainers/__init__.py 0.00% <0.00%> (-100.00%) ⬇️
genrl/agents/deep/dqn/noisy.py 0.00% <0.00%> (-100.00%) ⬇️
genrl/agents/deep/dqn/utils.py 0.00% <0.00%> (-100.00%) ⬇️
genrl/agents/deep/ppo1/ppo1.py 0.00% <0.00%> (-100.00%) ⬇️
genrl/agents/deep/dqn/double.py 0.00% <0.00%> (-100.00%) ⬇️
... and 75 more

@lgtm-com
Copy link

lgtm-com bot commented Oct 9, 2020

This pull request introduces 7 alerts when merging 330adbd into b8a45ab - view on LGTM.com

new alerts:

  • 5 for Unused import
  • 1 for First parameter of a method is not named 'self'
  • 1 for Syntax error

@sampreet-arthi sampreet-arthi added this to In progress in Multi-Agent RL Oct 12, 2020
@lgtm-com
Copy link

lgtm-com bot commented Oct 22, 2020

This pull request introduces 15 alerts when merging 256f705 into 25eb018 - view on LGTM.com

new alerts:

  • 7 for Unused import
  • 2 for Unused local variable
  • 2 for Suspicious unused loop iteration variable
  • 2 for Variable defined multiple times
  • 1 for First parameter of a method is not named 'self'
  • 1 for Wrong number of arguments in a call

@lgtm-com
Copy link

lgtm-com bot commented Oct 23, 2020

This pull request introduces 11 alerts when merging a564e5f into 25eb018 - view on LGTM.com

new alerts:

  • 6 for Unused import
  • 2 for Suspicious unused loop iteration variable
  • 2 for Variable defined multiple times
  • 1 for Unused local variable

@lgtm-com
Copy link

lgtm-com bot commented Nov 1, 2020

This pull request introduces 13 alerts when merging d83a841 into 25eb018 - view on LGTM.com

new alerts:

  • 8 for Unused import
  • 2 for Suspicious unused loop iteration variable
  • 1 for Unused local variable
  • 1 for Variable defined multiple times
  • 1 for Redundant assignment

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

1 participant