51 次代码提交 (2cce3bbe-f37b-4b5a-94fa-6d92b44b9447)

作者 SHA1 备注 提交日期
GitHub 6c354d16 New Learning Brain (#1303) 6 年前
vincentpierre d03fb5da Bug fix for recurrent 6 年前
vincentpierre 52d631b7 Initial commit. Modified the code to use TF# exclusively 6 年前
Vincent-Pierre BERGES 4a6ae4e0 Barracuda integration into ML-Agents (#1557) 6 年前
Vincent-Pierre BERGES eefe0d6b Optimisation - Removed a lot of garbage allocation (#1804) 6 年前
Mantas Puida 8580dffb Fixed batch size for visual observations, Barracuda was mostly affected by it. 5 年前
Mantas Puida 1862b6be Multiple LSTM cell handling added to Barracuda code path 5 年前
GitHub cf3ccc4a Barracuda - remove unused private variable (#2128) 5 年前
Ervin T 9ea7fea8 Use Barracuda tensors and Barracuda 0.2.4 (#2308) 5 年前
GitHub 69613a01 Reducing complexity on a number of classes. (#2480) 5 年前
GitHub 9358fd4f [memory] Fix for tensors not being disposed of. (#2541) 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 2d92a49b Refactor ICommunicator API (#2675) 5 年前
GitHub 0892ef2c [WIP] ISensor interface and use for visual observations (#2731) 5 年前
GitHub 99146e97 1 to 1 Brain to Agent (#2729) 5 年前
GitHub 0fe5adc2 Develop remove memories (#2795) 5 年前
GitHub 5d2e466f Fix Code convention warnings in Rider. (#2801) 5 年前
GitHub 1934bb75 VectorSensor and StackedSensor (#2813) 5 年前
GitHub 00107b93 Fixing inference for hallway 5 年前
GitHub 69d1a033 Develop remove past action communication (#2913) 5 年前
GitHub a488299f [MLA-345] float visual observations (#3148) 5 年前
GitHub 8cf94e1b use TensorShape for index calc (#3171) 5 年前
GitHub f97bcf1c Decoupling IPolicy from Agent (#3203) 5 年前
GitHub 0366af0b Always reset when agent is done (#3222) 5 年前
GitHub 590559e7 Make the Agent reset immediately after Done (#3291) 5 年前
GitHub 18fc5131 Format code and add .editorconfig to our package. (#3305) 5 年前
GitHub 9b72aab2 Making some fields and properties internal (#3342) 5 年前
GitHub 386ba66c Develop observation collector (#3352) 5 年前
GitHub 84161e7a csharp cleanup (#3392) 5 年前
GitHub c4d966fb Checking if the Past action is null before feeding into inference (#3403) 5 年前
GitHub d20bda06 csharp cleanup (#3392) (#3395) 5 年前
Anupam Bhatnagar d8c79f48 resolving merge conflicts 5 年前
GitHub d072e091 [upkeep] Add a dev project to take advantage of package that only work with 2019.x or newer. (#3452) 5 年前
GitHub f25bf7d3 Reintroduce MLAgents.Sensors namespace (#3509) 5 年前
GitHub b9bd4df2 Modified some namespaces (#3533) 5 年前
GitHub 4e747130 Renaming AgentInfo.actionMasks to AgentInfo.DiscreteActionMasks (#3539) 5 年前
GitHub 4399e29f UI for Ray stacks, rename WriteAdapter to ObservationWriter (#3834) 4 年前
GitHub 1e0b022f [MLA-850] rename namespaces to Unity.MLAgents (#3843) 4 年前
GitHub c7722f73 [barracuda] Update Barracuda to 0.7.0-preview. (#3873) 4 年前
GitHub 731fb88b [barracuda] Update Barracuda to 0.7.0-preview (#3875) 4 年前
Chris Elion 68b68396 Merge remote-tracking branch 'origin/master' into release_1_to_master 4 年前
GitHub 8d3e2225 [MLA-1743] Backport inference GC Optimizations (#4916) 4 年前
GitHub 94c59e31 C# changes for hybrid action spaces (#4587) 4 年前
GitHub 8f389445 More misc hybrid action followup (#4777) 4 年前
vincentpierre 3bc43ef2 Preliminary work for inference with attention 4 年前
vincentpierre dc84fe48 adressing comments 4 年前
GitHub e83b35dd [MLA-1724] Reduce use of IEnumerable during inference (#4887) 4 年前
GitHub dffc37bf Update to barracuda 1.3.3 and changes to the model inputs and outputs for LSTM (#5236) 3 年前
GitHub d3c3f91f LSTM models from 1.x will be incompatible with MLA 2.x (#5254) 3 年前
GitHub d047802f Rider suggested cleanup, part 1 (#5265) 3 年前