A script to demonstrate Support Vector Machine (SVM) classification on outcomes of the battles of Robocode.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
robocode-svm/.settings.battle

8 lines
309 B

#Battle Properties
robocode.battleField.width=500
robocode.battleField.height=500
robocode.battle.numRounds=1
robocode.battle.gunCoolingRate=0.1
robocode.battle.rules.inactivityTime=450
robocode.battle.selectedRobots=sample.TrackFire,sample.TrackFire
robocode.battle.initialPositions=(250,250,0),(349,44,274)