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
Following on from Darren's pacman implmentation. Maybe we could create some kind of AI.
Idea:
Have a function which take in the state of the "world" acts and then returns the state of the "world" as a value. Pass this back into the function and repeat infinitely.
In the context of pacman, maybe this could be pacman navigating the maze on its own.
The text was updated successfully, but these errors were encountered:
Following on from Darren's pacman implmentation. Maybe we could create some kind of AI.
Idea:
Have a function which take in the state of the "world" acts and then returns the state of the "world" as a value. Pass this back into the function and repeat infinitely.
In the context of pacman, maybe this could be pacman navigating the maze on its own.
The text was updated successfully, but these errors were encountered: