Python-side communication happens through `UnityEnvironment` which is located in `python/unityagents`. To load a Unity environment from a built binary file, put the file in the same directory as `unityagents`. In python, run:
* `file_name` is the name of the environment binary (located in the root directory of the python project).
* `worker_num` indicates which port to use for communication with the environment. For use in parallel training regimes such as A3C.