Closed albertoxamin closed 4 years ago
Hi @albertoxamin, This import is coming from OpenAI baselines, not ml-agents. It's likely that they're not compatible with the latest version of tensorflow.
you have the wrong version of tensorflow installed. as stated in the baselines installation instructions here tensorflow 1.14 is the latest tf version supported - and you have 2.0 installed
Thanks @olgn, that solved that issue. However I encountered another one because the example was outdated. So I opened #3055 with the fixes.
@albertoxamin nice - I only could answer that question because I encountered it as well. Also ran into the module import error. glad to see you made an mr for that.
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.
Describe the bug I was following the example on creating a gym https://github.com/Unity-Technologies/ml-agents/blob/master/gym-unity/README.md#example---dqn-baseline so i installed the dependency
pip install git+git://github.com/openai/baselines
and then I created thetrain_unity.py
scriptBut when I proceed to execute it i get this error
Environment: