Taaseen-Ali / OpenAI-Gym-Car-Race

A self-driving car OpenAI Gym environment
8 stars 8 forks source link

Start / Finish Line #3

Closed Taaseen-Ali closed 3 years ago

Taaseen-Ali commented 3 years ago

The current implementation only allows for the user to draw out a race track after calling env.reset. Make it so that the user is also able to specify a starting line and finish line. These should be denoted by green and red tiles respectively. Any cars added to the track should be positioned on the start line.