Open wangy8989 opened 1 year ago
Hi @wangy8989!
I imagine you are interested specifically in the use of reinforcement learning to combine search methods. The idea is implemented in Black-it as a RL scheduler, following the general abstraction defined here. In the 'examples' folder you can also find a Jupyter notebook to learn how to use it.
The current RL scheduler implements the exact $\epsilon$-greedy scheme of the paper, but thanks to the work of @marcofavoritobi it is very easy to extend it and use any standard RL library, since the calibration process is wrapped within an OpenAI gym environment.
Btw, the new version of the paper has a direct link to the Jupyter notebook and some more numerical experiments. Let me know if you need more help
I am wondering where is the code for this paper: Combining search strategies to improve performance in the calibration of economic ABMs Thanks!