61 次代码提交 (e2e62cb9-9803-4bd9-886a-b237e504173f)

作者 SHA1 备注 提交日期
GitHub 3c9603d6 Demonstration Recorder (#1240) 6 年前
GitHub c4fa3893 Add file check & reuse protobuf conversion functions (#1316) 6 年前
Arthur Juliani fc39442b Move done and reward to buffer from demonstration 6 年前
eshvk ef8009d9 Python code reformat via [`black`](https://github.com/ambv/black). 5 年前
GitHub 2671e1a0 Enable mypy in precommit checks (#2177) 5 年前
GitHub 4ac79742 Refactor reward signals into separate class (#2144) 5 年前
GitHub b05c9ac1 Add environment manager for parallel environments (#2209) 5 年前
GitHub 9c50abcf GAIL and Pretraining (#2118) 5 年前
GitHub 67d754c5 Fix flake8 import warnings (#2584) 5 年前
GitHub 2f74b3cc Rename protobuf objects to be suffixed with 'Proto' in python and C#. (#2646) 5 年前
GitHub 0892ef2c [WIP] ISensor interface and use for visual observations (#2731) 5 年前
GitHub 69d1a033 Develop remove past action communication (#2913) 5 年前
Ervin Teng df5ee7bf Split buffer into two buffers (PPO works) 5 年前
GitHub ece9733c add timers and fix filehandle leak (#2989) 5 年前
Ervin Teng a80b47d1 Fix demo loader and remaining tests 5 年前
Ervin Teng fd0647a6 Rename append_update_buffer to append_to_update_buffer 5 年前
GitHub 652488d9 check for numpy float64 (#2948) 5 年前
GitHub 213cd68d Split Buffer into processing and update buffers (#2964) 5 年前
GitHub 36048cb6 Moving Env Manager to Trainers (#3062) The Env Manager is only used by the trainer codebase. The entry point to interact with an environment is UnityEnvironment. 5 年前
Ervin Teng 336ca456 Kill the ProcessingBuffer 5 年前
GitHub 90db165f Add --namespace-packages to mypy for mlagents (#3075) 5 年前
Chris Elion fdc810ff move (first pass) 5 年前
GitHub 2fd305e7 Move add_experiences out of trainer, add Trajectories (#3067) 5 年前
Ervin Teng c330f6f6 Merge branch 'master' into develop-agentprocessor 5 年前
Ervin Teng 1bd791e5 Merge branch 'master' into develop-agentprocessor 5 年前
GitHub 7fbf6b1d add flake8-bugbear (#3137) 5 年前
GitHub f058b18c Replace BrainInfos with BatchedStepResult (#3207) 5 年前
Chris Elion 45e6e53c Refactor file logic in demo_loader and add unit tests. (#3241) 5 年前
Anupam Bhatnagar 991bfefd [bug-fix] Use correct agent_ids for demo loader (#3464) 4 年前
Jason Bowman c3b15492 Modify demo loader to support gzip comression and reduce memory usage by seeking for individual reads 4 年前
Anupam Bhatnagar f4dbedcf removed extraneous logging imports and loggers 4 年前
GitHub e3af96ca Merge branch 'master' into develop-demo-load-seek 4 年前
Andrew Cohen e7836fb5 record demos 1d env 4 年前
GitHub 43f23ee3 WIP : Changes to the LL-API - Refactor of “done” logic (#3681) 4 年前
GitHub 55b26417 check demonstration version before loading (#3745) 4 年前
GitHub adeb6536 Catch dimension mismatches between demos and policy (#3821) 4 年前
GitHub a28e2767 Update add-fire to latest master, including Policy refactor (#4263) 4 年前
Andrew Cohen 8013e544 ignoring Instance of 'AbstractContextManager' has no 'enter_context' member (no-member) 4 年前
GitHub cb8e4d25 Add ActionSpec (#4586) 4 年前
Andrew Cohen 9689cf2c remove *_action_* from function names 4 年前
Andrew Cohen 590adc01 make_fake_trajectory/step take ActionSpec arg 4 年前
GitHub b853e5ba Action buffer (#4612) 4 年前
GitHub 3c96a3a2 Action Model (#4580) 4 年前
GitHub 94c59e31 C# changes for hybrid action spaces (#4587) 4 年前
Ervin Teng 79a3051e Update GAIL and BC 4 年前
vincentpierre 735fcd52 [WIP] Refactor trainers to use list of obs rather than vec and vis obs 4 年前
vincentpierre 93ca1409 fixing the tests 4 年前
vincentpierre c1587bce Solving merge conflicts 4 年前
GitHub a0d1c829 Action Docs part2 (#4739) 4 年前
Ervin Teng 25dfd883 Merge branch 'master' into develop-centralizedcritic 4 年前
vincentpierre 14378aa5 Merging master 4 年前
GitHub 0ffad9aa Hybrid FoodCollector (#4746) (#4765) 4 年前
vincentpierre 8cb050ef WIP Made initial changes to enale dimension properties and added attention module 4 年前
vincentpierre c3699de8 merging master and addressing comments 4 年前
vincentpierre 719c969c addressing comments. ObservationSpec is no longer a list 4 年前
vincentpierre 4bba4e8e Renaming ObservationSpec to SensorSpec 4 年前
vincentpierre 44ed3258 Merging master 4 年前
vincentpierre 449712b0 renaming sensor_spec to sensor_specS 4 年前
Arthur Juliani 0b4b0992 Rename more files 4 年前
Arthur Juliani 7c37c759 Fix some mis-renamings 4 年前
GitHub 64fc7f43 Buffer key enums (#4907) 3 年前