Talk:TORCS robot driving

From SpaceElevatorWiki.com
Revision as of 04:52, 6 July 2008 by Keithcu (talk | contribs) (New page: === The various other driving robots in Torcs (from Wolf Dieter) === The "delphin V1.00" is the easiest to understand one, drives stable and can be extended by others without great initial...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

The various other driving robots in Torcs (from Wolf Dieter)

The "delphin V1.00" is the easiest to understand one, drives stable and can be extended by others without great initial training. It consumes litte simulation time and initializes very fast.

The "ModBod" (also written in Delphi) drives faster and uses a precalculated racingline beeing alone, but switches to the delphin-mode in traffic. Extending it would take more time to learn about how it works. (It was used last year to prepare the races for the wdbee_2007, written in C++, only reading the modbot information and driving while racing) Consumes litte simulation time but takes some time to initialize the racingline.

The new "Simplix"(="Wdbee") (written in C++) is the top of the art robot (See the results of the Forza race at the TORCS Racing board: http://www.berniw.org/trb/events/event_view_result.php?raceid=64).

It drives very fast and uses three precalculated racinglines (One fast beeing alone, one at each side to avoid without reducing the speed more than needed). If pitting is used, there are six racinglines to get the fastest way in an off the pitlane too! But to precalculate the racinglines, it tooks a lot of time while initialization and it consumes much more simulation time!