When to Improve the RL Algorithm
Question: According to the Optimization Verification test, under what specific condition should you deduce that your reinforcement learning algorithm (and not the reward function) needs improvement?
Sample answer: You should improve the reinforcement learning algorithm if the reward assigned to the superior human trajectory is strictly greater than the reward assigned to the algorithm's inferior trajectory.
Key points:
- Compare human and algorithm trajectories
- Human trajectory scores higher
- Indicates algorithm fails to optimize
Rubric: The response must mention comparing the human and algorithm trajectories and checking if the human trajectory scores higher.
0
1
References
Machine Learning Yearning (Deeplearning.ai)
Machine Learning Yearning (Deeplearning.ai)
Machine Learning Yearning (Deeplearning.ai)
Machine Learning Yearning (Deeplearning.ai)
Machine Learning Yearning (Deeplearning.ai)
Machine Learning Yearning (Deeplearning.ai)
Machine Learning Yearning (Deeplearning.ai)
Machine Learning Yearning (Deeplearning.ai)
Machine Learning Yearning (Deeplearning.ai)
Machine Learning Yearning (Deeplearning.ai)
Machine Learning Yearning (Deeplearning.ai)
Machine Learning Yearning (Deeplearning.ai)
Machine Learning Yearning (Deeplearning.ai)
Machine Learning Yearning (Deeplearning.ai)
Machine Learning Yearning (Deeplearning.ai)
Tags
Machine Learning
Deep Learning
Supervised Learning
Dive into Deep Learning @ D2L
Data Science
Machine Learning Strategy
Machine Learning Yearning @ DeepLearning.AI
Related
Applying Optimization Verification in RL
Diagnosing Reward Function Issues
Interpreting _____ in Optimization Verification
Matching Optimization Verification Components
Executing the Optimization Verification Test
Analyzing the R(Thuman) > R(Tout) Inequality
Helicopter Landing Reinforcement Learning
When to Improve the RL Algorithm
Interpreting R(Thuman) vs R(Tout)
Purpose of Optimization Verification