19
Reinforcement learning in our project Deep Reinforcement Learning – DQN in Carla: ▪
In deep Q-learning, we use a Neural Network to approximate the Q-value function, which is called a Deep Q Network [DQN].
▪
This function maps a state [Input] to the Q-values of all the actions that can be taken from that state [Output].
Fig22-a: Deep Q-Learning
EQN 2: Loss Function in Deep Q-Learning
DQN Algorithm:
Fig23-a: DQN Architecture
Fig23-b: Sample of the Set of states, actions, and rewards
Urban Scene Segmentation for Autonomous Vehicles Using Multi-Domain Adaptation