-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3fff3c2
commit 4589d2e
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,16 @@ | ||
# PingPongGANN | ||
An AI for PingPong using Neural network and Genetic Algorithm | ||
|
||
You can watch the AI train from scratch (run.m) or you can just run the pretrained model (run_pretrained.m) | ||
|
||
When run.m is run, it constantly shows new figures for each chromosome, so if you don't want to be distracted too much by the | ||
figures, you should dock it. First, type this command: | ||
figure | ||
|
||
Then, dock the figure. | ||
|
||
Afterwards, type this command: | ||
set(0, 'DefaultFigureWindowStyle', 'docked'); | ||
|
||
Then run the file. The same goes for run_pretrained.m | ||
|