vincentpierre
66bae031
modifying the changelog
4 年前
GitHub
399f99e7
Initial implementation using IHeuristicProvider. ( #4849 )
- Actuators can now optionally implement IHeuristicProvider to generate heuristic actions for agents.
Co-authored-by: Chris Elion <chris.elion@unity3d.com>
4 年前
vincentpierre
03c905b2
Fix equation for entropy
4 年前
GitHub
e3b868bb
Don't clamp timescale to 100 outside of editor ( #4867 )
* Don't clamp timescale to 100 outside of editor
* fix dumb typo
4 年前
GitHub
67594fa5
Merge pull request #4868 from brccabral/PytestWSL
Increase sleep time to assert given exception as UnityEnvironmentException
4 年前
brccabral
f21a1f85
Increase sleep time to assert given exception as UnityEnvironmentException
4 年前
brccabral
457fb612
Merge branch 'master' of https://github.com/Unity-Technologies/ml-agents
4 年前
GitHub
a11418e6
Update links in Additional Resources section ( #4863 )
* Update links in Additional Resources section
* Added link to CodeMonkeys ML-Agents videos.
4 年前
GitHub
fde883cb
add backcompat job that I forgot before ( #4862 )
4 年前
GitHub
5a93fb6e
Update artifactory URL. ( #4858 )
4 年前
GitHub
90cb920d
Update README.md ( #4860 )
typo fix
4 年前
GitHub
807e4db5
Adding links to blog posts from 2020-Q4 ( #4859 )
4 年前
GitHub
681124d1
Merge pull request #4856 from Unity-Technologies/develop-buffer-sensor-tests
Adding a test for BufferSensor
4 年前
vincentpierre
5b816002
Adding a test for BufferSensor
4 年前
GitHub
e9ff7705
Fix torch tensor non-contiguous issue ( #4855 )
* add contiguous
* preserve tensor device type
4 年前
GitHub
eb630ca3
Merge pull request #4843 from Unity-Technologies/develop-inference-rank-2
Preliminary work for inference with attention
4 年前
GitHub
a02cf933
Add predict minimum attention test ( #4853 )
4 年前
GitHub
67ad9651
Merge pull request #4825 from Unity-Technologies/sensor-types
[WIP] Observation Types
4 年前
Arthur Juliani
b4d8cf54
Change learning rate
4 年前
Arthur Juliani
880d390b
Change seed
4 年前
Arthur Juliani
a0876939
Extend test time
4 年前
Arthur Juliani
fc756e5a
Formatting
4 年前
Arthur Juliani
7b230bdf
Change seed for two offending tests
4 年前
Arthur Juliani
cf95bb02
Pre-commit fit
4 年前
Arthur Juliani
2b0b4f73
Add comments
4 年前
GitHub
d30e9f28
Merge pull request #4851 from Unity-Technologies/fix-contiguous-resnet
Fixing .contiguous missing in resnet
4 年前
vincentpierre
8c1a33a4
Fixing .contiguous missing in resnet
4 年前
GitHub
0ac990e0
add LayerNorm ( #4847 )
4 年前
vincentpierre
075e953f
Fix bug in counting of vis_obs as per comment
4 年前
GitHub
eb78a477
Add default init/gain to LinearEncoder ( #4846 )
4 年前
Andrew Cohen
631ac7f4
fixed tests
4 年前
GitHub
2c4d7716
Update com.unity.ml-agents/Runtime/Inference/TensorGenerator.cs
Co-authored-by: Chris Elion <chris.elion@unity3d.com>
4 年前
GitHub
c2a84942
Update Roll-a-Ball tutorial link ( #4820 )
The Roll-a-Ball tutorial that is linked to is https://learn.unity.com/project/roll-a-ball-tutorial , but it should be https://learn.unity.com/project/roll-a-ball .
4 年前
Andrew Cohen
9ae8a720
more cleanups
4 年前
vincentpierre
b7892849
addressing comments
4 年前
Andrew Cohen
540b930b
add defaults to linear encoder, initialize ent encoders
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 年前
Andrew Cohen
3ca65063
clean up args in mha
4 年前
vincentpierre
dc84fe48
adressing comments
4 年前
GitHub
af5f6ad0
make sure DefaultTrainerDict is pickle-able ( #4842 )
4 年前
Andrew Cohen
010803ea
separate entity encoder and RSA
4 年前
vincentpierre
3bc43ef2
Preliminary work for inference with attention
4 年前
GitHub
9689449f
Refactor of attention ( #4840 )
Co-authored-by: Vincent-Pierre BERGES <vincentpierre@unity3d.com>
4 年前
Arthur Juliani
e3de0406
Plurals
4 年前
Arthur Juliani
0a876b9c
Fix typos
4 年前
Arthur Juliani
91a93815
Fix gym tests
4 年前
Arthur Juliani
6f677d1a
Apply proto patch
4 年前
Arthur Juliani
327f6613
Rename
4 年前
Arthur Juliani
5d9f743c
Build protos
4 年前
Arthur Juliani
5342f426
One more rename
4 年前