Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.04 KB

README.md

File metadata and controls

28 lines (20 loc) · 1.04 KB

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.