{"_id":"com.unity.ml-agents","name":"com.unity.ml-agents","description":"Use state-of-the-art machine learning to create intelligent character behaviors in any Unity environment (games, robotics, film, etc.).","provider":"upm","versions":{"4.1.0":{"_upm":{"changelog":"### Major Changes\n#### ml-agents / ml-agents-envs\n- Migrated from gym to gymnasium (#6309)\n\n### Minor Changes\n#### com.unity.ml-agents (C#)\n- Fixed `StackingSensor` compressed observation for sensors with more than 3 channels. (#6299)\n- Fixed a crash that could occur when exiting Play mode. (#6296)\n- Fixed compatibility of `Google.Protobuf_Packed.dll` with IL2CPP. (#6313)\n- Fixed `Google.Protobuf_Packed.dll` being shadowed by Sentis' copy of the DLL. (#6310)\n\n#### ml-agents / ml-agents-envs\n- Fixed a bug when using LSTM and SAC where the buffer might contain non-integer numbers of sequences. (#6301)\n- Fixed mixed CPU/GPU computation by ensuring tensors share a consistent device in the trainer. Updated training devices. (#6303)\n- Fixed typing on optional strings. (#6311)\n- Tightened assertion bound for `test_process_pixels_gray` (#6312)\n\n#### Examples\n- Replace hardcoded value `200f` by `agentRotationSpeed` in `MoveAgent()`. (#6306)"},"unity":"6000.0","documentationUrl":"https://docs.unity3d.com/Packages/com.unity.ml-agents@4.1/manual/index.html","name":"com.unity.ml-agents","version":"4.1.0","displayName":"ML Agents","description":"Use state-of-the-art machine learning to create intelligent character behaviors in any Unity environment (games, robotics, film, etc.).","dependencies":{"com.unity.ai.inference":"2.6.1","com.unity.modules.physics":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0"},"dist":{"shasum":"51fac9654958077247b92b53ee3ef846425ac223","tarball":"https://download.packages.unity.com/com.unity.ml-agents/-/com.unity.ml-agents-4.1.0.tgz"}},"4.0.3":{"_upm":{"changelog":"### Minor Changes\n#### com.unity.ml-agents (C#)\n- Support for Fast Enter Play Mode required by Core CLR (#6288)\n- Fix deprecated instanceID API usages in com.unity.ml-agents (#6287)\n- Improve documentation on how to set up local environments (#6289)\n- Upgraded to Sentis 2.6.1 (#6291)"},"unity":"6000.0","documentationUrl":"https://docs.unity3d.com/Packages/com.unity.ml-agents@4.0/manual/index.html","name":"com.unity.ml-agents","version":"4.0.3","displayName":"ML Agents","description":"Use state-of-the-art machine learning to create intelligent character behaviors in any Unity environment (games, robotics, film, etc.).","dependencies":{"com.unity.ai.inference":"2.6.1","com.unity.modules.physics":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0"},"dist":{"shasum":"f1016d3568fd73de422abedb7f53c6ffb10ff608","tarball":"https://download.packages.unity.com/com.unity.ml-agents/-/com.unity.ml-agents-4.0.3.tgz"}},"4.0.2":{"_upm":{"changelog":"### Minor Changes\n#### com.unity.ml-agents (C#)\n- Tests have been migrated to a companion package `com.unity.ml-agents.tests` to conform with the recommandations and best practices of Unity (#6280)\n- Upgraded to Inference Engine 2.5.0 (#6280)"},"unity":"6000.0","documentationUrl":"https://docs.unity3d.com/Packages/com.unity.ml-agents@4.0/manual/index.html","name":"com.unity.ml-agents","version":"4.0.2","displayName":"ML Agents","description":"Use state-of-the-art machine learning to create intelligent character behaviors in any Unity environment (games, robotics, film, etc.).","dependencies":{"com.unity.ai.inference":"2.5.0","com.unity.modules.physics":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0"},"dist":{"shasum":"0f918b8a62713059d18a7e279171a048cf8d4b35","tarball":"https://download.packages.unity.com/com.unity.ml-agents/-/com.unity.ml-agents-4.0.2.tgz"}},"4.0.1":{"_upm":{"changelog":"### Minor Changes\n#### com.unity.ml-agents (C#)\n- Upgraded to Inference Engine 2.4.1 (#6269)\n- Fixed tensor indexing to use correct CHW layout (#6239)\n- Updated the installation doc (#6242)\n- Fixed Unity Editor crashing when quitting in play mode (#6274)\n\n#### ml-agents / ml-agents-envs\n- Set the Torch version constraint to 2.8 (#6251)\n- Fixed CUDA/CPU mismatch in threaded training (#6245)"},"unity":"6000.0","documentationUrl":"https://docs.unity3d.com/Packages/com.unity.ml-agents@4.0/manual/index.html","name":"com.unity.ml-agents","version":"4.0.1","displayName":"ML Agents","description":"Use state-of-the-art machine learning to create intelligent character behaviors in any Unity environment (games, robotics, film, etc.).","dependencies":{"com.unity.ai.inference":"2.4.1","com.unity.modules.physics":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0"},"dist":{"shasum":"1aec33be79a23095bd1f9d7a710e5b980e992320","tarball":"https://download.packages.unity.com/com.unity.ml-agents/-/com.unity.ml-agents-4.0.1.tgz"}},"2.0.2":{"unity":"2019.4","name":"com.unity.ml-agents","version":"2.0.2","displayName":"ML Agents","description":"Use state-of-the-art machine learning to create intelligent character behaviors in any Unity environment (games, robotics, film, etc.).","dependencies":{"com.unity.barracuda":"2.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0"},"dist":{"shasum":"b5c6c30d646cd7614d7ddae3712f208cf0d3b516","tarball":"https://download.packages.unity.com/com.unity.ml-agents/-/com.unity.ml-agents-2.0.2.tgz"}},"4.0.0":{"_upm":{"changelog":"### Major Changes\n#### com.unity.ml-agents (C#)\n- Upgraded to Inference Engine 2.2.1 (#6212)\n- The minimum supported Unity version was updated to 6000.0. (#6207)\n- Merged the extension package com.unity.ml-agents.extensions to the main package com.unity.ml-agents. (#6227)\n\n### Minor Changes\n#### com.unity.ml-agents (C#)\n- Removed broken sample from the package (#6230)\n- Moved to Unity Package documentation as the primary developer documentation. (#6232)\n\n#### ml-agents / ml-agents-envs\n- Bumped grpcio version to >=1.11.0,<=1.53.2 (#6208)"},"unity":"6000.0","documentationUrl":"https://docs.unity3d.com/Packages/com.unity.ml-agents@4.0/manual/index.html","name":"com.unity.ml-agents","version":"4.0.0","displayName":"ML Agents","description":"Use state-of-the-art machine learning to create intelligent character behaviors in any Unity environment (games, robotics, film, etc.).","dependencies":{"com.unity.ai.inference":"2.2.1","com.unity.modules.physics":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0"},"dist":{"shasum":"592fae96fab2cde80f7f28d65d4921be922e4207","tarball":"https://download.packages.unity.com/com.unity.ml-agents/-/com.unity.ml-agents-4.0.0.tgz"}},"3.0.0":{"_upm":{"changelog":"### Major Changes\n#### com.unity.ml-agents / com.unity.ml-agents.extensions (C#)\n- Upgraded to Sentis 2.1.0 ()\n- Upgraded to Sentis 2.0.0 (#6137)\n- Upgraded to Sentis 1.3.0-pre.3 (#6070)\n- Upgraded to Sentis 1.3.0-exp.2 (#6013)\n- The minimum supported Unity version was updated to 2023.2. (#6071)\n\n#### ml-agents / ml-agents-envs\n- Upgraded to PyTorch 2.1.1. (#6013)\n\n### Minor Changes\n#### com.unity.ml-agents / com.unity.ml-agents.extensions (C#)\n- Added no-graphics-monitor. (#6014)\n\n#### ml-agents / ml-agents-envs\n- Update Installation.md (#6004)\n- Updated Using-Virtual-Environment.md (#6033)\n\n### Bug Fixes\n#### com.unity.ml-agents / com.unity.ml-agents.extensions (C#)\n- Fix failing ci post upgrade (#6141)\n- Fixed missing assembly reference for google protobuf. (#6099)\n- Fixed missing tensor Dispose in ModelRunner. (#6028)\n- Fixed 3DBall sample package to remove Barracuda dependency. (#6030)\n\n#### ml-agents / ml-agents-envs\n- Fix sample code indentation in migrating.md (#5840)\n- Fixed continuous integration tests (#6079)\n- Fixed bad like format (#6078)\n- Bumped numpy version to >=1.23.5,<1.24.0 (#6082)\n- Bumped onnx version to 1.15.0 (#6062)\n- Bumped protobuf version to >=3.6,<21 (#6062)"},"unity":"2023.2","upmCi":{"footprint":"de8be02ce2952a2d1224de9f237187cb5787be24"},"samples":[{"path":"Samples~/3DBall","description":"The 3D Ball sample is a simple environment that is a great for jumping into ML-Agents to see how things work.","displayName":"3D Ball"}],"repository":{"url":"https://github.com/Unity-Technologies/ml-agents.git","type":"git","revision":"501ba880cc047f3efe0b140b6908ce26fa12b382"},"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.ml-agents@3.0/manual/index.html","name":"com.unity.ml-agents","version":"3.0.0","displayName":"ML Agents","description":"Use state-of-the-art machine learning to create intelligent character behaviors in any Unity environment (games, robotics, film, etc.).","dependencies":{"com.unity.sentis":"2.1.0","com.unity.modules.physics":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0"},"dist":{"shasum":"2b4ded88494d1338cea1b3eb7364ff4dfe142399","tarball":"https://download.packages.unity.com/com.unity.ml-agents/-/com.unity.ml-agents-3.0.0.tgz"}},"3.0.0-exp.1":{"_upm":{"changelog":"### Major Changes\n#### com.unity.ml-agents / com.unity.ml-agents.extensions (C#)\n- Upgraded ML-Agents to Sentis 1.2.0-exp.2 and deprecated Barracuda. (#5979)\n- The minimum supported Unity version was updated to 2022.3. (#5950)\n- Added batched raycast sensor option. (#5950)\n\n#### ml-agents / ml-agents-envs\n- Updated to PyTorch 1.13.1 (#5982)\n- Deprecated support for Python 3.8.x and 3.9.x (#5981)\n\n### Minor Changes\n#### com.unity.ml-agents / com.unity.ml-agents.extensions (C#)\n- Added DecisionStep parameter to DecisionRequester (#5940)\n  - This will allow the staggering of execution timing when using multi-agents, leading to more stable performance.\n\n#### ml-agents / ml-agents-envs\n- Added timeout cli and yaml config file support for specifying environment timeout. (#5991)\n- Added training config feature to evenly distribute checkpoints throughout training. (#5842)\n- Updated training area replicator to add a condition to only replicate training areas when running a build. (#5842)\n\n### Bug Fixes\n#### com.unity.ml-agents / com.unity.ml-agents.extensions (C#)\n- Compiler errors when using IAsyncEnumerable<T> with .NET Standard 2.1 enabled (#5951)\n#### ml-agents / ml-agents-envs"},"type":"assets","unity":"2022.3","upmCi":{"footprint":"73a0eddacd31bb72115a822cb07d1be884017cbe"},"samples":[{"path":"Samples~/3DBall","description":"The 3D Ball sample is a simple environment that is a great for jumping into ML-Agents to see how things work.","displayName":"3D Ball"}],"repository":{"url":"https://github.com/Unity-Technologies/ml-agents.git","type":"git","revision":"7091c462eda99bd17444e54f25131271835454eb"},"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.ml-agents@3.0/manual/index.html","name":"com.unity.ml-agents","version":"3.0.0-exp.1","displayName":"ML Agents","description":"Use state-of-the-art machine learning to create intelligent character behaviors in any Unity environment (games, robotics, film, etc.).","dependencies":{"com.unity.sentis":"1.2.0-exp.2","com.unity.modules.physics":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0"},"dist":{"shasum":"4036fbe61ab60f3110c22712b3c158363bcbf741","tarball":"https://download.packages.unity.com/com.unity.ml-agents/-/com.unity.ml-agents-3.0.0-exp.1.tgz"}},"2.3.0-exp.3":{"type":"asset","unity":"2021.3","upmCi":{"footprint":"62ef75019a3e03b3b1485e30cd1efe51548d099c"},"samples":[{"path":"Samples~/3DBall","description":"The 3D Ball sample is a simple environment that is a great for jumping into ML-Agents to see how things work.","displayName":"3D Ball"}],"repository":{"url":"https://github.com/Unity-Technologies/ml-agents.git","type":"git","revision":"95dec673e6262a95765af41fc325724f23b31b06"},"name":"com.unity.ml-agents","version":"2.3.0-exp.3","displayName":"ML Agents","description":"Use state-of-the-art machine learning to create intelligent character behaviors in any Unity environment (games, robotics, film, etc.).","dependencies":{"com.unity.barracuda":"3.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0"},"dist":{"shasum":"083d53c8a5483345476db65e74612fc9121d208b","tarball":"https://download.packages.unity.com/com.unity.ml-agents/-/com.unity.ml-agents-2.3.0-exp.3.tgz"}},"2.3.0-exp.2":{"_id":"com.unity.ml-agents@2.3.0-exp.2","upm":{"changelog":"### Major Changes\n#### com.unity.ml-agents / com.unity.ml-agents.extensions (C#)\n#### ml-agents / ml-agents-envs\n- Refactored to support the new ML-Agents Pro package.\n- The minimum supported Python version for ml-agents-envs was changed to 3.7.2 (#5)\n- Added support for the PettingZoo multi-agent API (#6)\n- Refactored `gym-unity` into the `ml-agents-envs` package (#6)\n\n### Minor Changes\n#### com.unity.ml-agents / com.unity.ml-agents.extensions (C#)\n- Upgrade barracuda dependency to 3.0.0 (#9)\n#### ml-agents / ml-agents-envs\n- Added the new unity_vec_env file to the ml-agents-envs module\n- Extended support to python 3.9.10\n\n### Bug Fixes\n#### com.unity.ml-agents / com.unity.ml-agents.extensions (C#)\n#### ml-agents / ml-agents-envs"},"type":"asset","_from":"file:/tmp/com.unity.ml-agents@2.3.0-exp.2-nq71zpre.tgz","unity":"2020.3","upmCi":{"footprint":"c62970ba69ca6c6c23c69f962406d2b422fdc6af"},"samples":[{"path":"Samples~/3DBall","description":"The 3D Ball sample is a simple environment that is a great for jumping into Ml-Agents to see how things work.","displayName":"3D Ball"}],"_resolved":"/tmp/com.unity.ml-agents@2.3.0-exp.2-nq71zpre.tgz","_integrity":"sha512-2lZJqMJZHv06voEq4gK3cGdmMiXBXQSX1ieRpVz8fD6BtDTd/i2qokdBwu5524hh1E3jRmlaAQmSxuC9C8TT3g==","repository":{"url":"https://github.cds.internal.unity3d.com/unity/com.unity.ml-agents.git","type":"git","revision":"1f46008172441745c70c2d8413f8a0a04d63416a"},"_npmVersion":"7.5.2","_nodeVersion":"12.21.0","name":"com.unity.ml-agents","version":"2.3.0-exp.2","displayName":"ML Agents","description":"Use state-of-the-art machine learning to create intelligent character behaviors in any Unity environment (games, robotics, film, etc.).","dependencies":{"com.unity.barracuda":"3.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0"},"dist":{"shasum":"95bc30e3fe83cf9a081a1020b65af4203423aad6","tarball":"https://download.packages.unity.com/com.unity.ml-agents/-/com.unity.ml-agents-2.3.0-exp.2.tgz"}},"2.2.1-exp.1":{"_id":"com.unity.ml-agents@2.2.1-exp.1","type":"asset","_from":"file:/tmp/com.unity.ml-agents@2.2.1-exp.1-oetl29ir.tgz","unity":"2020.3","upmCi":{"footprint":"0224360572eec2c86743316ec262632b2a490201"},"_resolved":"/tmp/com.unity.ml-agents@2.2.1-exp.1-oetl29ir.tgz","_integrity":"sha512-CsfptLZPatwYrO77y7n0F7bNNE9vbcVik3DXmQcyqiQWKNEcQjJIBBWzg/hQDpLMtM2SZI79UnQgo+Lynr0ulQ==","repository":{"url":"https://github.com/Unity-Technologies/ml-agents.git","type":"git","revision":"68474b92978ac4c6f26a4e170d257c6d8de72025"},"_npmVersion":"7.5.2","_nodeVersion":"12.21.0","name":"com.unity.ml-agents","version":"2.2.1-exp.1","displayName":"ML Agents","description":"Use state-of-the-art machine learning to create intelligent character behaviors in any Unity environment (games, robotics, film, etc.).","dependencies":{"com.unity.barracuda":"2.3.1-preview","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0"},"dist":{"shasum":"f254e2316a029eb6e7011cc18658e9789279eaff","tarball":"https://download.packages.unity.com/com.unity.ml-agents/-/com.unity.ml-agents-2.2.1-exp.1.tgz"}},"2.0.1":{"_id":"com.unity.ml-agents@2.0.1","type":"asset","_from":"file:com.unity.ml-agents-2.0.1.tgz","unity":"2019.4","upmCi":{"footprint":"62b1bfb3213b393c8aa975f88640dd891d5d2162"},"_resolved":"/pkgprom/com.unity.ml-agents-2.0.1.tgz","_integrity":"sha512-29jxX4CQS7WeeEXKMuTz9BE0BPVgAES9JiU9sWw7OuyFJJRRY59xjxJ49moaIP8A9Fkt77INwbkPXRdmQgTvig==","repository":{"url":"https://github.com/Unity-Technologies/ml-agents.git","type":"git","revision":"04653e822b9fbca2e276f20ce80e07afe318aa85"},"_npmVersion":"7.5.2","_nodeVersion":"12.21.0","name":"com.unity.ml-agents","version":"2.0.1","displayName":"ML Agents","description":"Use state-of-the-art machine learning to create intelligent character behaviors in any Unity environment (games, robotics, film, etc.).","dependencies":{"com.unity.barracuda":"2.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0"},"deprecated":"","dist":{"shasum":"c99f42d6809e80c57ee6e44e5ff285a8bbe71999","tarball":"https://download.packages.unity.com/com.unity.ml-agents/-/com.unity.ml-agents-2.0.1.tgz"}},"2.0.0":{"_id":"com.unity.ml-agents@2.0.0","bugs":{"url":"https://github.com/Unity-Technologies/ml-agents/issues"},"type":"asset","_from":"file:com.unity.ml-agents-2.0.0.tgz","unity":"2019.4","upmCi":{"footprint":"c296790f98d75814d0e38a210b09846c7e7b5efe"},"readme":"ERROR: No README data found!","homepage":"https://github.com/Unity-Technologies/ml-agents#readme","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Unity-Technologies/ml-agents.git","type":"git","revision":"3d77eeda8407cf95cf2a900785f247a0ce82da9d"},"_npmVersion":"6.13.4","_nodeVersion":"12.16.1","name":"com.unity.ml-agents","version":"2.0.0","displayName":"ML Agents","description":"Use state-of-the-art machine learning to create intelligent character behaviors in any Unity environment (games, robotics, film, etc.).","dependencies":{"com.unity.barracuda":"2.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0"},"dist":{"shasum":"bd71fc8b6f310782e9579179a07fad0580784970","tarball":"https://download.packages.unity.com/com.unity.ml-agents/-/com.unity.ml-agents-2.0.0.tgz"}},"2.1.0-exp.1":{"_id":"com.unity.ml-agents@2.1.0-exp.1","bugs":{"url":"https://github.com/Unity-Technologies/ml-agents/issues"},"type":"asset","_from":"file:com.unity.ml-agents-2.1.0-exp.1.tgz","unity":"2019.4","upmCi":{"footprint":"2f00fa4520f5e7855571fe753a215879be0d7bdf"},"readme":"ERROR: No README data found!","homepage":"https://github.com/Unity-Technologies/ml-agents#readme","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Unity-Technologies/ml-agents.git","type":"git","revision":"c1b26d49e4f4fc692c2688531f9e7c69dba12682"},"_npmVersion":"6.13.4","_nodeVersion":"12.16.1","name":"com.unity.ml-agents","version":"2.1.0-exp.1","displayName":"ML Agents","description":"Use state-of-the-art machine learning to create intelligent character behaviors in any Unity environment (games, robotics, film, etc.).","dependencies":{"com.unity.barracuda":"2.0.0-pre.3","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0"},"dist":{"shasum":"7c7533769950e893ac4b77e2db349bed6df0b611","tarball":"https://download.packages.unity.com/com.unity.ml-agents/-/com.unity.ml-agents-2.1.0-exp.1.tgz"}},"1.0.8":{"_id":"com.unity.ml-agents@1.0.8","bugs":{"url":"https://github.com/Unity-Technologies/ml-agents/issues"},"type":"asset","unity":"2018.4","upmCi":{"footprint":"35466d4a7cfb11d754cffeec0fb8be5a150a8326"},"readme":"ERROR: No README data found!","_npmUser":{},"homepage":"https://github.com/Unity-Technologies/ml-agents#readme","repository":{"url":"git+https://github.com/Unity-Technologies/ml-agents.git","type":"git","revision":"402b51a6fbdb167113414f66a5eea7807f3e9bb8"},"_npmVersion":"5.6.0","_nodeVersion":"8.17.0","name":"com.unity.ml-agents","version":"1.0.8","displayName":"ML Agents","description":"Use state-of-the-art machine learning to create intelligent character behaviors in any Unity environment (games, robotics, film, etc.).","dependencies":{"com.unity.barracuda":"1.0.4","com.unity.modules.physics":"1.0.0","com.unity.modules.physics2d":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.unityanalytics":"1.0.0","com.unity.modules.imageconversion":"1.0.0"},"dist":{"shasum":"a38768b9b3426092a5e1bee00cac29ee2359bb7e","tarball":"https://download.packages.unity.com/com.unity.ml-agents/-/com.unity.ml-agents-1.0.8.tgz"}},"2.0.0-pre.3":{"_id":"com.unity.ml-agents@2.0.0-pre.3","bugs":{"url":"https://github.com/Unity-Technologies/ml-agents/issues"},"type":"asset","_from":"file:com.unity.ml-agents-2.0.0-pre.3.tgz","unity":"2019.4","upmCi":{"footprint":"8ccc075357ae601d82539d6607a3704a56f56327"},"readme":"ERROR: No README data found!","_npmUser":{"email":"mike.adkins@unity3d.com"},"homepage":"https://github.com/Unity-Technologies/ml-agents#readme","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Unity-Technologies/ml-agents.git","type":"git","revision":"42a189afd5e23cf86238060f96c537393d17d103"},"_npmVersion":"6.14.11","_nodeVersion":"14.16.0","name":"com.unity.ml-agents","version":"2.0.0-pre.3","displayName":"ML Agents","description":"Use state-of-the-art machine learning to create intelligent character behaviors in any Unity environment (games, robotics, film, etc.).","dependencies":{"com.unity.barracuda":"2.0.0-pre.3","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0"},"dist":{"shasum":"463219615a76b57e62dbe85da4bf1cbb1a88e73c","tarball":"https://download.packages.unity.com/com.unity.ml-agents/-/com.unity.ml-agents-2.0.0-pre.3.tgz"}},"2.0.0-exp.1":{"_id":"com.unity.ml-agents@2.0.0-exp.1","bugs":{"url":"https://github.com/Unity-Technologies/ml-agents/issues"},"type":"asset","_from":"file:com.unity.ml-agents-2.0.0-exp.1.tgz","unity":"2019.4","upmCi":{"footprint":"66ab8a4d1d2fcf855c95ca681b7adb21b389cae3"},"readme":"ERROR: No README data found!","homepage":"https://github.com/Unity-Technologies/ml-agents#readme","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Unity-Technologies/ml-agents.git","type":"git","revision":"1c405c8a23f0274bdb4b7e50a49b882575f06454"},"_npmVersion":"6.13.4","_nodeVersion":"12.16.1","name":"com.unity.ml-agents","version":"2.0.0-exp.1","displayName":"ML Agents","description":"Use state-of-the-art machine learning to create intelligent character behaviors in any Unity environment (games, robotics, film, etc.).","dependencies":{"com.unity.barracuda":"1.4.0-preview","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0"},"dist":{"shasum":"821af378f90e319bf1e8353e50cbe1b2651900db","tarball":"https://download.packages.unity.com/com.unity.ml-agents/-/com.unity.ml-agents-2.0.0-exp.1.tgz"}},"1.9.1-preview":{"_id":"com.unity.ml-agents@1.9.1-preview","bugs":{"url":"https://github.com/Unity-Technologies/ml-agents/issues"},"type":"asset","_from":"file:com.unity.ml-agents-1.9.1-preview.tgz","unity":"2018.4","upmCi":{"footprint":"c782b7fce03d9d5053abc5c56ab7c9680d211bad"},"readme":"ERROR: No README data found!","samples":[{"path":"Samples~/3DBall","description":"The 3D Ball sample is a simple environment that is a great for jumping into Ml-Agents to see how things work.","displayName":"3D Ball"}],"homepage":"https://github.com/Unity-Technologies/ml-agents#readme","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Unity-Technologies/ml-agents.git","type":"git","revision":"e3b7fe3cf211c49241c319c6188d6f7436912e56"},"_npmVersion":"6.13.4","_nodeVersion":"12.16.1","name":"com.unity.ml-agents","version":"1.9.1-preview","displayName":"ML Agents","description":"Use state-of-the-art machine learning to create intelligent character behaviors in any Unity environment (games, robotics, film, etc.).","dependencies":{"com.unity.barracuda":"1.3.2-preview","com.unity.modules.physics":"1.0.0","com.unity.modules.physics2d":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.unityanalytics":"1.0.0","com.unity.modules.imageconversion":"1.0.0"},"dist":{"shasum":"036b9ec490753d89f23c0dbf35f70d8a17ecc90b","tarball":"https://download.packages.unity.com/com.unity.ml-agents/-/com.unity.ml-agents-1.9.1-preview.tgz"}},"1.9.0-preview":{"_id":"com.unity.ml-agents@1.9.0-preview","bugs":{"url":"https://github.com/Unity-Technologies/ml-agents/issues"},"type":"asset","_from":"file:com.unity.ml-agents-1.9.0-preview.tgz","unity":"2018.4","upmCi":{"footprint":"d15777594fdf401cc9959c1da1bbe7b32a017634"},"readme":"ERROR: No README data found!","samples":[{"path":"Samples~/3DBall","description":"The 3D Ball sample is a simple environment that is a great for jumping into Ml-Agents to see how things work.","displayName":"3D Ball"}],"homepage":"https://github.com/Unity-Technologies/ml-agents#readme","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Unity-Technologies/ml-agents.git","type":"git","revision":"ab18283b0e79639ab6e4f351d600f67f6c35d71e"},"_npmVersion":"6.13.4","_nodeVersion":"12.16.1","name":"com.unity.ml-agents","version":"1.9.0-preview","displayName":"ML Agents","description":"Use state-of-the-art machine learning to create intelligent character behaviors in any Unity environment (games, robotics, film, etc.).","dependencies":{"com.unity.barracuda":"1.3.2-preview","com.unity.modules.physics":"1.0.0","com.unity.modules.physics2d":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.unityanalytics":"1.0.0","com.unity.modules.imageconversion":"1.0.0"},"dist":{"shasum":"4f64caa5a67be67d56644fedadaea028e11505c0","tarball":"https://download.packages.unity.com/com.unity.ml-agents/-/com.unity.ml-agents-1.9.0-preview.tgz"}},"1.8.1-preview":{"_id":"com.unity.ml-agents@1.8.1-preview","bugs":{"url":"https://github.com/Unity-Technologies/ml-agents/issues"},"type":"asset","_from":"file:com.unity.ml-agents-1.8.1-preview.tgz","unity":"2018.4","upmCi":{"footprint":"c120a8ad836fde5cc8637af039d502bbc6825ab8"},"readme":"ERROR: No README data found!","homepage":"https://github.com/Unity-Technologies/ml-agents#readme","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Unity-Technologies/ml-agents.git","type":"git","revision":"5b8cbd2f902aea8550221a64592bfa016fe67bc8"},"_npmVersion":"6.13.4","_nodeVersion":"12.16.1","name":"com.unity.ml-agents","version":"1.8.1-preview","displayName":"ML Agents","description":"Use state-of-the-art machine learning to create intelligent character behaviors in any Unity environment (games, robotics, film, etc.).","dependencies":{"com.unity.barracuda":"1.3.1-preview","com.unity.modules.physics":"1.0.0","com.unity.modules.physics2d":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.unityanalytics":"1.0.0","com.unity.modules.imageconversion":"1.0.0"},"dist":{"shasum":"9766403a123479391b2cf57a4d92aef4d6fb1aef","tarball":"https://download.packages.unity.com/com.unity.ml-agents/-/com.unity.ml-agents-1.8.1-preview.tgz"}},"1.0.7":{"_id":"com.unity.ml-agents@1.0.7","bugs":{"url":"https://github.com/Unity-Technologies/ml-agents/issues"},"type":"asset","unity":"2018.4","upmCi":{"footprint":"9b2de187ddd7a2737478be087959ac7f7f2c9a40"},"readme":"ERROR: No README data found!","_npmUser":{},"homepage":"https://github.com/Unity-Technologies/ml-agents#readme","repository":{"url":"git+https://github.com/Unity-Technologies/ml-agents.git","type":"git","revision":"d1afe7b767e94e9189b480cc1d24efe3101dbc2a"},"_npmVersion":"5.6.0","_nodeVersion":"8.17.0","name":"com.unity.ml-agents","version":"1.0.7","displayName":"ML Agents","description":"Use state-of-the-art machine learning to create intelligent character behaviors in any Unity environment (games, robotics, film, etc.).","dependencies":{"com.unity.barracuda":"1.0.4","com.unity.modules.physics":"1.0.0","com.unity.modules.physics2d":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.unityanalytics":"1.0.0","com.unity.modules.imageconversion":"1.0.0"},"dist":{"shasum":"5067ea7381f885441d2e803b07fc56ed929dbc4b","tarball":"https://download.packages.unity.com/com.unity.ml-agents/-/com.unity.ml-agents-1.0.7.tgz"}},"1.8.0-preview":{"_id":"com.unity.ml-agents@1.8.0-preview","bugs":{"url":"https://github.com/Unity-Technologies/ml-agents/issues"},"type":"asset","_from":"file:com.unity.ml-agents-1.8.0-preview.tgz","unity":"2018.4","upmCi":{"footprint":"3fb77e6d48e23f7902f57fa3aa69a9c92b3457f2"},"readme":"ERROR: No README data found!","homepage":"https://github.com/Unity-Technologies/ml-agents#readme","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Unity-Technologies/ml-agents.git","type":"git","revision":"dd4fd79a059fbedc9149566acf1c99a71d50a9cf"},"_npmVersion":"6.13.4","_nodeVersion":"12.16.1","name":"com.unity.ml-agents","version":"1.8.0-preview","displayName":"ML Agents","description":"Use state-of-the-art machine learning to create intelligent character behaviors in any Unity environment (games, robotics, film, etc.).","dependencies":{"com.unity.barracuda":"1.3.1-preview","com.unity.modules.physics":"1.0.0","com.unity.modules.physics2d":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.unityanalytics":"1.0.0","com.unity.modules.imageconversion":"1.0.0"},"dist":{"shasum":"3c31191560aea875021de2563265a3e2add392dd","tarball":"https://download.packages.unity.com/com.unity.ml-agents/-/com.unity.ml-agents-1.8.0-preview.tgz"}},"1.7.2-preview":{"_id":"com.unity.ml-agents@1.7.2-preview","bugs":{"url":"https://github.com/Unity-Technologies/ml-agents/issues"},"type":"asset","_from":"file:com.unity.ml-agents-1.7.2-preview.tgz","unity":"2018.4","upmCi":{"footprint":"47e228e8392504342a7177c92c8fadb6b5e5b17a"},"readme":"ERROR: No README data found!","homepage":"https://github.com/Unity-Technologies/ml-agents#readme","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Unity-Technologies/ml-agents.git","type":"git","revision":"2335fc7cb22f88f2e266cc128c7d66d8858dc73f"},"_npmVersion":"6.13.4","_nodeVersion":"12.16.1","name":"com.unity.ml-agents","version":"1.7.2-preview","displayName":"ML Agents","description":"Use state-of-the-art machine learning to create intelligent character behaviors in any Unity environment (games, robotics, film, etc.).","dependencies":{"com.unity.barracuda":"1.2.1-preview","com.unity.modules.physics":"1.0.0","com.unity.modules.physics2d":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.unityanalytics":"1.0.0","com.unity.modules.imageconversion":"1.0.0"},"dist":{"shasum":"8f4370d469734756d35444be9b3cc2f3ab0fb381","tarball":"https://download.packages.unity.com/com.unity.ml-agents/-/com.unity.ml-agents-1.7.2-preview.tgz"}},"1.7.0-preview":{"_id":"com.unity.ml-agents@1.7.0-preview","bugs":{"url":"https://github.com/Unity-Technologies/ml-agents/issues"},"type":"asset","_from":"file:com.unity.ml-agents-1.7.0-preview.tgz","unity":"2018.4","upmCi":{"footprint":"3357d110d799ab1264744ae4dc3d9de339827bfa"},"readme":"ERROR: No README data found!","homepage":"https://github.com/Unity-Technologies/ml-agents#readme","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Unity-Technologies/ml-agents.git","type":"git","revision":"6d12a47a9cc1af37e95ed877c92b3727d14e2607"},"_npmVersion":"6.13.4","_nodeVersion":"12.16.1","name":"com.unity.ml-agents","version":"1.7.0-preview","displayName":"ML Agents","description":"Use state-of-the-art machine learning to create intelligent character behaviors in any Unity environment (games, robotics, film, etc.).","dependencies":{"com.unity.barracuda":"1.2.1-preview","com.unity.modules.physics":"1.0.0","com.unity.modules.physics2d":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0"},"dist":{"shasum":"d2487c6aaf9c9e292bec99374ca179d7584c2ebd","tarball":"https://download.packages.unity.com/com.unity.ml-agents/-/com.unity.ml-agents-1.7.0-preview.tgz"}},"1.6.0-preview":{"_id":"com.unity.ml-agents@1.6.0-preview","bugs":{"url":"https://github.com/Unity-Technologies/ml-agents/issues"},"type":"asset","_from":"file:com.unity.ml-agents-1.6.0-preview.tgz","unity":"2018.4","upmCi":{"footprint":"60165bf53c8398c1df364124ec9365c727670508"},"readme":"ERROR: No README data found!","homepage":"https://github.com/Unity-Technologies/ml-agents#readme","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Unity-Technologies/ml-agents.git","type":"git","revision":"da699f4b318e880cf370d3069c39372e78119cd1"},"_npmVersion":"6.13.4","_nodeVersion":"12.16.1","name":"com.unity.ml-agents","version":"1.6.0-preview","displayName":"ML Agents","description":"Use state-of-the-art machine learning to create intelligent character behaviors in any Unity environment (games, robotics, film, etc.).","dependencies":{"com.unity.barracuda":"1.1.2-preview","com.unity.modules.physics":"1.0.0","com.unity.modules.physics2d":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0"},"dist":{"shasum":"e8b8f206e1d247f63f51d25ff4b6d6ed52580187","tarball":"https://download.packages.unity.com/com.unity.ml-agents/-/com.unity.ml-agents-1.6.0-preview.tgz"}},"1.0.6":{"_id":"com.unity.ml-agents@1.0.6","bugs":{"url":"https://github.com/Unity-Technologies/ml-agents/issues"},"type":"asset","unity":"2018.4","upmCi":{"footprint":"1127648b7328dd976810d7093ed8df575449ddfb"},"readme":"ERROR: No README data found!","_npmUser":{},"homepage":"https://github.com/Unity-Technologies/ml-agents#readme","repository":{"url":"git+https://github.com/Unity-Technologies/ml-agents.git","type":"git","revision":"213e0c9152f6c95044014546cb4efcf8f85e54ee"},"_npmVersion":"5.6.0","_nodeVersion":"8.17.0","name":"com.unity.ml-agents","version":"1.0.6","displayName":"ML Agents","description":"Use state-of-the-art machine learning to create intelligent character behaviors in any Unity environment (games, robotics, film, etc.).","dependencies":{"com.unity.barracuda":"1.0.4","com.unity.modules.physics":"1.0.0","com.unity.modules.physics2d":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0"},"dist":{"shasum":"921d62c78bb9d396be001d01629f40b0cb5b03bf","tarball":"https://download.packages.unity.com/com.unity.ml-agents/-/com.unity.ml-agents-1.0.6.tgz"}},"1.5.0-preview":{"_id":"com.unity.ml-agents@1.5.0-preview","bugs":{"url":"https://github.com/Unity-Technologies/ml-agents/issues"},"type":"asset","_from":"file:com.unity.ml-agents-1.5.0-preview.tgz","unity":"2018.4","upmCi":{"footprint":"575ad2928ce4998d34c17da7f54b090bfcdbf7be"},"readme":"ERROR: No README data found!","homepage":"https://github.com/Unity-Technologies/ml-agents#readme","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Unity-Technologies/ml-agents.git","type":"git","revision":"c5b9eac4df747778f38ae9891a9ad4132f634c98"},"_npmVersion":"6.13.4","_nodeVersion":"12.16.1","name":"com.unity.ml-agents","version":"1.5.0-preview","displayName":"ML Agents","description":"Use state-of-the-art machine learning to create intelligent character behaviors in any Unity environment (games, robotics, film, etc.).","dependencies":{"com.unity.barracuda":"1.1.1-preview","com.unity.modules.physics":"1.0.0","com.unity.modules.physics2d":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0"},"dist":{"shasum":"02cbd0b865aacc48c23605fea44d6d0ec256a1a1","tarball":"https://download.packages.unity.com/com.unity.ml-agents/-/com.unity.ml-agents-1.5.0-preview.tgz"}},"1.0.5":{"_id":"com.unity.ml-agents@1.0.5","bugs":{"url":"https://github.com/Unity-Technologies/ml-agents/issues"},"type":"asset","unity":"2018.4","upmCi":{"footprint":"b7c55328bcf4777ccc72f6e9d950531c64a48c2c"},"readme":"ERROR: No README data found!","_npmUser":{},"homepage":"https://github.com/Unity-Technologies/ml-agents#readme","repository":{"url":"git+https://github.com/Unity-Technologies/ml-agents.git","type":"git","revision":"69b4da32afe304e228e7bc185a7a595f38f44009"},"_npmVersion":"5.6.0","_nodeVersion":"8.11.1","name":"com.unity.ml-agents","version":"1.0.5","displayName":"ML Agents","description":"Use state-of-the-art machine learning to create intelligent character behaviors in any Unity environment (games, robotics, film, etc.).","dependencies":{"com.unity.barracuda":"1.0.3","com.unity.modules.physics":"1.0.0","com.unity.modules.physics2d":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0"},"dist":{"shasum":"5a97cb25db009d80e2fbc0d02cbd482c6fff1c00","tarball":"https://download.packages.unity.com/com.unity.ml-agents/-/com.unity.ml-agents-1.0.5.tgz"}},"1.4.0-preview":{"_id":"com.unity.ml-agents@1.4.0-preview","bugs":{"url":"https://github.com/Unity-Technologies/ml-agents/issues"},"type":"asset","_from":"file:com.unity.ml-agents-1.4.0-preview.tgz","unity":"2018.4","upmCi":{"footprint":"ea7ded40e332df985a12c39f9c07151cee7cf4a0"},"readme":"ERROR: No README data found!","homepage":"https://github.com/Unity-Technologies/ml-agents#readme","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Unity-Technologies/ml-agents.git","type":"git","revision":"8e0108adbf31f78e179d5433a3357feb0366209c"},"_npmVersion":"6.13.4","_nodeVersion":"12.16.1","name":"com.unity.ml-agents","version":"1.4.0-preview","displayName":"ML Agents","description":"Use state-of-the-art machine learning to create intelligent character behaviors in any Unity environment (games, robotics, film, etc.).","dependencies":{"com.unity.barracuda":"1.1.1-preview","com.unity.modules.physics":"1.0.0","com.unity.modules.physics2d":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0"},"dist":{"shasum":"780e8ae023c308c51b9288ef291f5a3a888613c6","tarball":"https://download.packages.unity.com/com.unity.ml-agents/-/com.unity.ml-agents-1.4.0-preview.tgz"}},"1.0.4":{"_id":"com.unity.ml-agents@1.0.4","bugs":{"url":"https://github.com/Unity-Technologies/ml-agents/issues"},"type":"asset","unity":"2018.4","upmCi":{"footprint":"025ee181c19d34d336624a0d146c8ccde00b038e"},"readme":"ERROR: No README data found!","_npmUser":{},"homepage":"https://github.com/Unity-Technologies/ml-agents#readme","repository":{"url":"git+https://github.com/Unity-Technologies/ml-agents.git","type":"git","revision":"423549050d75b9f4e7209d2f317f95d0bb8bd064"},"_npmVersion":"5.6.0","_nodeVersion":"8.11.1","name":"com.unity.ml-agents","version":"1.0.4","displayName":"ML Agents","description":"Use state-of-the-art machine learning to create intelligent character behaviors in any Unity environment (games, robotics, film, etc.).","dependencies":{"com.unity.barracuda":"1.0.2","com.unity.modules.physics":"1.0.0","com.unity.modules.physics2d":"1.0.0","com.unity.modules.jsonserialize":"1.0.0","com.unity.modules.imageconversion":"1.0.0"},"dist":{"shasum":"e7fe3e044b8bf648312b22c5f94d20b266d4acff","tarball":"https://download.packages.unity.com/com.unity.ml-agents/-/com.unity.ml-agents-1.0.4.tgz"}},"1.3.0-preview":{"_id":"com.unity.ml-agents@1.3.0-preview","bugs":{"url":"https://github.com/Unity-Technologies/ml-agents/issues"},"type":"asset","_from":"file:com.unity.ml-agents-1.3.0-preview.tgz","unity":"2018.4","upmCi":{"footprint":"d64c9c0c5bf82a6be8fa7da5cce9ad7701f4a4f5"},"readme":"ERROR: No README data found!","homepage":"https://github.com/Unity-Technologies/ml-agents#readme","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Unity-Technologies/ml-agents.git","type":"git","revision":"a08b5c4f1aa259f59fc9d186ce3fe18906c69a80"},"_npmVersion":"6.13.4","_nodeVersion":"12.16.1","name":"com.unity.ml-agents","version":"1.3.0-preview","displayName":"ML Agents","description":"Use state-of-the-art machine learning to create intelligent character behaviors in any Unity environment (games, robotics, film, etc.).","dependencies":{"com.unity.barracuda":"1.0.2"},"dist":{"shasum":"bd926fbaf57e83b16b189304b5955daba6bb40ae","tarball":"https://download.packages.unity.com/com.unity.ml-agents/-/com.unity.ml-agents-1.3.0-preview.tgz"}},"1.2.0-preview":{"_id":"com.unity.ml-agents@1.2.0-preview","bugs":{"url":"https://github.com/Unity-Technologies/ml-agents/issues"},"type":"asset","_from":"file:com.unity.ml-agents-1.2.0-preview.tgz","unity":"2018.4","upmCi":{"footprint":"3a9a861a6d951460f742f829ca67cadc7f6d1859"},"readme":"ERROR: No README data found!","homepage":"https://github.com/Unity-Technologies/ml-agents#readme","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Unity-Technologies/ml-agents.git","type":"git","revision":"e5e21dcc2ae9a226b1e4017fa1404abe54ef83a6"},"_npmVersion":"6.13.4","_nodeVersion":"12.16.1","name":"com.unity.ml-agents","version":"1.2.0-preview","displayName":"ML Agents","description":"Use state-of-the-art machine learning to create intelligent character behaviors in any Unity environment (games, robotics, film, etc.).","dependencies":{"com.unity.barracuda":"1.0.1"},"dist":{"shasum":"2a554f0d48635a74725a0a312e1e90e23cfc0599","tarball":"https://download.packages.unity.com/com.unity.ml-agents/-/com.unity.ml-agents-1.2.0-preview.tgz"}},"1.0.3":{"_id":"com.unity.ml-agents@1.0.3","bugs":{"url":"https://github.com/Unity-Technologies/ml-agents/issues"},"type":"asset","unity":"2018.4","upmCi":{"footprint":"1edf0d8844a1778aa9a1cdcec3dae5826f4338bf"},"readme":"ERROR: No README data found!","_npmUser":{},"homepage":"https://github.com/Unity-Technologies/ml-agents#readme","repository":{"url":"git+https://github.com/Unity-Technologies/ml-agents.git","type":"git","revision":"350127f9ca45e2878a4da35ccd655f57821799ab"},"_npmVersion":"5.6.0","_nodeVersion":"8.11.1","name":"com.unity.ml-agents","version":"1.0.3","displayName":"ML Agents","description":"Use state-of-the-art machine learning to create intelligent character behaviors in any Unity environment (games, robotics, film, etc.).","dependencies":{"com.unity.barracuda":"1.0.1"},"dist":{"shasum":"b141cbb064f47c493bac7cdc8bca243763f0ca76","tarball":"https://download.packages.unity.com/com.unity.ml-agents/-/com.unity.ml-agents-1.0.3.tgz"}},"1.1.0-preview":{"_id":"com.unity.ml-agents@1.1.0-preview","bugs":{"url":"https://github.com/Unity-Technologies/ml-agents/issues"},"type":"asset","_from":"file:com.unity.ml-agents-1.1.0-preview.tgz","unity":"2018.4","upmCi":{"footprint":"f254c0975eceda489174c37c8799ed3cb0ddc2b4"},"readme":"ERROR: No README data found!","homepage":"https://github.com/Unity-Technologies/ml-agents#readme","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Unity-Technologies/ml-agents.git","type":"git","revision":"dc43c8de7e8d489766918991ac9da4813057361d"},"_npmVersion":"6.13.4","_nodeVersion":"12.16.1","name":"com.unity.ml-agents","version":"1.1.0-preview","displayName":"ML Agents","description":"Use state-of-the-art machine learning to create intelligent character behaviors in any Unity environment (games, robotics, film, etc.).","dependencies":{"com.unity.barracuda":"0.7.1-preview"},"dist":{"shasum":"fb90417b6e32f88f829462abe719c925d89bac15","tarball":"https://download.packages.unity.com/com.unity.ml-agents/-/com.unity.ml-agents-1.1.0-preview.tgz"}},"1.0.2":{"_id":"com.unity.ml-agents@1.0.2","bugs":{"url":"https://github.com/Unity-Technologies/ml-agents/issues"},"type":"asset","unity":"2018.4","upmCi":{"footprint":"0e043f43cb2a6eb809962f9191f098730f0338db"},"readme":"ERROR: No README data found!","_npmUser":{},"homepage":"https://github.com/Unity-Technologies/ml-agents#readme","repository":{"url":"git+https://github.com/Unity-Technologies/ml-agents.git","type":"git","revision":"432e69a4ffba2ad5fa2463fba5d5fa17e88a5825"},"_npmVersion":"5.6.0","_nodeVersion":"8.11.1","name":"com.unity.ml-agents","version":"1.0.2","displayName":"ML Agents","description":"Use state-of-the-art machine learning to create intelligent character behaviors in any Unity environment (games, robotics, film, etc.).","dependencies":{"com.unity.barracuda":"1.0.0"},"dist":{"shasum":"af8a4cafd4481bc7a919a7d76d1bf3199f66d83a","tarball":"https://download.packages.unity.com/com.unity.ml-agents/-/com.unity.ml-agents-1.0.2.tgz"}},"1.0.2-preview":{"_id":"com.unity.ml-agents@1.0.2-preview","bugs":{"url":"https://github.com/Unity-Technologies/ml-agents/issues"},"type":"asset","_from":"file:com.unity.ml-agents-1.0.2-preview.tgz","unity":"2018.4","upmCi":{"footprint":"5b3b65eb2bb0cf5a095564ee845fa7849bfff2de"},"readme":"ERROR: No README data found!","homepage":"https://github.com/Unity-Technologies/ml-agents#readme","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Unity-Technologies/ml-agents.git","type":"git","revision":"9d57ff95f36811d4710db3b41644e6c4fed4f6a2"},"_npmVersion":"6.13.4","_nodeVersion":"12.16.1","name":"com.unity.ml-agents","version":"1.0.2-preview","displayName":"ML Agents","description":"Use state-of-the-art machine learning to create intelligent character behaviors in any Unity environment (games, robotics, film, etc.).","dependencies":{"com.unity.barracuda":"0.7.1-preview"},"dist":{"shasum":"9c9cfaa51137eb39e81ab1419ef8c69765ad725a","tarball":"https://download.packages.unity.com/com.unity.ml-agents/-/com.unity.ml-agents-1.0.2-preview.tgz"}},"1.0.1-preview":{"_id":"com.unity.ml-agents@1.0.1-preview","bugs":{"url":"https://github.com/Unity-Technologies/ml-agents/issues"},"type":"asset","_from":"file:com.unity.ml-agents-1.0.1-preview.tgz","unity":"2018.4","upmCi":{"footprint":"1e5b613518eb9b6a40c84542a75ba591f7137563"},"readme":"ERROR: No README data found!","homepage":"https://github.com/Unity-Technologies/ml-agents#readme","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Unity-Technologies/ml-agents.git","type":"git","revision":"a5509f09d619e045dc8130716ef9819a39fe7ee2"},"_npmVersion":"6.13.4","_nodeVersion":"12.16.1","name":"com.unity.ml-agents","version":"1.0.1-preview","displayName":"ML Agents","description":"Use state-of-the-art machine learning to create intelligent character behaviors in any Unity environment (games, robotics, film, etc.).","dependencies":{"com.unity.barracuda":"0.7.1-preview"},"dist":{"shasum":"eddb32cc0469de3eed9ac08d2fe1cc22c412abbc","tarball":"https://download.packages.unity.com/com.unity.ml-agents/-/com.unity.ml-agents-1.0.1-preview.tgz"}},"1.0.0-preview":{"_id":"com.unity.ml-agents@1.0.0-preview","bugs":{"url":"https://github.com/Unity-Technologies/ml-agents/issues"},"type":"asset","_from":"file:com.unity.ml-agents-1.0.0-preview.tgz","unity":"2018.4","upmCi":{"footprint":"b2e36710e27766a0aa2fe41479d4e3c2ae680579"},"readme":"ERROR: No README data found!","homepage":"https://github.com/Unity-Technologies/ml-agents#readme","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Unity-Technologies/ml-agents.git","type":"git","revision":"1a350ba15d396e3a54f6d345c9ee52ea5e6a21cb"},"_npmVersion":"6.13.4","_nodeVersion":"12.16.1","name":"com.unity.ml-agents","version":"1.0.0-preview","displayName":"ML Agents","description":"Use state-of-the-art machine learning to create intelligent character behaviors in any Unity environment (games, robotics, film, etc.).","dependencies":{"com.unity.barracuda":"0.7.0-preview"},"dist":{"shasum":"117b4a2159594d03753afb81094d9bf8c67cc34e","tarball":"https://download.packages.unity.com/com.unity.ml-agents/-/com.unity.ml-agents-1.0.0-preview.tgz"}},"0.16.0-preview":{"_id":"com.unity.ml-agents@0.16.0-preview","bugs":{"url":"https://github.com/Unity-Technologies/ml-agents/issues"},"type":"asset","_from":"../../../var/folders/tn/t8btbstx12l33r08ww_2c0_1_q91g9/T/com.unity.ml-agents-0.16.0-preview.tgz","unity":"2018.4","upmCi":{"footprint":"8dcd6b1b1d884364c858c962f61b51c6d2c11991"},"readme":"ERROR: No README data found!","_shasum":"6c52963a8ef326a3ba6383285acdf9cfc8b37fcc","scripts":{},"_npmUser":{},"homepage":"https://github.com/Unity-Technologies/ml-agents#readme","_resolved":"file:../../../var/folders/tn/t8btbstx12l33r08ww_2c0_1_q91g9/T/com.unity.ml-agents-0.16.0-preview.tgz","repository":{"url":"git+https://github.com/Unity-Technologies/ml-agents.git","type":"git","revision":"dd1cae71e148cec94b740b03e45ddcad688261ab"},"_npmVersion":"3.10.10","_nodeVersion":"6.10.0","name":"com.unity.ml-agents","version":"0.16.0-preview","displayName":"ML Agents","description":"Add interactivity to your game with Machine Learning Agents trained using Deep Reinforcement Learning.","dependencies":{"com.unity.barracuda":"0.6.3-preview"},"dist":{"shasum":"6c52963a8ef326a3ba6383285acdf9cfc8b37fcc","tarball":"https://download.packages.unity.com/com.unity.ml-agents/-/com.unity.ml-agents-0.16.0-preview.tgz"}}},"time":{"4.1.0":"2026-07-29T00:37:47.479Z","4.0.3":"2026-04-17T19:35:51.858Z","4.0.2":"2026-02-04T15:21:58.099Z","4.0.1":"2026-01-14T18:23:19.355Z","2.0.2":"2025-10-28T21:14:22.502Z","4.0.0":"2025-08-28T15:48:12.771Z","3.0.0":"2024-10-05T13:37:36.919Z","3.0.0-exp.1":"2023-10-11T18:31:22.000Z","2.3.0-exp.3":"2022-11-21T22:45:01.000Z","2.3.0-exp.2":"2022-03-30T18:43:09.000Z","2.2.1-exp.1":"2022-03-11T18:43:29.000Z","2.0.1":"2021-11-08T19:14:32.000Z","2.0.0":"2021-09-07T17:30:01.000Z","2.1.0-exp.1":"2021-06-09T21:59:11.000Z","1.0.8":"2021-05-27T13:08:20.000Z","2.0.0-pre.3":"2021-05-07T17:03:44.000Z","2.0.0-exp.1":"2021-04-27T14:10:26.000Z","1.9.1-preview":"2021-04-14T00:19:13.000Z","1.9.0-preview":"2021-03-17T20:17:34.000Z","1.8.1-preview":"2021-03-09T03:49:20.000Z","1.0.7":"2021-03-08T15:57:12.000Z","1.8.0-preview":"2021-02-24T22:08:01.000Z","1.7.2-preview":"2020-12-23T01:32:21.000Z","1.7.0-preview":"2020-12-21T21:09:43.000Z","1.6.0-preview":"2020-11-20T01:54:07.000Z","1.0.6":"2020-11-13T23:08:23.000Z","1.5.0-preview":"2020-10-14T23:03:19.000Z","1.0.5":"2020-09-25T21:09:19.000Z","1.4.0-preview":"2020-09-21T16:08:21.000Z","1.0.4":"2020-08-23T21:03:54.000Z","1.3.0-preview":"2020-08-17T17:39:15.000Z","1.2.0-preview":"2020-07-15T22:32:02.000Z","1.0.3":"2020-07-08T22:46:29.000Z","1.1.0-preview":"2020-06-11T02:10:00.000Z","1.0.2":"2020-06-08T14:23:55.000Z","1.0.2-preview":"2020-05-20T21:03:19.000Z","1.0.1-preview":"2020-05-20T16:48:50.000Z","1.0.0-preview":"2020-04-30T18:40:43.000Z","0.16.0-preview":"2020-04-23T23:32:03.000Z"},"dist-tags":{"latest":"4.1.0"},"etag":"\"d97a-0IDZSA9x9QTyyWdH8PIEpF4KSuw\""}