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
Hello, while i am running the code which is QLearning-Self-Driving-Car-Game/map.py, i got that error. I am not so familiar with python and coding but i have run it in colab and received that error down below.
ModuleNotFoundError Traceback (most recent call last)
in ()
15
16 # Importing the Dqn object from our AI in ai.py
---> 17 from my_ai import Dqn
18
19 # Adding this line if we don't want the right click to put a red point
ModuleNotFoundError: No module named 'my_ai'
The text was updated successfully, but these errors were encountered:
Hello, while i am running the code which is QLearning-Self-Driving-Car-Game/map.py, i got that error. I am not so familiar with python and coding but i have run it in colab and received that error down below.
ModuleNotFoundError Traceback (most recent call last)
in ()
15
16 # Importing the Dqn object from our AI in ai.py
---> 17 from my_ai import Dqn
18
19 # Adding this line if we don't want the right click to put a red point
ModuleNotFoundError: No module named 'my_ai'
The text was updated successfully, but these errors were encountered: