Unity 机器学习代理工具包 (ML-Agents) 是一个开源项目,它使游戏和模拟能够作为训练智能代理的环境。
您最多选择25个主题 主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
GitHub 4ecd6ad3 Fix how we set logging levels (#3703) 4 年前
..
mlagents_envs Fix how we set logging levels (#3703) 4 年前
README.md Rename mlagents.envs to mlagents_envs (#3083) 5 年前
setup.py Support for ONNX export (#3101) 4 年前

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.