CarIntersect environment

This package contains the CarIntersect environment.

CarIntersect simulate four way crossroad with some physics and bot cars. As a feature our environment has photo-realistic image and modifiability with a set of configs.

We create script to control car by hands. Just run run.sh in linux terminal. If you want more complicated settings run python3.6 visual_player.py with proper flags (them can be easily read from visual_player.py).

For requirements see requirements.txt from main part of project.

Folder structure:

Config structure: Config for env is .yaml files and consist of three parts:

The final config is just the concatenation of these parts. (dict.update in python) link to example

CVAT file is used for creating a track line, track polygons, and some other.

This environment was made during the internship in CDS Lab link. The project was started as part of existed lab env - github link.