-
Notifications
You must be signed in to change notification settings - Fork 13
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
Add TugOfWar demo #92
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a great example! I've suggested one significant change, which is that requirements.txt needs to include setuptools
(at least it did for me). Other suggestions are just typos. Let's get this merged!
It would be fun to see about realizing the Python side of this using a Python target LF program, but that's another project.
Co-authored-by: Edward A. Lee <[email protected]>
Co-authored-by: Edward A. Lee <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
This PR adds the Tug of War demo under experiments.
The demo uses Flask and Dash to build the UI. Further details are in the README.md file.