Alex Cabrera

Results 12 comments of Alex Cabrera

That is the biggest issue. After winter break I will be able to start the first version from all the challenges that are already written up, but my grand wish...

Thanks! It is very vague and rough at this point, but since there is not much content in the repo we really need to just add information for most of...

That would be awesome! My schoolwork and other commitments have prevented me from really working on this recently, so I would love if other people could contribute. Please let me...

Yup looks great! Thanks a ton!

I'm having this same issue, wonder if you found a way around it

Somewhat unrelated but I used this example in a visualization I made for OpenAI evals: https://github.com/zeno-ml/zeno-evals

+1 having the same issue with Poetry and GitHub Actions

Not sure if this solves it, but you can pickle the state: `pickle.dump(mybutton.getState(), f)` and restore it that way

I'm not sure if send_state is the right function. Is there a set_state()?