Difference between automated RL tools like Bonsai, pathmind and Alpyne Library and Anylogic cloud #32
Replies: 1 comment 2 replies
-
Hi! So first, currently the AL Cloud does not have an API for RL. Also, Pathmind is no more, so that leaves Bonsai and Alpyne currently. Bonsai is the optimal method for getting results quickly without having to worry about implementing RL algorithms; it has a lot of ways to express what you want the policy to learn and more technical options too (e.g., # of layers and their size). Alpyne is intended for people that want to try out their own RL algorithms or want a free option (excluding costs of your own electricity usage). TBH, it's currently in an unstable state and needs reworking. I'm currently the sole developer on it and other work tasks have consumed my time, but it is on my radar. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello wolfeadam,
I have an agent-based simulation model on anylogic and I want to optimize it by reinforcement learning method.
As I understand there are 3 ways to integrate Simulation and RL:
I was wondering which method is more suitable for my project.
Actually, the question is that when do we use each one of the three mentioned methods?
Thank you for your help
Beta Was this translation helpful? Give feedback.
All reactions