vincentpierre
8cb050ef
WIP Made initial changes to enale dimension properties and added attention module
4 年前
vincentpierre
f7a4a31f
[Experiment] Bullet hell
4 年前
Andrew Cohen
f57875e0
layer norm
4 年前
Andrew Cohen
bc77c990
layer norm and weight decay with fixed architecture
4 年前
Andrew Cohen
fad37dc5
add default args to LinearEncoder
4 年前
Andrew Cohen
21365c04
formatting
4 年前
Andrew Cohen
96c01a63
custom layer norm
4 年前
Ervin Teng
efa67290
Self-attention Centralized Critic
4 年前
GitHub
9689449f
Refactor of attention ( #4840 )
Co-authored-by: Vincent-Pierre BERGES <vincentpierre@unity3d.com>
4 年前
Andrew Cohen
010803ea
separate entity encoder and RSA
4 年前
Andrew Cohen
3ca65063
clean up args in mha
4 年前
GitHub
b7e6efa3
Allow setting maximum number of elements in self-attention to None ( #4841 )
* separate entity encoder and RSA
* clean up args in mha
* more cleanups
* fixed tests
* entity embeddings have no max option
* Add exceptions for variable export
* Fix test
* Add docstrings
Co-authored-by: Andrew Cohen <andrew.cohen@unity3d.com>
4 年前
vincentpierre
56972f56
WIP integrate attention to networkbody
4 年前
Andrew Cohen
540b930b
add defaults to linear encoder, initialize ent encoders
4 年前
Andrew Cohen
9ae8a720
more cleanups
4 年前
Ervin Teng
aba633b2
Merge branch 'develop-attention-refactor' into develop-centralizedcritic-mm
4 年前
Andrew Cohen
631ac7f4
fixed tests
4 年前
Ervin Teng
30a09c6f
Merge branch 'develop-attention-refactor' into develop-centralizedcritic-mm
4 年前
GitHub
eb78a477
Add default init/gain to LinearEncoder ( #4846 )
4 年前
Ervin Teng
135914fd
entity embeddings work with no max
Integrate into CC
4 年前
GitHub
0ac990e0
add LayerNorm ( #4847 )
4 年前
Ervin Teng
e05e897c
One layer for entity embed
4 年前
vincentpierre
edbac259
Fixing merge conflicts
4 年前
vincentpierre
5039b65a
Merge branch 'master' into develop-att-network-integration
4 年前
Ervin Teng
dfe07e1d
Merge branch 'develop-lin-enc-def' into develop-centralizedcritic-mm
4 年前
GitHub
e9ff7705
Fix torch tensor non-contiguous issue ( #4855 )
* add contiguous
* preserve tensor device type
4 年前
Andrew Cohen
ad807327
refactor entityembedding/network body
4 年前
GitHub
01e0ee00
refactor entityembedding/network body ( #4857 )
4 年前
Andrew Cohen
6e6f3246
clean up
4 年前
Andrew Cohen
4e37974c
moved embedding layer norm into network body
4 年前
vincentpierre
396bc43c
Merging master
4 年前
vincentpierre
b7c7d773
Adding some tests
4 年前
vincentpierre
65c2fa7f
Making EntityEmbedding encode self and entities separately
4 年前
vincentpierre
7e47f94b
addressing comments
4 年前
vincentpierre
c27a95f0
Make a self encoder before EntityEmbedding
4 年前
vincentpierre
fd007f53
Attempting to use EntityEmbedding directly as processor
4 年前
vincentpierre
8baaaf4d
Changing model export to be compatible with Barracuda
4 年前
Ervin Teng
b6f88d6d
Merge branch 'develop-base-teammanager' into develop-agentprocessor-teammanager
4 年前
vincentpierre
bd6ab0f7
Silencing a Torch warning that raises when exporting the attention module to ONNX
4 年前