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

Feature / Release 0.1.2 #465

Merged
merged 101 commits into from
Mar 25, 2022
Merged
Changes from 1 commit
Commits
Show all changes
101 commits
Select commit Hold shift + click to select a range
4ae9924
chore: commented changes for now
arnupretorius Feb 16, 2022
a828fb9
feat: first take on general jax system class
arnupretorius Feb 17, 2022
23149e3
feat: general jax system class
arnupretorius Feb 17, 2022
4f6c7d7
fix: add missing launch call
arnupretorius Feb 17, 2022
48fe38e
chore: make config part of system launch
arnupretorius Feb 18, 2022
f88736a
chore: update with abstract class
arnupretorius Feb 21, 2022
4591d5f
style: make system design abstract method
arnupretorius Feb 21, 2022
7a8db0c
chore: pull in changes from abtract class
arnupretorius Feb 21, 2022
58f1490
chore: update docs strings
arnupretorius Feb 21, 2022
56822b9
test: started with general system class tests
arnupretorius Feb 21, 2022
1415315
chore: merge in abstract class
arnupretorius Feb 21, 2022
8087d77
chore: merge in dev
arnupretorius Feb 21, 2022
9ea4564
fix: remove circular import
arnupretorius Feb 21, 2022
c6126b0
chore: pull in mava config changes
arnupretorius Feb 21, 2022
704edfa
test: done with basic tests for general system class
arnupretorius Feb 22, 2022
6607d99
fix: add back in type ignore for system import
arnupretorius Feb 22, 2022
1192b0d
fix: mypy issues in system class
arnupretorius Feb 22, 2022
2ff60ab
fix: mypy system import issues
arnupretorius Feb 22, 2022
53091ee
docs: update docstrings in system tests
arnupretorius Feb 22, 2022
f584e10
test: done with general system tests
arnupretorius Feb 23, 2022
cbb2e4f
Merge branch 'develop' into feature/jax-general-system-class
arnupretorius Feb 23, 2022
e63a6b2
chore: merge with dev
arnupretorius Feb 23, 2022
7dbe4a7
fix: mypy issue
arnupretorius Feb 23, 2022
003a476
chore: merge with remote
arnupretorius Feb 23, 2022
a5067f4
fix: shared weights with agent type
AsadJeewa Feb 23, 2022
aa34ef2
fix: refactor shared weights comments
AsadJeewa Feb 24, 2022
a1ad513
feat: abstract builder class for jax systems
arnupretorius Feb 24, 2022
5b49e68
fix: remove debug statement
AsadJeewa Feb 24, 2022
a090fbc
Merge branch 'develop' into feature/jax-abstract-builder-class
DriesSmit Feb 24, 2022
67bc39d
fix: explicitly set shared weights var
AsadJeewa Feb 24, 2022
8be12e4
fix: mypy issues
arnupretorius Feb 24, 2022
508834f
chore: merge with remote
arnupretorius Feb 24, 2022
6718c21
Merge branch 'develop' into bugfix/shared_weights
mmorris44 Feb 25, 2022
542ed4d
fix: error handling in config class
arnupretorius Feb 25, 2022
4fab8da
chore: merge with dev
arnupretorius Feb 25, 2022
bf75881
chore: merge with dev
arnupretorius Feb 25, 2022
4631b30
Merge branch 'develop' into bugfix/shared_weights
AsadJeewa Feb 28, 2022
a381903
fix: add correct loss masking to mappo
EdanToledo Feb 28, 2022
4e56781
fix: sync abstract class with general
arnupretorius Feb 28, 2022
17c64bb
fix: correct the shaping
EdanToledo Feb 28, 2022
5a847e3
refactor: apply pre-commit to code
EdanToledo Feb 28, 2022
487a50b
Merge pull request #441 from instadeepai/fix/add_loss_mask_to_ppo
DriesSmit Feb 28, 2022
51b47e1
Merge branch 'develop' into feature/jax-abstract-builder-class
arnupretorius Feb 28, 2022
0dce604
Update README.md to fix broken link
AsadJeewa Mar 1, 2022
8b2e688
fix: move mappo example to correct folder
AsadJeewa Mar 1, 2022
02384fb
Merge branch 'develop' into bugfix/shared_weights
AsadJeewa Mar 1, 2022
0fd25ba
Merge pull request #444 from instadeepai/Maintenance/examples_readme
AsadJeewa Mar 1, 2022
3508be8
Merge branch 'develop' into bugfix/shared_weights
AsadJeewa Mar 1, 2022
52ddddd
Merge branch 'develop' into feature/jax-abstract-builder-class
AsadJeewa Mar 1, 2022
f83f125
Merge pull request #428 from instadeepai/bugfix/shared_weights
AsadJeewa Mar 1, 2022
d506b70
Merge branch 'develop' into feature/jax-abstract-builder-class
AsadJeewa Mar 1, 2022
80a5015
Fix broken readme links and neaten up formatting
AsadJeewa Mar 1, 2022
7e95b27
Merge pull request #446 from instadeepai/maintenance/-examples-readme
AsadJeewa Mar 1, 2022
5668bd8
Merge remote-tracking branch 'origin/develop' into feat/single-vs-mul…
KaleabTessera Mar 1, 2022
5e3f281
feat: Re-added multiple optim and made obs network configurable.
KaleabTessera Mar 1, 2022
071f13e
Merge branch 'develop' into feature/jax-abstract-builder-class
arnupretorius Mar 2, 2022
d846983
Merge pull request #433 from instadeepai/feature/jax-abstract-builder…
arnupretorius Mar 2, 2022
3a29066
docs: updated docs to better represent available options
sash-a Mar 2, 2022
e60a4dc
Merge pull request #448 from instadeepai/maintain/value-decomp-docs
sash-a Mar 2, 2022
7a2712c
fix: Move obs network operation into the tf.GradientTape so that grad…
KaleabTessera Mar 3, 2022
d700f81
fix: Handle failed checkpoint saves.
KaleabTessera Mar 3, 2022
b02ed6f
chore: Minor refactor of system and system tests.
KaleabTessera Mar 3, 2022
3c0e787
Merge remote-tracking branch 'origin/develop' into feat/single-vs-mul…
KaleabTessera Mar 4, 2022
40cd4a7
feat: Added mappo pong example.
KaleabTessera Mar 4, 2022
1d37634
chore: Temp way of handling system shutdown.
KaleabTessera Mar 7, 2022
eb87340
chore: minor edit to system tests
arnupretorius Mar 8, 2022
ecb2574
chore: merge with dev
arnupretorius Mar 8, 2022
8910ee8
chore: add comments to better explain code segment in config
arnupretorius Mar 8, 2022
ddc19b1
chore: improve commented message in config
arnupretorius Mar 8, 2022
62e8d28
docs: minor edit
arnupretorius Mar 9, 2022
346d6c4
Merge pull request #425 from instadeepai/feature/jax-general-system-c…
arnupretorius Mar 9, 2022
a2c8b4d
chore: Reverted tmp commit.
KaleabTessera Mar 9, 2022
6c5ce49
fix: Fix reduce_mean and incorrect loss function arguments.
DriesSmit Mar 10, 2022
a5a3a23
Add policy masking and faster execution.
DriesSmit Mar 10, 2022
d01cc73
Small fix.
DriesSmit Mar 10, 2022
4b02ccb
Fix reverb issue.
DriesSmit Mar 10, 2022
de669f7
chore: Made two optims for mappo the only option.
KaleabTessera Mar 15, 2022
b4b6c9c
Merge branch 'develop' into feat/single-vs-multiple-optim
KaleabTessera Mar 15, 2022
ed87339
chore: Updated mypy.
KaleabTessera Mar 15, 2022
7499191
fix: Pin version of gym.
KaleabTessera Mar 15, 2022
d269f48
fix/remove flatland wrapper print statement
mmorris44 Mar 17, 2022
3f2bf74
fix: Pin version of gym.
KaleabTessera Mar 15, 2022
76664d8
Merge pull request #458 from instadeepai/bugfix/fix-mypy-inconsistenc…
KaleabTessera Mar 22, 2022
49064d1
Merge branch 'develop' into bugfix/remove-errant-print
KaleabTessera Mar 22, 2022
5da3856
Merge pull request #456 from instadeepai/bugfix/remove-errant-print
AsadJeewa Mar 22, 2022
bab19ca
fix: Change the writer reset back.
DriesSmit Mar 23, 2022
23b6bc7
Merge branch 'develop' into feature/bugfix-maddpg-mad4pg-v2
DriesSmit Mar 23, 2022
b5155f0
Merge branch 'develop' into feat/single-vs-multiple-optim
KaleabTessera Mar 23, 2022
68d5363
chore: Moved mappo pong example.
KaleabTessera Mar 23, 2022
82116fe
Merge remote-tracking branch 'origin/feat/single-vs-multiple-optim' i…
KaleabTessera Mar 23, 2022
4226625
feat: Added investigation template.
KaleabTessera Mar 23, 2022
7602dff
chore: Minor updates to investigation template.
KaleabTessera Mar 23, 2022
e7dfbdb
fix: Small fix to feedforward MAD4PG.
DriesSmit Mar 23, 2022
1021b3f
Merge pull request #454 from instadeepai/feat/single-vs-multiple-optim
KaleabTessera Mar 23, 2022
8edfdfc
Merge branch 'develop' into feat/new-issue-template-for-investigations
KaleabTessera Mar 24, 2022
7f5fa29
Merge branch 'develop' into feature/bugfix-maddpg-mad4pg-v2
arnupretorius Mar 25, 2022
4174121
Merge pull request #461 from instadeepai/feat/new-issue-template-for-…
KaleabTessera Mar 25, 2022
998262e
Merge branch 'develop' into feature/bugfix-maddpg-mad4pg-v2
KaleabTessera Mar 25, 2022
7e3f301
Merge pull request #460 from instadeepai/feature/bugfix-maddpg-mad4pg-v2
DriesSmit Mar 25, 2022
2db8f00
chore: New version release.
KaleabTessera Mar 25, 2022
6161758
Merge pull request #464 from instadeepai/feat/release-0.1.2
KaleabTessera Mar 25, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: New version release.
  • Loading branch information
KaleabTessera committed Mar 25, 2022
commit 2db8f00cc054a663021547266b450df841e5ef4b
2 changes: 1 addition & 1 deletion mava/_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# We follow Semantic Versioning (https://semver.org/)
_MAJOR_VERSION = "0"
_MINOR_VERSION = "1"
_PATCH_VERSION = "1"
_PATCH_VERSION = "2"

# Example: '0.4.2'
__version__ = ".".join([_MAJOR_VERSION, _MINOR_VERSION, _PATCH_VERSION])