We'll be making use of the simulation to train a car how to drive and navigate on its own. This simulator is provided to us courtesy of the Udacity organization who have set up an open source vehicular simulation built with unity. There are other simulators that can be use for autonomous driving car's simulation like air sim, another self-driving car Open-Source simulator that's based on Unreal Engine.
- See list of Environment: conda env list
- Conda Environment: conda create -n drive python=3.7.4
- Activate Environment: conda activate drive
- Install Dependencies: pip install -r requirement.txt
- Run main file: python drive.py
- Simulation: Start the simulator
- Deactivate Environment: conda deactivate (after completion)
->Delete Environment: conda env remove -n nameofevnironment
Note: if simulator is not connected then use following commands
-
pip install python-engineio==3.13.2
-
pip install python-socketio==4.6.1