Running the CRLMM
The self-driving car's mission is a circular (no beginning, no end) one like the CRLMM described in the previous chapter:
- If it is in a parking lot, it can be activated by a home or a shelter.
- If it is at a given home, it will go to a shelter.
- If it is at a shelter, it can go to a home or a parking space.
- If it needs recharging, this can be done at a recharging space (or more probably at a parking space), which is already the case in some cities.
At one point, the self-driving car has to go from a specific home to a parking space. This part of its itinerary is the subject of the following sections.
Finding a parking space
CRL-MM-IoT_SVM.py
uses a fine-tuned version of RL_DL.py
described in the previous chapter.
A no- (no gamma, no gap, no space) result is not acceptable. The result we are looking for is an image with a gap.
If the crlmm
function, which classifies parking lot images into full or available...