Comparison between Model-Based Q-Learning Vs. Model-Free Q-Learning
A comparison table between Model-Based Q-Learning and Model-Free Q-Learning:
AspectModel-Based Q-LearningModel-Free Q-Learning
DefinitionUses a model of the environment (transition and reward functions) to make decisions.Learns directly from i...
programming-dude.com3 min read