Machine Learning Deep Reinforcement Learning
This quiz is designed to assess your understanding of Machine Learning Deep Reinforcement Learning.
Questions
Which of the following is NOT a type of Deep Reinforcement Learning algorithm?
- Q-learning
- Policy Gradients
- Actor-Critic Methods
- Supervised Learning
What is the goal of a Deep Reinforcement Learning agent?
- To maximize its reward
- To minimize its loss
- To learn the optimal policy
- To predict the future
Which of the following is NOT a component of a Deep Reinforcement Learning system?
- Environment
- Agent
- Reward Function
- Loss Function
What is the difference between Q-learning and Policy Gradients?
- Q-learning learns the optimal policy, while Policy Gradients learns the optimal value function.
- Q-learning is off-policy, while Policy Gradients is on-policy.
- Q-learning is model-based, while Policy Gradients is model-free.
- All of the above.
Which of the following is NOT a Deep Reinforcement Learning application?
- Playing Atari games
- Training robots to walk
- Playing chess
- Predicting stock prices
What is the main challenge in Deep Reinforcement Learning?
- The high dimensionality of the state space
- The large number of actions
- The delayed reward
- All of the above
Which of the following is NOT a technique for addressing the high dimensionality of the state space in Deep Reinforcement Learning?
- Function approximation
- Deep neural networks
- Dimensionality reduction
- Monte Carlo tree search
Which of the following is NOT a technique for addressing the large number of actions in Deep Reinforcement Learning?
- Action discretization
- Action grouping
- Hierarchical reinforcement learning
- Policy gradient methods
Which of the following is NOT a technique for addressing the delayed reward in Deep Reinforcement Learning?
- Temporal difference learning
- Q-learning
- SARSA
- Actor-critic methods
Which of the following is NOT a Deep Reinforcement Learning algorithm?
- Deep Q-learning
- Asynchronous Advantage Actor-Critic (A3C)
- Proximal Policy Optimization (PPO)
- Generative Adversarial Networks (GANs)
Which of the following is NOT a Deep Reinforcement Learning toolkit?
- TensorFlow
- PyTorch
- Keras
- scikit-learn
Which of the following is NOT a Deep Reinforcement Learning application?
- Playing Atari games
- Training robots to walk
- Playing chess
- Natural language processing
Which of the following is NOT a Deep Reinforcement Learning research area?
- Multi-agent reinforcement learning
- Continuous control
- Transfer learning
- Quantum reinforcement learning
Which of the following is NOT a Deep Reinforcement Learning challenge?
- The high dimensionality of the state space
- The large number of actions
- The delayed reward
- The need for large amounts of data
Which of the following is NOT a Deep Reinforcement Learning trend?
- The use of deep neural networks
- The use of off-policy learning
- The use of multi-agent reinforcement learning
- The use of supervised learning