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.
Install the mlagents_envs
package with:
pip install mlagents_envs
For more detailed documentation, check out the ML-Agents Toolkit documentation.