Scripts: Epsilon-Greedy Algorithm

 

Epsilon-Greedy Algorithm:

Semi-uniform strategies were the earliest (and simplest) strategies discovered to approximately solve the bandit problem. All those strategies have in common a greedy behavior where the best lever (based on previous observations) is always pulled except when a (uniformly) random action is taken.

Epsilon-Greedy Algorithm

Autor: Jonathan Pereira

 

Parabéns pelo estudo.

Tive esse semestre uma introdução a Algoritmo guloso, e achei muito bacana a sua implementação em MQL5 e python. Um ótimo ponto de partida para futuros estudos em MQL5.