202 次代码提交 (15440c24-a7d4-49d5-9988-4c8325625a86)

作者 SHA1 备注 提交日期
Arthur Juliani 982fab41 Initial commit 7 年前
vincentpierre cde3c8f7 formating and added documentation 7 年前
vincentpierre c4745ba7 fix on the socket timeout error on windows due to the use of signal.SIGALRM 7 年前
vincentpierre bddfb85e changed the connection to non-blocking 7 年前
vincentpierre e36b8bf0 added broadcast to the player and heuristic brain. 7 年前
vincentpierre 7118a209 bug fix : The environment only requests actions from external brains when unique 7 年前
vincentpierre e191fbef added warning in case no brins are set to external 7 年前
vincentpierre 65df8ae9 fix on the instanciation of coreBrains, 7 年前
vincentpierre 0df8326e minor fixes 7 年前
vincentpierre 5cae720d modified Environment to send a specific error when no external brains are in the environment 7 年前
vincentpierre ac910514 initial commit of the curriculum with broadcast. Improved the Unity python handshake 7 年前
vincentpierre e8429059 bug fix for python3 7 年前
vincentpierre 250eb8e1 better checking of the format of the curriculum file 7 年前
vincentpierre c16e0ac3 modified the socket to receive states and images of any size 7 年前
Arthur Juliani b6ce30bf Add curriculum support to PPO 7 年前
Arthur Juliani 4a11c005 Add curriculum code to notebook and simplify 7 年前
vincentpierre 6e950cd3 Can now switch inference configuration on/off in the editor. Reintroduced the broadcast feature for the non-External brains. Introduced the API number to check the compatibility between Unity and Python. 7 年前
Arthur Juliani d1b81a32 Add push curriculum 7 年前
Arthur Juliani 51f23cd2 0.2 Update 7 年前
Arthur Juliani b56259f6 Fix cumulative reward (Unity) and Nan reward (python) bugs 7 年前
Arthur Juliani 216888ee Fixed to give lesson index parameter when start up (#179) 7 年前
GitHub 59a2bbe0 Improve memory management (#180) 7 年前
vincentpierre 053c3739 Launching the environment with absolute path. Need testing on Windows and Linux 7 年前
vincentpierre 22bfd276 simplifications on launching from absolute path, 7 年前
GitHub 00534390 Refactored GridWorld (#225) 7 年前
Arthur Juliani 2a0e9e6f Fixed issue with unity environment not being found on MacOS (#236) 7 年前
Arthur Juliani 9ded88f3 Provide support with incompatible API 7 年前
Arthur Juliani de700c3a Multi Brain Training and Recurrent state encoder (#166) 7 年前
GitHub 51621334 State Stacking & Banan Environment (#262) 7 年前
vincentpierre 539c081f modified the python side to read the logfile path from the academy parameters 7 年前
vincentpierre 5e1d05af added the logfile_path property to the environment class. Give a link to the logfile when the timeout error is launched. 7 年前
vincentpierre 34b6e786 made the UnityTimeOutException that reads into the logfile when available 7 年前
vincentpierre 50f91f66 use logging instead of print 7 年前
GitHub 36d58cee Add Seeding, MaxStepReached, and Bootstrapping fix (#303) 7 年前
GitHub 8317a659 Behavioral Cloning & Trainers Reorg (#328) 6 年前
vincentpierre d8f74dc9 If reset does not take either config or progress, no information is logged. 7 年前
GitHub e11dae1d Python Testing & Image Inference Improvements (#353) 6 年前
eshvk 23981dbf [containerization] CPU based containerization to support all environments that don't use observations 6 年前
eshvk 403e4aef [cleanup] Use debug mode for some log messages 6 年前
Arthur Juliani 85ae912d Dev docs (#361) 6 年前
eshvk 030ac5c5 [cleanup] Add a new type hint to call a dictionary of BrainInfo objects as an AllBrainInfo. Propagate this hint to all methods. Some pep8 cleanups. 6 年前
GitHub 989dea4a Merge pull request #132 from Unity-Technologies/dev-logfile 7 年前
GitHub 9ad4182e Merge pull request #366 from Unity-Technologies/feature/cleanup 6 年前
GitHub f134016b On Demand Decision (#308) 6 年前
GitHub dcf58f75 Feature/previous text action (#375) 6 年前
GitHub cfc6bdc8 [Fix] The environment logs information about itself when lauched. (#395) 6 年前
GitHub f19739cb Update API version in anticipation of v0.3 release (#437) 6 年前
eshvk 2d2eb64b [containers] Enables container support for scenes that use visual observations 6 年前
GitHub 7914387f Develop communicator redesign (#638) 6 年前
vincentpierre 3c2283e8 [fix tennis] 6 年前
vincentpierre 85b844cc [Better version of the fix] 6 年前
Arthur Juliani 5d402be9 Minor Optimizations (#836) 6 年前
GitHub dda6ad8b Replaced message printed in Python and in documentation. (#881) 6 年前
Arthur Juliani 5e48766d Remove discrete observations 6 年前
vincentpierre e47cec56 [Initial Commit] 6 年前
Deric Pang 8380f2f2 Moved curriculum code out of environment code. 6 年前
Deric Pang e580e544 Removing commented out code. 6 年前
Deric Pang db031b07 Updating tests for refactored curriculum learning. 6 年前
Arthur Juliani 1eb701af Merge remote-tracking branch 'origin/develop' into develop-value-estimates-ppo 6 年前
GitHub e60272f2 New error when using In Editor Training with a non-zero worker-id (#1012) 6 年前
Deric Pang ff4ce695 Updated logging in trainer. 6 年前
vincentpierre 7f74131d Nan Rewards converted to 0 and throwing a warning 6 年前
Arthur Juliani 708e2bb9 Check NaN in observations (#1063) 6 年前
Arthur Juliani 3659bbcd Develop multi discrete (#1022) 6 年前
Deric Pang 634280a6 Fixed imports, all tests are passing. 6 年前
GitHub ded0d8c7 Develop action masking (#1080) 6 年前
GitHub 9ba493ef Fixing develop after merging action masking (#1114) 6 年前
GitHub 106d562d Fix for Windows (#1120) 6 年前
Deric Pang cdb41480 Merge remote-tracking branch 'upstream/develop' into develop-flat-code-restructure 6 年前
Deric Pang e2940d96 Merge remote-tracking branch 'upstream/develop' into develop-flat-code-restructure 6 年前
GitHub 10d2a19d Release v0.5 (Develop) (#1203) 6 年前
GitHub a54714f8 Update API to version 5 (#1179) 6 年前
GitHub 3c9603d6 Demonstration Recorder (#1240) 6 年前
GitHub d7224351 Brains as Scriptable Objects (#1250) 6 年前
GitHub c4fa3893 Add file check & reuse protobuf conversion functions (#1316) 6 年前
vincentpierre a9b5ad37 Ticked the communication version to API-6 6 年前
GitHub 87a30e34 Support both 32-bit and 64-bit types in UnityEnvironment (#1471) 6 年前
GitHub 249e86a4 Ticked API : (#1696) 5 年前
GitHub 4846907e Add timeout wait param (Develop) (#1700) 5 年前
Jonathan Harper 35eb595d Add back 'get_communicator' in UnityEnvironment 5 年前
GitHub 20ff1436 Merge pull request #1765 from Unity-Technologies/release-v0.7 5 年前
Vincent-Pierre BERGES bc636075 API for sending custom protobuf messages to and from Unity. (#1595) 5 年前
GitHub 93760bc4 Adds SubprocessUnityEnvironment for parallel envs (#1751) 5 年前
eshvk a50aadda * Ticked API : 5 年前
Jonathan Harper e91e847c Fix '--slow' flag after environment updates 5 年前
eshvk ef8009d9 Python code reformat via [`black`](https://github.com/ambv/black). 5 年前
GitHub 2671e1a0 Enable mypy in precommit checks (#2177) 5 年前
GitHub b05c9ac1 Add environment manager for parallel environments (#2209) 5 年前
Jonathan Harper 9a170db5 Add Unity command line arguments 5 年前
Jonathan Harper 2f203f89 fix lint checks 5 年前
GitHub f82f0f37 Get timers from subprocess (#2268) 5 年前
GitHub 33cb438b Tick version number for 0.9 (#2331) 5 年前
Jonathan Harper 98297be9 Fix training not quitting when play button is unchecked (#2376) 5 年前
GitHub eaf8ca35 Add clearer message for bad permissions (#2539) 5 年前
GitHub babe9e2f Develop remove academy done (#2519) 5 年前
GitHub 67d754c5 Fix flake8 import warnings (#2584) 5 年前
GitHub e1d93a0e Allow mypy to reject incomplete defs for mlagents-envs (#2585) 5 年前
GitHub d64a01e1 Added option to use environment arguments in learn (#2594) 5 年前
GitHub 6f9a2dfa Tick version of API and pypi packages to 10 (#2610) 5 年前
GitHub 89b1c7a8 Better environment shutdown (#2620) 5 年前
Jonathan Harper 3fc14963 EXPERIMENTAL horovod support 5 年前
GitHub 2f74b3cc Rename protobuf objects to be suffixed with 'Proto' in python and C#. (#2646) 5 年前
GitHub 8e931d8d Merge branch 'develop' into release-0.10.0 5 年前
GitHub 24ba9d58 Develop deprecate broadcasting (#2669) 5 年前
GitHub 39f280d6 Develop spawn brains (#2676) 5 年前
GitHub 0892ef2c [WIP] ISensor interface and use for visual observations (#2731) 5 年前
Jonathan Harper 6fb6bb4c Update package and communicator versions to 0.11 5 年前
GitHub 0fe5adc2 Develop remove memories (#2795) 5 年前
Jonathan Harper bae94a76 Add timeout for communicator exchange 5 年前
GitHub 9957b699 class variable for API verison, fix env tests (#2817) 5 年前
GitHub 6ba6f08c Merge 0.11.0 to develop (#2825) 5 年前
GitHub c6c01a03 Enable pylint and fix a few things (#2767) 5 年前
GitHub ccb7eab4 Remove {text,custom} {action,observations} (#2839) 5 年前
GitHub 99981937 fix errors from new flake8-comprehensions (#2917) 5 年前
GitHub e2eef3c4 Clean up env logging on initialization (#2950) 5 年前
GitHub c57884dc bump version strings (#2955) 5 年前
GitHub 11243348 Develop side channel (#2956) 5 年前
GitHub a4c111f4 Merge pull request #3012 from Unity-Technologies/release-0.12.0-to-develop 5 年前
GitHub a71c67d9 better logging for ports and versions (#3048) (#3069) 5 年前
GitHub 8ec5ab62 Develop side channels: migrate reset parameters (#2990) 5 年前
GitHub a6df9f43 Develop new ll api (#3022) 5 年前
GitHub 15050bc4 better logging for ports and versions (#3048) 5 年前
GitHub 42bea858 Improve mypy coverage by adding --namespace-packages (#3049) 5 年前
Chris Elion fdc810ff move (first pass) 5 年前
GitHub 58b6c7c2 Rename mlagents.envs to mlagents_envs (#3083) 5 年前
GitHub c0c26d2f tick communication API (#3154) 5 年前
GitHub 5ce669f9 add dev0 suffix to versions (#3268) 5 年前
GitHub 88ad0eea remove obsolete param from docstring (#3317) 4 年前
GitHub 77c3c343 Updating version number (#3367) 4 年前
GitHub b8bfc79c set package and API to 0.15.0-dev0 (#3369) 4 年前
GitHub 2ac92182 constant for editor port (#3396) 4 年前
Alphonso Crawford 2c14779c moving launch check to static method 4 年前
Alphonso Crawford cff1a003 pylint error resolution 4 年前
GitHub 6f65b0e3 Update ml-agents-envs/mlagents_envs/environment.py 4 年前
Alphonso Crawford 40f1f6ed validate_environment_path 4 年前
Alphonso Crawford d308d713 Returning None for early exit 4 年前
Alphonso Crawford 2a154bf3 Moving env_strip to validate_environment_path 4 年前
Alphonso Crawford d495f4c8 improper indendtaton in validate_environment_path 4 年前
GitHub c38dd44c Develop SideChannel new api (#3425) 4 年前
GitHub 472f9f0e Merge branch 'master' into develop-badEnvReturnCode 4 年前
GitHub b5a3b1de Rename --port commandline arg to --mlagents-port (#3477) 4 年前
GitHub 414cd0a6 Update environment.py 4 年前
Alphonso Crawford 35e49f5d Using f-strings for exception strings 4 年前
GitHub 24145c22 Merge pull request #3438 from Unity-Technologies/develop-badEnvReturnCode 4 年前
GitHub e5108d2c Communication protocol versioning (#3535) 4 年前
Anupam Bhatnagar abc369a6 Adding a logging utility for improved logs 4 年前
Anupam Bhatnagar e8e0078e first commit 4 年前
Chris Elion 841b0937 SideChannel helper messages 4 年前
GitHub ec278616 Hotfixes for Release 0.15.1 (#3698) 4 年前
GitHub 5d4f7f08 cleanup port logic in UnityEnvironment (#3673) 4 年前
GitHub a46e7237 Shorten timeout duration for environment close (#3679) 4 年前
GitHub 458e68f1 Remove "docker target" feature (#3687) 4 年前
GitHub 4ecd6ad3 Fix how we set logging levels (#3703) 4 年前
GitHub 43f23ee3 WIP : Changes to the LL-API - Refactor of “done” logic (#3681) 4 年前
GitHub 078c6502 Make the DecisionRequester public and customizable. (#3716) 4 年前
GitHub 989cc89f Use SemVer to check communication compatibility between C# and Python (#3760) 4 年前
GitHub ea0c6fa0 [WIP] Side Channel Design Changes (#3807) 4 年前
GitHub 85789ded Add capabilities checks bewteen C# and Python codebases. (#3831) 4 年前
GitHub 1e582745 Doc link fix (#3865) 4 年前
GitHub 232519e4 [refactor] Move output artifacts to a single results/ folder (#3829) 4 年前
GitHub ebe12502 [bug-fix] Fix exception thrown when quitting in-editor training from editor (#3885) 4 年前
GitHub ce6e906d set communication to 1.0.0 (#3896) 4 年前
Chris Elion 68b68396 Merge remote-tracking branch 'origin/master' into release_1_to_master 4 年前
GitHub d2bc86c8 Release 2 cherry pick (#3971) 4 年前
GitHub 812983c0 Some improvements to the UnityEnvironment class (#3939) 4 年前
GitHub c6ed3789 Replaced get_behavior_names and get_behavior_spec with behavior_specs property (#3946) 4 年前
Christopher Goy ba80b292 format files with pre-commit. 4 年前
GitHub 9083752d Making some things private in UnityEnvironment (#3951) 4 年前
GitHub 8bae4088 Develop better error message for #3953 (#3963) 4 年前
Chris Elion 7f8258a8 update yamato tests from master 3 年前
GitHub a28e2767 Update add-fire to latest master, including Policy refactor (#4263) 4 年前
GitHub 9d840f22 Increase communicator version for concatenated PNGs. (#4462) 4 年前
GitHub c3d2b902 Support multi-dimensional and compressed observations stacking (#4476) 4 年前
Ruo-Ping Dong 91700916 add hybrid action capability flag 4 年前
Andrew Cohen 60510f45 use proper spec in environment.py 4 年前
GitHub cb8e4d25 Add ActionSpec (#4586) 4 年前
Andrew Cohen 9689cf2c remove *_action_* from function names 4 年前
GitHub b853e5ba Action buffer (#4612) 4 年前
Andrew Cohen 55a40cae moved type and shape checking into ActionSpec 4 年前
Andrew Cohen 1bbe492c fixed tests/ -> single validate_action func 4 年前
Andrew Cohen a4c3e26a make validate action private 4 年前
Andrew Cohen 3f771e61 add ActionBuffers and utils 4 年前
GitHub 559e0ee5 Fix set_action_for_agent (#4691) 4 年前
GitHub 94c59e31 C# changes for hybrid action spaces (#4587) 4 年前
Andrew Cohen f6355ba9 Merge branch 'develop-action-spec' into develop-action-buffer 4 年前
Andrew Cohen d624b54b Merge branch 'master' into fix-conflict-base-env 4 年前
GitHub 990f801a Develop hybrid action staging (#4702) 4 年前
Andrew Cohen 4ebc6c44 ml-agents-envs pass 4 年前
GitHub 43d74c0a [MLA-1587] Don't warn about minor version mismatch, add links in specific messages (#4688) (#4759) 4 年前
Andrew Cohen 157f9e77 rename to ActionTuple 4 年前
Andrew Cohen f2c9d184 fix set_actions_for_agent 4 年前
GitHub caac7324 Update ml-agents-envs/mlagents_envs/environment.py 4 年前
vincentpierre 449712b0 renaming sensor_spec to sensor_specS 4 年前
Ruo-Ping Dong 8ed14762 Merge branch 'develop-hybrid-actions-singleton' into develop-hybrid-actions-csharp 4 年前
GitHub d7c3022d Export separate nodes for continuous/discrete actions (#4655) 4 年前
GitHub 7387a77f remove pylint (#4836) 4 年前
GitHub 2af86534 [MLA-1712] Make UnityEnvironment fail fast if the env crashes (#4880) 3 年前
GitHub d8835857 [MLA-1540] Training Analytics (#4780) 3 年前
vincentpierre b7e8e4f6 Adding a capabilities flag and bumping the communication to 1.5.0 3 年前
GitHub f16ce486 Update v2-staging from main (March 15) (#5123) 3 年前
Ervin Teng fd2dc688 [🐛 🔨 ] set_action_for_agent expects a ActionTuple with batch size 1. (#5208) 3 年前
GitHub 2e19759c Turning some logger.info into logger.debug and remove some logging overhead when not using debug (#5211) 3 年前