microsoft / learning-loop

Joiner and Trainer for online reinforcement learning loop
MIT License
3 stars 2 forks source link

Tweaks to initial setup #5

Open JohnLangford opened 1 month ago

JohnLangford commented 1 month ago

Working off this: https://github.com/microsoft/learning-loop/blob/jlongo/sim_updates/DEPLOY.md there were a number of points where I struggled.

(a) Satisfying the prereqs took a fair bit of doing. (b) I needed to download a copy of the repo, but it wasn't in the instructions. (c) after downloading repo, I needed to 'cd learning-loop/deploy' not 'cd deploy'. (d) I needed to download the tar file, but there was no instruction. (e) Downloading the tar file from firefox did not work---needed to download from edge authenticated as me. (f) deploy-sample.sh was not executable. (g) Permissions failure in deploying to decision-service-devs.

rajan-chari commented 11 hours ago

I believe all the issues have been resolved.