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
17.21k stars 4.16k forks source link

exe file hangs after training #2244

Closed Usmaniatech closed 5 years ago

Usmaniatech commented 5 years ago

After training the exe file using jupyter notebook, the exe file hangs and I am not able to see the trained exe file. I am storing the weights of actor and critic in .pth file. I have tried training the tennis example, but facing the same issue. Is there any way that I can generate .pb and .bytes model using jupyter notebook ?

shihzy commented 5 years ago

hi @Usmaniatech - can you provide your jupyter notebook? and also what you mean by "trained exe file"?

Usmaniatech commented 5 years ago

I have changed the scripts. It is solved. Now I am using this repo and this works fine. https://github.com/katnoria/unityml-tennis

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.