Skip to content

Latest commit

 

History

History
 
 

ml-agents-envs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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.