DiamondLightSource / i18-bluesky

For code relating to the Bluesky setup on i18
Apache License 2.0
0 stars 0 forks source link

Explore some RL magic with bluesky to optimize the alignment process #21

Open stan-dot opened 2 months ago

stan-dot commented 2 months ago

the initial naive implementation scans the entire energy domain. scanning is the most time-intensive part of the process. various methods could be used to speed this up https://autonomous-discovery.lbl.gov/what-is-case https://docs.ray.io/en/latest/rllib/rllib-env.html

stan-dot commented 2 months ago

this might be of interest https://github.com/ChristopherMayes/Xopt