Steven
Steven
Hi @harperj @awjuliani I also encountered the same issue: I tried to use ML-Agent 0.8.1 by simply let options['--env'] = 'ObstacleTower/ObstalceTower' and set options['--num-envs'] = 2 After launching 2 envs,...
@Sohojoe @harperj thanks for helping, I've tried the solution @Sohojoe mentioned but it didn't work, later I tried to cross-validate the compatibility between mlagent-env v0.8 and unity instance built with...
@Sohojoe I'm using Windows 10. I currently have a workaround by using the OpenAI baseline - SubprocVecEnv class, it works! but seems like this approach cannot have the step function...