- Carla
- python (Anaconda)
- tqdm (progress bar)
-
Install the Carla library into python path
Cd to Carla/PythonClient folder, then type:
pip install -e .
to install the Carla Python Client package
-
Install the progress bar package
pip install tqdm
-
autonomous driving dememonstrations were collected using the auto-piloting function of the simulator.
-
Steps as follows
-
Call Carla by
./CarlaUE4.sh /Game/Maps/Town01 -carla-server -benchmark -fps=15 -windowed -ResX=800 -ResY=600
-
Run the DQfD_env.py file with python.
To be continued...