GitHub
6e0629a8
better message for new model format ( #5240 )
4 年前
Ervin Teng
eb088e86
Add date to changelog
4 年前
GitHub
7c94155c
Add some entries to Release 16 changelog ( #5237 )
* Update changelog
* Update com.unity.ml-agents/CHANGELOG.md
Co-authored-by: Vincent-Pierre BERGES <vincentpierre@unity3d.com>
* Fix grammar
Co-authored-by: Vincent-Pierre BERGES <vincentpierre@unity3d.com>
4 年前
Ervin Teng
bed4bf36
Load individual elements if state dict load fails ( #5213 )
Co-authored-by: Vincent-Pierre BERGES <vincentpierre@unity3d.com>
Co-authored-by: Ervin T. <ervin@unity3d.com>
(cherry picked from commit ac4f43cf18b98d0fc7063b9b831e07429f7ea39e)
4 年前
Ervin Teng
9e2e2626
[bug-fix] Use correct memories for LSTM SAC ( #5228 )
* Use correct memories for LSTM SAC
* Add some comments
(cherry picked from commit 707730256a6797336ba749f05f7dbf10dadd8126)
4 年前
Ervin Teng
c108da4a
[bug-fix] Fix POCA LSTM, pad sequences in the back ( #5206 )
* Pad buffer at the end
* Fix padding in optimizer value estimate
* Fix additional bugs and POCA
* Fix groupmate obs, add tests
* Update changelog
* Improve tests
* Address comments
* Fix poca test
* Fix buffer test
* Increase entropy for Hallway
* Add EOF newline
* Fix Behavior Name
* Address comments
(cherry picked from commit 2ce6810846ba9268e4fb5fb082fa54e90414c980)
4 年前
Ervin Teng
75d9cf59
Fix path to PushBlock demo ( #5198 )
(cherry picked from commit 875feb01509d8191fc3cc60d6a08c931546fb6dc)
4 年前
Ervin Teng
9e110528
Fixing the GymWrapper Logging issue ( #5201 )
(cherry picked from commit 8457c5bf87dcd943eb200a68735d48f84864448c)
4 年前
Ervin Teng
44dd1e29
[Bug Fix] Issue 5204 : GymToUnityWrapper must call reset if done ( #5207 )
(cherry picked from commit 21548e02e83a563c75a0b6bae0cbbe1ceb6552e0)
4 年前
Ervin Teng
4b95fa34
[bug fix] Fix warning using demo recorder ( #5216 )
(cherry picked from commit 272899a8a100b4ff1bbcaa575d2bc46965fc5938)
4 年前
Ervin Teng
d1c24251
[bug-fix] When agent isn't training, don't clear update buffer ( #5205 )
* Don't clear update buffer, but don't append to it either
* Update changelog
* Address comments
* Make experience replay buffer saving more verbose
(cherry picked from commit 63e7ad44d96b7663b91f005ca1d88f4f3b11dd2a)
4 年前
Ervin Teng
fd2dc688
[ 🐛 🔨 ] set_action_for_agent expects a ActionTuple with batch size 1. ( #5208 )
* [Bug Fix] set_action_for_agent expects a ActionTuple with batch size 1.
* moving a line around
(cherry picked from commit aac2ee6cb650e6969a6d8b9f7c966f69b9e2df04)
4 年前
Ervin Teng
e1c23ad7
[ 🐛 🔨 ]Adding the ELO to the GlobalTrainingStatus ( #5202 )
* Adding the ELO to the GlobalTrainingStatus
* Update ml-agents/mlagents/trainers/ghost/trainer.py
Co-authored-by: andrewcoh <54679309+andrewcoh@users.noreply.github.com>
Co-authored-by: andrewcoh <54679309+andrewcoh@users.noreply.github.com>
(cherry picked from commit 9c3dc4542ce2fa35f25dfa7809a7e1c2ee06001e)
4 年前