Skip to content
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

Send adaptive program queries to Agent #27

Open
UserAB1236872 opened this issue Oct 5, 2017 · 2 comments
Open

Send adaptive program queries to Agent #27

UserAB1236872 opened this issue Oct 5, 2017 · 2 comments

Comments

@UserAB1236872
Copy link
Member

UserAB1236872 commented Oct 5, 2017

We need to be able to query the agent for feedback on a game state during replays for explanation stuff. This will be evolving a lot, my first intuition is that we should provide some simple visualization primitives (more high level than what the backend uses) like "pie chart", "heatmap", "highlight entity" etc. We need to take care to not reinvent an entire plotting package.

Since we're using JS, something like bokeh is out, but we may be able to find some nice JS plotting libraries to lighten the load. (Which is a shame, it'd be nice to send rendered graphs from bokeh, they look quite nice).

Depends, minimally on #14, #16, #17, #18 + some API and protobuf consideration

@UserAB1236872
Copy link
Member Author

This may be a good JS library to use but I'll let @jedirv decide

http://www.chartjs.org/

@jedirv
Copy link
Contributor

jedirv commented Jan 8, 2018

Jed note - this is the question of how to query the agent for explanations. For first demo deliverable, just doing saliency which is more straightforward. leave this open for post demo1.

@UserAB1236872 UserAB1236872 removed this from the Explanation facilities milestone Mar 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Visualization
Necessary
Development

No branches or pull requests

2 participants