You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think your code is incompatible with the latest modules. (or maybe broken??)
pygame 2.1.2 (SDL 2.0.16, Python 3.10.4)
Hello from the pygame community. https://www.pygame.org/contribute.html
2022-07-11 01:43:00.389250: I tensorflow/core/util/util.cc:169] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable `TF_ENABLE_ONEDNN_OPTS=0`.
2022-07-11 01:43:00.391685: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'libcudart.so.11.0'; dlerror: libcudart.so.11.0: cannot open shared object file: No such file or directory
2022-07-11 01:43:00.391696: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine.
Traceback (most recent call last):
File "/home/yolo/Workstation/Clones/snake-neural-networks/__main__.py", line 1, in <module>
from UI import UI
File "/home/yolo/Workstation/Clones/snake-neural-networks/UI.py", line 1, in <module>
from SnakeGame import SnakeGame
File "/home/yolo/Workstation/Clones/snake-neural-networks/SnakeGame.py", line 6, in <module>
from RLAgentPlayer import RLAgentPlayer
File "/home/yolo/Workstation/Clones/snake-neural-networks/RLAgentPlayer.py", line 7, in <module>
from RLAgent import RLAgent
File "/home/yolo/Workstation/Clones/snake-neural-networks/RLAgent.py", line 5, in <module>
from RLNeuralNetworkKeras import KerasNeuralNetwork
File "/home/yolo/Workstation/Clones/snake-neural-networks/RLNeuralNetworkKeras.py", line 3, in <module>
from keras.layers.advanced_activations import LeakyReLU
ModuleNotFoundError: No module named 'keras.layers.advanced_activations'
The text was updated successfully, but these errors were encountered:
I think your code is incompatible with the latest modules. (or maybe broken??)
The text was updated successfully, but these errors were encountered: