39 次代码提交 (54c4eb43-8bfc-4e88-8cad-1b01aab4cd7a)

作者 SHA1 备注 提交日期
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) 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) 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 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) 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 年前