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 am so sorry it took so long to reply, I problem is :
First i used windows CMD,
input "python3 gameEngine.py batch" or "python3 gameEngine.py gui"
in the base directory, but it is not any reaction.(I don't know if it's already running?)
i think it maybe incompatible, the OS system command with windows CMD.
So i used git bash, input the command above,
the result is "permission denied".
So, i don't how to run the program in windows system
Is there a way to run a python file straightly rather than input these command?
I fully hope you can give me some guidance. Thank you very much.
Hello, this question has also puzzled me for a long time. I would like to know if you have solved this problem. If possible, could you please provide us with a solution?
in nagel.py line 27, in
representation = Representation(screen, road, simulation)#from above functions
TypeError: init() missing 2 required positional arguments: 'data' and 'speedLimit'
seemly Representation function less data and speedLimit parameter.
The text was updated successfully, but these errors were encountered: