Unity-Technologies / ml-agents

The Unity Machine Learning Agents Toolkit (ML-Agents) is an open-source project that enables games and simulations to serve as environments for training intelligent agents using deep reinforcement learning and imitation learning.
https://unity.com/products/machine-learning-agents
Other
16.93k stars 4.14k forks source link

Couldn't connect to trainer on port 5004 using API version 1.0.0. Will perform inference instead. #4007

Closed xz-xiong closed 4 years ago

xz-xiong commented 4 years ago

Describe the bug when I play 3Dball example, has error -> Couldn't connect to trainer on port 5004 using API version 1.0.0. Will perform inference instead.

To Reproduce click play button

Console logs / stack traces

Screenshots

Environment (please complete the following information):

NOTE: We are unable to help reproduce bugs with custom environments. Please attempt to reproduce your issue with one of the example environments, or provide a minimal patch to one of the environments needed to reproduce the issue.

DanTulovsky commented 4 years ago

Did you run the mlagents-learn script first? That's what it's trying to connect to.

xz-xiong commented 4 years ago

Did you run the mlagents-learn script first? That's what it's trying to connect to.

thanks, now I figure out it works now

github-actions[bot] commented 3 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.