readme image update

master
Peter Babič 9 years ago
parent 302a70f469
commit 617c7370f2
  1. 2
      README.md

@ -32,6 +32,6 @@ The SVM type used is **C-SVC** (multi-class classification), with the **radial b
## 2D visualisation
When the third parameter (initial gun orientation) of the roaming robot is omitted, we can generate *sample* visualisation of the result of this classification. Our experiments were indicating, that this parameter has low (about 2%) significance on the output of the battle.
<div style="text-align: center;">
![2D visualisation](https://github.com/delmadord/robocode_svm/blob/master/extras/visualize2D.png)
<img src="https://github.com/delmadord/robocode_svm/blob/master/extras/visualize2D.png" alt="2D visualisation" />
</div>
The visualisation color shows, which robot is likely to win, when the roaming one starts on given position on the battlefield. You can estimate the coordinates on the image and run script with the `--battle` parameter to prove the classification.

Loading…
Cancel
Save