Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code for the new ABM paper #57

Open
wangy8989 opened this issue May 16, 2023 · 1 comment
Open

Code for the new ABM paper #57

wangy8989 opened this issue May 16, 2023 · 1 comment

Comments

@wangy8989
Copy link

I am wondering where is the code for this paper:
Combining search strategies to improve performance in the calibration of economic ABMs
Thanks!

@AldoGl
Copy link
Contributor

AldoGl commented May 16, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants