feat: add local web dashboard + wandb remote logging#1
Open
robotlearning123 wants to merge 3 commits intomainfrom
Open
feat: add local web dashboard + wandb remote logging#1robotlearning123 wants to merge 3 commits intomainfrom
robotlearning123 wants to merge 3 commits intomainfrom
Conversation
- dashboard/server.py: stdlib-only web server with live Chart.js dashboard showing metric trends, keep/discard/crash stats, experiment table - dashboard/wandb_logger.py: optional wandb integration with init/log/finish and results.tsv replay mode - Updated SKILL.md to launch dashboard + wandb in Phase 0 setup - Updated README.md with dashboard & wandb docs - Updated install.sh to mention dashboard copy Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Member
Author
|
QA: REQUEST CHANGES Zero tests for 760 lines Python. os.chdir() global mutation. sys.exit() in library code. Add tests, merge #2 first. |
3 tasks
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
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.
Summary
http://localhost:8420. Auto-refreshes every 3s showing metric trends, keep/discard/crash stats, and full experiment table. Dark theme.--replaymode to push allresults.tsvdata after the fact.Files changed
dashboard/server.py— local web server (stdlib only)dashboard/templates/index.html— dashboard HTML with Chart.jsdashboard/wandb_logger.py— wandb integration (optional dep)dashboard/__init__.py— module init.claude/skills/autoresearch/SKILL.md— skill instructions updatedREADME.md— new sections for dashboard & wandbinstall.sh— mentions dashboard copy.gitignore— added__pycache__/Test plan
from dashboard.server import ...)parse_results_tsvunit tested (empty, header-only, with data)python dashboard/server.pyand verify dashboard renders--replayon existing results.tsv🤖 Generated with Claude Code