- TORCS (the simulator)
- scr-client (the patch which creates a server-client model)
Install TORCS on a machine with Ubuntu 14.04/16.04 LTS from Princeton's DeepDriving directory. (Download and unzip the folder, follow the given README there.)
Install the scr-client as follows:
- Download the scr-patch from here.
- Unpack the package scr-linux-patch.tgz in your base TORCS directory.
- This will create a new directory called scr-patch.
cd scr-patch
sh do_patch.sh
(do_unpatch.sh
to revert the modifications)- Move to the parent TORCS directory
cd ../
- Run the following commands
./configure
make -j4
sudo make install -j4
sudo make datainstall -j4
10 scr_server car should be available in the race configurations now.
- Download the C++ client from here.
- Unpack the package
scr-client-cpp.tgz
in your base TORCS directory. - This will create a new directory called
scr-client-cpp
.
cd scr-client-cpp
make -j4
- At this point, multiple clients can join an instance of the TORCS game by:
./client
./client port:3002
Typical values are between 3001 and 3010 (3001 is the default)
Please refer to the scr-patch's manual for detailed information regarding the usage and feature space.
The README was compiled by Abhishek Naik and Mohan Bhambhani as part of the CS7015 - Deep Learning course project taken by Professor Mitesh Khapra at IIT Madras.
In case of any queries, contact the developers at [email protected]
or [email protected]
.