1 min to read
Create a coding challenge
A prompt to accelerate your game
Prompt
Create a coding challenge about creating a self-driving car.
Example answer
- Create a program that uses object-oriented programming to simulate the environment of a self-driving car
- Using this environment, design a model that can detect objects in the environment and track their movement
- Train the model using data collected from an autonomous vehicle driving in the real world, or create your own dataset
- Modify the model to recognize and respond to different types of road conditions (eg. traffic lights, pedestrians, etc.)
- Create a simulator to test your self-driving car model with varied scenarios, including different types of terrain and weather conditions
- Integrate the self-driving car model into a real car and test it on public roads
Comments