RL algorithms – library MetaTrader 5
The idea and the simplest algorithm are provided in the article “Random decision forest in reinforcement learning“ The library has advanced functionality allowing you to create an unlimited number of “Agents”. In addition, variations of the “Arguments group accounting method” are used Using the library: #include <RL gmdh.mqh> CRLAgents *ag1=new CRLAgents(“RlExp1iter”,1,100,50,regularize,learn); //created 1 RL agent accepting … Read more