GitHub
a2a4ec07
[bug-fix] Fix null ref exception in the demo recorder ( #5274 )
* Fix null ref exception in the demo recorder
* Update changelog
* Clearer logic
4 年前
GitHub
28eb43dd
[bug-fix] Delete .pt checkpoints past keep-checkpoints ( #5271 )
* Manage non-ONNX files with checkpoint manager too
* Update tests
* Update training status version
* Change ticking of status file version
4 年前
GitHub
5367efeb
Minor edits to documentation ( #5239 )
4 年前
GitHub
353b1566
Fix the attention module embedding size ( #5272 )
* Fix the attention module embedding size
* editing the changelog
4 年前
GitHub
d047802f
Rider suggested cleanup, part 1 ( #5265 )
4 年前
GitHub
578b0900
[MLA-1939] Match3 Custom Editor ( #5263 )
4 年前
GitHub
d1c91335
remove emtpy dir with asmdef ( #5267 )
4 年前
GitHub
d3c3f91f
LSTM models from 1.x will be incompatible with MLA 2.x ( #5254 )
* LSTM models from 1.x will be incompatible with MLA 2.x
* Adding a test and a new v2 model
* Make the Model Runner raise an error if using 1.0 model with LSTM
* adding a new model for hallway trained with 2.0
* reword error messages
* Only raise if error, not if warning
* Addressing comments: The legacy Barrauda memory generator and applier were removed. All code that checked for (memories + v1.X) have been removed since these will no longer be supported
* Modifying the changelog and the migrating guide with this change
* Fixing the merge issues
Co-authored-by: Chris Elion <chris.elion@unity3d.com>
4 年前
GitHub
8d11e68d
Fix GridSensorComponent bug ( #5270 )
4 年前
GitHub
4c776283
Fix --results-dir ( #5269 )
4 年前
GitHub
fabc492e
fix all PVS and doc generation warnings ( #5262 )
4 年前
GitHub
1b93ba03
Fix errors when creating new RayCast sensor ( #5261 )
* check if tag and angle is null
* add test
* changelog
4 年前
GitHub
205d8dff
Add advanced installation guide for com.unity.ml-agents ( #5260 )
4 年前
GitHub
2a9c8f0d
Move GridSensor into main package ( #5256 )
* move OneHotGridSensor into main package
* changelog and migration guide
* remove old doc
* check if physics module presents
4 年前
GitHub
76722df4
[MLA-1912] Move Match3 to com.unity.ml-agents ( #5259 )
4 年前
GitHub
297b2cfc
Making sorter inference use 20 tiles instead of 8 by default ( #5253 )
* Making sorter inference use 20 tiles instead of 8 by default
* removing the changes to the prefab due to version upgrade
4 年前
GitHub
f105d73c
update packages-lock.json files ( #5258 )
4 年前
GitHub
526c32cf
fix link, run link check in quiet mode ( #5257 )
4 年前
GitHub
76077fa8
[Release 16] Release 16 Merge Back to Main ( #5255 )
Update versions and documentation for Release 16.
Co-authored-by: Vincent-Pierre BERGES <vincentpierre@unity3d.com>
Co-authored-by: andrewcoh <54679309+andrewcoh@users.noreply.github.com>
Co-authored-by: Chris Elion <chris.elion@unity3d.com>
4 年前
GitHub
ca2f0b78
Separate boxoverlap out of GridSensor ( #5238 )
4 年前
GitHub
dffc37bf
Update to barracuda 1.3.3 and changes to the model inputs and outputs for LSTM ( #5236 )
* Initial commit
* making it work with hallway. Added a new model version
* addressing feedback
* Adding a comment
* formatting
* modifying the changelog
* Adding descriptions on the model version descriptions
* Update com.unity.ml-agents/Runtime/Inference/GeneratorImpl.cs
Co-authored-by: Chris Elion <chris.elion@unity3d.com>
* addressing comments
Co-authored-by: Chris Elion <chris.elion@unity3d.com>
4 年前
GitHub
fd79d92c
Extend StatsWriter to allow handling of individual stat updates ( #5249 )
* Extend StatsWriter to allow callback handling of individual stat updates
* Update documentation and expand test coverage.
4 年前
GitHub
b29b706c
pin CI image version ( #5250 )
4 年前
GitHub
03af9322
avoid empty set iteration, avoid Debug.AssertFormat ( #5246 )
* avoid empty set iteration, avoid Debug.AssertFormat
* changelog
4 年前
GitHub
41f38daa
[MLA-1909] Match3 and Camera/RenderTexture sensor GC improvements ( #5233 )
4 年前
GitHub
1fbbd97b
Add more verbose messages when using --initialize-from and --resume ( #5231 )
* Add more verbose messages when using --initialize-from and resume
* Fix typo
* Add periods
4 年前
GitHub
24aa2801
Grid sensor bug fixes ( #5230 )
* use all zeros for empty in one-hot
* fix a bug in calculating cell position
* remove root reference from UI
* removed unused normalized distance in GetObjectData()
4 年前
GitHub
35eb8317
KR README Translate ( #4919 )
* KR
* READMEUpdate
* fix whitespace
Co-authored-by: Chris Elion <chris.elion@unity3d.com>
4 年前
GitHub
6d1b3a64
[bug-fix] Use correct memories for LSTM SAC ( #5228 )
* Use correct memories for LSTM SAC
* Add some comments
4 年前
GitHub
b81907a5
locomotion scenes: don't add dynamic target to the agent's hierarchy ( #5226 )
4 年前
GitHub
60e5bbd1
Add ObservationType to analytics ObservationSpec ( #5218 )
4 年前
GitHub
019fc3bb
Clear ActionBuffers before Heuristic calls ( #5227 )
4 年前
GitHub
4e4a1af0
[Bug Fix] Serialization of vectorActionSpace ( #5220 )
* [Bug Fix] Serialization of vectorActionSpace
* adding a test
4 年前
GitHub
df6b2e44
Remove AudioListener component from example scenes. ( #5225 )
* remove AudioListener from Basic
* remove AudioListener from other examples
4 年前
GitHub
bcd4ecc6
TR - Documentation Localization ( #4588 )
* Main README.md added.
* Adding new translations.
* Turkish Installation finished. Other files includes.
* Basic files were prepared.
* fix whitespace
Co-authored-by: Chris Elion <chris.elion@unity3d.com>
4 年前
GitHub
723a8447
[MLA-1159] Add virtual methods to DecisionRequester ( #5223 )
4 年前
GitHub
9dfe6c7f
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>
4 年前
GitHub
93523775
Only if the logger level is higher than DEBUG will the subprocess print to console ( #5212 )
* Only if the logger level is higher than DEBUG will the subprocess print to console
* adding a comment
4 年前
GitHub
1b3e0ea3
[MLA-1880] Raycast sensor interface improvements ( #5222 )
* WIP
* remove debug info struct
* cleanup + add to test
* changelog
* fix unit tests
* PR feedback
4 年前
GitHub
45e75e01
[config] Disable `threading` by default ( #5221 )
* Remove threading as default
* New description
* Remove threaded option from YAML configs
* Remove from Match3
4 年前
GitHub
c5589b59
[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
4 年前
GitHub
9ed8927b
rearrange match3 docs ( #5215 )
* rearrange match3 docs
* changelog and migration from previous PR
4 年前
GitHub
2e19759c
Turning some logger.info into logger.debug and remove some logging overhead when not using debug ( #5211 )
* turning some logger.info into logger.debug and remove some logging overhead when not using debug
* Addressing comments
* Adding to changelog
4 年前
GitHub
f16cfd98
Rename variables in Grid Sensor ( #5217 )
4 年前
GitHub
b9cab453
[perf] Optimizations for performance ( #5192 )
* Lazy init the buffer when sampling
* Update references rather than copy data
* Don't create unneeded numpy arrays
* Remove self[key] from loop
4 年前
GitHub
6d1b42be
Making VectorActionSize and VectorActionSpaceType internal ( #5214 )
Made sure the editor does not complain;
4 年前
GitHub
acc9ba45
[bug fix] Fix warning using demo recorder ( #5216 )
4 年前
GitHub
3fbcc26c
Separate grid sensor and component ( #5209 )
4 年前
GitHub
ac5de482
Changelog for goal conditioning ( #5195 )
* Changelog for goal conditioning
* adding a line about the changes to the gridworld example
* Addressing comments
* Change capitalization
4 年前
GitHub
ff21216d
[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
4 年前