Skip to content

I made 2 different AIs (a neural network and a Q-learning algithm) play an imperfect information game and observe the strategys that both players used.

License

Notifications You must be signed in to change notification settings

dmtomas/Can-computers-Learn-to-lie

Repository files navigation

Configure a Personal training

1- If you want to configure another AI, change the current AI in Higher_Lower.py on lines 110 and 125.

2- If you want to change the amount of games, amount of games against the AIs, etc. Change variables on line 207 on Higher_Lower.py

Run the default Training

1- Run index.py.

2- Press 1 to start the training of the AIs.

3- Press 2 to Graph all the data that the training made.

4- Exit pressing 0.

The default Training takes about 1h with an fx8350 a gtx970 and 8gb of ram.

Librarys used:

-Tensor Flow

-Matplotlib

-Numpy

-Time

-csv

-scipy.optimize

About

I made 2 different AIs (a neural network and a Q-learning algithm) play an imperfect information game and observe the strategys that both players used.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages