Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dangmanhtruong1995 authored Jul 8, 2018
1 parent 3fff3c2 commit 4589d2e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
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

0 comments on commit 4589d2e

Please sign in to comment.