Unity 机器学习代理工具包 (ML-Agents) 是一个开源项目,它使游戏和模拟能够作为训练智能代理的环境。
您最多选择25个主题 主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
GitHub 70d14910 Merge pull request #1934 from Unity-Technologies/develop-black 5 年前
..
mlagents/envs Merge pull request #1934 from Unity-Technologies/develop-black 5 年前
README.md Split `mlagents` into two packages (#1812) 5 年前
setup.py Python code reformat via [`black`](https://github.com/ambv/black). 5 年前

README.md

Unity ML-Agents Python Interface

The mlagents_envs Python package is part of the ML-Agents Toolkit. mlagents_envs provides a Python API that allows direct interaction with the Unity game engine. It is used by the trainer implementation in mlagents as well as the gym-unity package to perform reinforcement learning within Unity. mlagents_envs can be used independently of mlagents for Python communication.

The mlagents_envs Python package contains one sub package:

  • mlagents.envs: A low level API which allows you to interact directly with a Unity Environment. See here for more information on using this package.

Installation

Install the mlagents_envs package with:

pip install mlagents_envs

Usage & More Information

For more detailed documentation, check out the ML-Agents Toolkit documentation.