79 次代码提交 (f16ce486-236a-4c54-9e40-deed7a29c01a)

作者 SHA1 备注 提交日期
GitHub 7914387f Develop communicator redesign (#638) 6 年前
Arthur Juliani 5e48766d Remove discrete observations 6 年前
Brian Sterling f229e9ff BackCompat fix for 2017.1 (EditorApplication.playmodeStateChanged deprecated in 2018) 6 年前
GitHub 90a66686 Release v0.7 disable gRPC on non supported platforms (#1743) 5 年前
GitHub 88b917b3 [format] Format code whitespace with Unity Formatter. (#2550) 5 年前
GitHub f01dd1c1 [coding conventions] Change c# code to be compliant with Unity coding conventions. (#2555) 5 年前
GitHub 2f74b3cc Rename protobuf objects to be suffixed with 'Proto' in python and C#. (#2646) 5 年前
GitHub 2d92a49b Refactor ICommunicator API (#2675) 5 年前
GitHub 39f280d6 Develop spawn brains (#2676) 5 年前
GitHub 6ea0d41b Remove references to batcher in comments. (#2701) 5 年前
GitHub 64fb6904 Remove Destructor for RpcCommunicator. (#2716) 5 年前
GitHub 7d8651ac Made ModelParamLoader static and made a modelRunner for batching at inference (#2718) 5 年前
GitHub 2a884e6d Fix rider warnings and format code. (#2730) 5 年前
GitHub 0892ef2c [WIP] ISensor interface and use for visual observations (#2731) 5 年前
GitHub daf6b394 move CacheBrainParameters() and friends out of #if blocks (#2777) 5 年前
GitHub 99146e97 1 to 1 Brain to Agent (#2729) 5 年前
GitHub 5d2e466f Fix Code convention warnings in Rider. (#2801) 5 年前
GitHub 69d1a033 Develop remove past action communication (#2913) 5 年前
GitHub 11243348 Develop side channel (#2956) 5 年前
GitHub 8ec5ab62 Develop side channels: migrate reset parameters (#2990) 5 年前
GitHub 754492dc Remove macros for older unity versions which are no longer needed. (#3168) 4 年前
GitHub f97bcf1c Decoupling IPolicy from Agent (#3203) 4 年前
GitHub 6d107fff Check shape of sensors every time a decision is requested (#3220) 4 年前
GitHub 6451f564 write observations directly to protobuf (#3229) 4 年前
GitHub e87901b8 Reset from Python will clear the Agents Actions callbacks (#3249) 4 年前
GitHub 590559e7 Make the Agent reset immediately after Done (#3291) 4 年前
GitHub 18fc5131 Format code and add .editorconfig to our package. (#3305) 4 年前
GitHub c6e5b23e Develop return float array (#3319) 4 年前
GitHub 9b72aab2 Making some fields and properties internal (#3342) 4 年前
GitHub 386ba66c Develop observation collector (#3352) 4 年前
GitHub 84161e7a csharp cleanup (#3392) 4 年前
GitHub d20bda06 csharp cleanup (#3392) (#3395) 4 年前
GitHub 607cb6b8 Develop Side Channels tutorial (#3391) 4 年前
GitHub c38dd44c Develop SideChannel new api (#3425) 4 年前
GitHub f25bf7d3 Reintroduce MLAgents.Sensors namespace (#3509) 4 年前
GitHub b9bd4df2 Modified some namespaces (#3533) 4 年前
GitHub e5108d2c Communication protocol versioning (#3535) 4 年前
GitHub 529214e7 Caching side channel data for one step (#3565) 4 年前
GitHub 9ae290ee Messages will be consumed when the side channel registers (#3573) 4 年前
Chris Elion a2ad53be apply auto-formatting 4 年前
Chris Elion 8ba73c57 C# versions of the python utils 4 年前
GitHub ec278616 Hotfixes for Release 0.15.1 (#3698) 4 年前
GitHub 11c518a3 Stats SideChannel (for custom TensorBoard metrics) (#3660) 4 年前
GitHub 6612b496 Deprecating Academy.Instance.FloatProperties (#3696) 4 年前
GitHub 43f23ee3 WIP : Changes to the LL-API - Refactor of “done” logic (#3681) 4 年前
GitHub 989cc89f Use SemVer to check communication compatibility between C# and Python (#3760) 4 年前
GitHub 4399e29f UI for Ray stacks, rename WriteAdapter to ObservationWriter (#3834) 4 年前
GitHub ea0c6fa0 [WIP] Side Channel Design Changes (#3807) 4 年前
GitHub 85789ded Add capabilities checks bewteen C# and Python codebases. (#3831) 4 年前
GitHub 1e0b022f [MLA-850] rename namespaces to Unity.MLAgents (#3843) 4 年前
GitHub 56d07c4b Release 2 verified update docs (#4535) 4 年前
GitHub d8d44d12 [Verified] Backport analytics events (#4892) 3 年前
Chris Elion e2d1263f fix NPE in model validation code, better error message 3 年前
GitHub 9c3b179a [MLA-1981] Don't allow connections to newer python trainers (#5370) 3 年前
GitHub 18d1d96d The environment can now close right after being instantiated (#4071) 4 年前
Chris Elion 1a485482 comments 4 年前
GitHub 8e8a508b rename to SideChannelManager +backcompat (#4137) 4 年前
GitHub 3a7572b4 Integrate IActuators into ML-Agents core code. (#4315) 4 年前
GitHub e7916b08 add pre-commit hook for dotnet-format (#4362) 4 年前
GitHub 31919e08 [MLA-1267] Account for actuators in training and inference. (#4371) 4 年前
Ruo-Ping Dong 53ba9d86 add deadline for communicator initial exchange 4 年前
Ruo-Ping Dong 44eeb280 only set deadline for editor 4 年前
Ruo-Ping Dong aadcf6e1 fix seconds 4 年前
GitHub 94c59e31 C# changes for hybrid action spaces (#4587) 3 年前
GitHub 990f801a Develop hybrid action staging (#4702) 3 年前
GitHub 43d74c0a [MLA-1587] Don't warn about minor version mismatch, add links in specific messages (#4688) (#4759) 3 年前
GitHub 8f389445 More misc hybrid action followup (#4777) 3 年前
GitHub 2623c46f Rider suggestions (#4778) 3 年前
vincentpierre f7a4a31f [Experiment] Bullet hell 3 年前
GitHub d8835857 [MLA-1540] Training Analytics (#4780) 3 年前
GitHub dbf50ca2 surface specific GRPC errors more visibly (#4930) 3 年前
GitHub 9d2f16cf [MLA-1767] Refactor communicator connection exceptions (#4935) 3 年前
GitHub 5f55f4ac update defines, compile out Initialize body on non-desktop (#4957) 3 年前
Christopher Goy 9cadfa7a Merge master -> release_13_branch-to-master 3 年前
GitHub 0ccca975 Communicator factory (#4965) 3 年前
Christopher Goy b83b10a0 Fix RpcCommunicator merge. 3 年前
GitHub f16ce486 Update v2-staging from main (March 15) (#5123) 3 年前
Christopher Goy ff3a8e4b Update grpc to a universal binary (x86_64|arm64). Fix issues with hanging because we were not shutting down a channel. 3 年前
Christopher Goy 886e4213 Update mac and linux native and managed libraries. Fix shutdown issues. Delete link.xml. 3 年前