diff --git a/MENACE/menace.py b/MENACE/menace.py new file mode 100644 index 0000000000000000000000000000000000000000..53daa8ddf2fb95d137dbd5b5a6b569ebaaa9aaef --- /dev/null +++ b/MENACE/menace.py @@ -0,0 +1,5 @@ +# represent state of the board as a string +# each string is a box +# the menace system will be a dictionary +# pick arbitrary +# store all moves in history and reward at the end of each game \ No newline at end of file