1
0
mirror of https://github.com/andre-wojtowicz/torcs-client-fuzzy-cpp synced 2024-07-22 07:30:30 +02:00
torcs-client-fuzzy-cpp/README.md

14 lines
1.2 KiB
Markdown
Raw Permalink Normal View History

2016-03-18 15:30:40 +01:00
# TORCS Fuzzy Client
An exemplary fuzzy-driven AI client for [The Open Racing Car Simulator](http://torcs.sourceforge.net/) (TORCS). It uses [Computational Intelligence in Games](https://sourceforge.net/projects/cig/files/SCR%20Championship/) client and the project is designed for CIG client-server architecture. The driver is written in [Fuzzy Control Language](https://en.wikipedia.org/wiki/Fuzzy_Control_Language) and uses [fuzzylite](http://www.fuzzylite.com/) library. The original client files are slightly updated and changed.
2016-03-18 16:13:38 +01:00
![Screenshot](https://andre-wojtowicz.github.io/torcs-client-fuzzy-cpp/torcs-screenshot.png)
2016-03-18 15:30:40 +01:00
The project is released as a proof-of-concept and it ought to be improved as, for example, an assignment for students. The driver uses only few available input variables; more about sensors and effectors of a car and the server can be found in [Simulated Car Racing Championship: Competition Software Manual](http://arxiv.org/abs/1304.1672).
To build the project you must provide [fuzzylite](http://www.fuzzylite.com/) 5.1 libraries. In the Release section you can find compiled program with FCL driver.
### Remarks
The project is notably inspired by [TORCS Fuzzy Logic Robot](https://vimeo.com/14217569), written by my university classmates.