-
Notifications
You must be signed in to change notification settings - Fork 272
WIP: live web view for an experiment #677
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
Draft
d-led
wants to merge
41
commits into
thousandbrainsproject:main
Choose a base branch
from
d-led:experiment/pyview-experiment
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
WIP: live web view for an experiment #677
d-led
wants to merge
41
commits into
thousandbrainsproject:main
from
d-led:experiment/pyview-experiment
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
Thank you for your contribution @d-led! It appears that you haven't signed our Contributor License Agreement yet. Please visit this link and sign. |
Contributor
Author
monty-live-view_.mp4screencast |
Contributor
|
note: As it is my understanding this is not intended to be merged, I converted it to a Draft PR. |
Contributor
Author
|
Let’s discuss in the forum what the team would make of it, just take note or find a place for it in the codebase, then proceed / close for posterity |
Contributor
Author
- Added support for Python 3.14+ in setup scripts and dependencies. - Introduced new optional dependencies for LiveView configurations. - Updated README with detailed instructions for running experiments with LiveView. - Improved scripts for analyzing complexity and running tests. - Enhanced broadcast functionality to allow immediate updates for critical states. - Added new UI elements to display current maximum evidence during experiments. - Refactored code for better clarity and maintainability, including type hints and error handling. - Updated JavaScript to reduce console noise and improve performance.
- Added support for multiple publishers in the visualization state manager, allowing data partitioning by run_name. - Updated the command publisher to include a delay for abort command propagation to subscribers. - Refactored the ExperimentLiveView to handle multiple publishers and ensure backward compatibility. - Enhanced the MontyExperimentWithLiveView to include run_name in published data. - Improved the server lifecycle management to signal abort to subscribers during shutdown. - Updated the evidence chart JavaScript to handle episode transitions and support multiple chart instances. - Enhanced the experiment HTML template to display information for multiple publishers and improve layout. - Added tests to verify the new multi-publisher functionality in the visualization state manager.
…oving evidence data handling
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.


context: https://thousandbrains.discourse.group/t/what-if-experiments-had-a-live-view/924?u=dled
it doesn't need to be merged for now, as it rather serves as a demonstration of an architecture and its implementation first