110 次代码提交 (4d252428-673b-42e5-b223-b97e35c704ca)

作者 SHA1 备注 提交日期
GitHub d52fb483 Merge pull request #3264 from Unity-Technologies/hotfix-0.13.1 5 年前
GitHub 69e6578d Fix numpy warning when stats don't exist (#3251) 5 年前
GitHub 03664e75 Make On Demand Decision the default (#3243) 5 年前
GitHub e87901b8 Reset from Python will clear the Agents Actions callbacks (#3249) 5 年前
GitHub 36765334 Fix typos. (#3250) 5 年前
GitHub 17b27d12 Use AddComponentMenu for MonoBehaviours (#3231) 5 年前
GitHub 33f09a49 Simplifying the Agent reset logic (#3242) 5 年前
Chris Elion 45e6e53c Refactor file logic in demo_loader and add unit tests. (#3241) 5 年前
GitHub e73c2bcb convert yamato tests to python (#3239) 5 年前
GitHub a64e7850 Fix issue with BatchedStepResult with no agents (#3240) 5 年前
GitHub 0366af0b Always reset when agent is done (#3222) 5 年前
GitHub 56a67403 Fix lost trajectories when they are produced faster than they are consumed (#3233) 5 年前
GitHub 6451f564 write observations directly to protobuf (#3229) 5 年前
GitHub f058b18c Replace BrainInfos with BatchedStepResult (#3207) 5 年前
GitHub 0fe7e731 use absolute path in error (#3230) 5 年前
GitHub fbb5022a add NaN checks to reward and observation in C# (#3221) 5 年前
GitHub 6d107fff Check shape of sensors every time a decision is requested (#3220) 5 年前
GitHub 4269447e Convert Academy to a singleton (#3210) 5 年前
GitHub f97bcf1c Decoupling IPolicy from Agent (#3203) 5 年前
GitHub 4c241a80 Only send previous action and current BrainInfo (#3187) 5 年前
GitHub b3d3a9d6 Merge pull request #3202 from Unity-Technologies/develop-move-demo 5 年前
Yuan Gao a2fa8a5b Added all the .meta files 5 年前
Yuan Gao 0817c44b Moved the demo files 5 年前
GitHub 39f1f310 Don't inherit from Academy, remove virtual methods (#3184) 5 年前
GitHub b0a2a54f Add 'run-experiment' script, simpler curriculum config (#3186) 5 年前
GitHub ad42705d Merge pull request #3185 from Unity-Technologies/merge-release-0.13.0 5 年前
GitHub 29c91b14 update flake8 plugin version and fix warnings (#3180) 5 年前
GitHub 715b2bb3 pin flake8 plugins (#3179) 5 年前
GitHub 7c61c74a install pytest-xdist and run with (hopefully) more processes in CI (#3178) 5 年前
Jonathan Harper 481e0842 Remove the --num-runs option 5 年前
GitHub 8cf94e1b use TensorShape for index calc (#3171) 5 年前
GitHub 20ae24dc Add csharp_timers.json to .gitignore. (#3177) 5 年前
GitHub a488299f [MLA-345] float visual observations (#3148) 5 年前
GitHub 754492dc Remove macros for older unity versions which are no longer needed. (#3168) 5 年前
GitHub e2ae7124 pass file mode to h5py.File() (#3165) 5 年前
Chris Goy 4ddc1f16 Update Learning-Environment-Create-New.md (#3161) 5 年前
GitHub bec2e8f0 Add Trajectory/Policy Queues, move Trainer logic to advance() (#3113) 5 年前
GitHub c6152459 Allow curricula to be created without files (#3145) 5 年前
GitHub c794931d add __init__.py to ml-agents (#3151) 5 年前
GitHub 5e3ca864 Lock old closed issues (#3143) 5 年前
GitHub 7fbf6b1d add flake8-bugbear (#3137) 5 年前
GitHub ebefb735 type annotations on gym interface, return dict from step (#3136) 5 年前
GitHub e536c09c Remove unused tf.placeholder (#3138) 5 年前
Chris Elion a14ed9e2 Fix a minor typo (#3129) 5 年前
GitHub c7da0139 Fix mypy errors in trainer code. (#3135) 5 年前
GitHub 0b5b1b01 Develop magic string + trajectory (#3122) 5 年前
GitHub 5e42ca24 Bump the official supported Unity version to 18.4. Fixes MLA-23 (#3121) 5 年前
GitHub 2ac242f7 Remove TrainerMetrics and add CSVWriter using new StatsWriter API (#3108) 5 年前
GitHub 3de3c1f1 check min size for visual encoders (#3112) 5 年前
GitHub 7ed81dbe [MLA-16] add filter mask to ray perception (#3111) 5 年前