Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Difference between batch q learning and growing batch q learning

I am confused about the difference between batch and growing batch q learning. Also, if I only have historical data, can I implement growing batch q learning?

Thank you!

like image 310
ChiefsCreation Avatar asked Apr 09 '26 19:04

ChiefsCreation


1 Answers

In batch Q-learning you only have historical data, with no possibility to adquire new data following a given policy. On the contrary, in growing batch Q-learning, the algoritm is almost equal, with the difference that in some iterations you use intermediate policies to acquire more data, thus growing the batch of data with new data (which incorporate exploration).

So, if you only have historical data, it is not possible to grow the batch with new data. I.e, in your case is not possible to implemente growing batch Q-learning.

You can read a detailed explanation in chapter 2 of the book: Wiering, Marco, y Martijn van Otterlo, eds. Reinforcement Learning: State-of-the-Art. 2012.ª ed. Springer, 2012. Link to the chapter

like image 60
Pablo EM Avatar answered Apr 12 '26 14:04

Pablo EM



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!