If you are interested in the Simulated Car Racing Competition
please refer to this link:
http://games.ws.dei.polimi.it/competitions/scr/
In the manual you can find the instructions for launching the java client
both for windows and linux.
Regards,
Luigi Cardamone
To launch the Java client with a simple optimization
algorithm, open the terminal, go to the directory bin
of the client package and type:
java ga.SimpleGA
If you prefer using the client from Eclipse
you just need to run the class SimpleGA which is
in the java package "ga".
Luigi