Taaseen-Ali / OpenAI-Gym-Car-Race

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

Make environment configurable #2

Closed Taaseen-Ali closed 3 years ago

Taaseen-Ali commented 3 years ago

Many aspects of the environment rely on global variables or "magic numbers". Extract all of these values into a config.py file, import them into the main environment file and use them to initialize the required components