Hey guys,
had the same error @karthikveeramani had, but used 2017.1.0 , now the Basic works, but I get this error while training. The build is fine, (when i double click open the executable, it is working fine). The training throws this error leaving the executable running in a Not Responding condition.

I then changed the instantiation of env to:
env = UnityEnvironment(file_name=env_name, worker_id=2, base_port=8080)
as @Adamage suggested, but then get a different error


Any help is appreciated. :)