Tensorflow crashes #47
Replies: 6 comments
-
The main problem is due to these lines in the multi_env.py |
Beta Was this translation helpful? Give feedback.
-
Hi @SHITIANYU-hue , Could you please paste your full log? There is no crash information in the log you posted. Also, there is no |
Beta Was this translation helpful? Give feedback.
-
Hello, yes, there is no TensorFlow in basic_agent, but it used the |
Beta Was this translation helpful? Give feedback.
-
I am facing a similar issue. Tensorflow gives the same error if I want to merge macad-agents or ray with macad-gym. |
Beta Was this translation helpful? Give feedback.
-
Can you post your crash log and your python environment with package version ( As long as you are using the python package versions listed in the conda-env.yml file there should be no crash due to Ray or TensorFlow. |
Beta Was this translation helpful? Give feedback.
-
The existing conda-env.yml contains tensorflow-gpu only, and when we install tensorflow (whether of same version or different) the code crashes once env = gym.make is called. Please find the attached files. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I found that if I installed the macad-agent and run the basic_agent in macad-gym(https://github.com/praveen-palanisamy/macad-gym/blob/master/examples/basic_agent.py), there will be some issues with importing tensorflow modules. The detailed log is:
I found a discussion related to this problem: tensorflow/tensorflow#13963
Beta Was this translation helpful? Give feedback.
All reactions