Closed cjdjr closed 2 years ago
Yes, this logic is currently disabled.
It shouldn't be too hard to produce a csv file on the agent side. The required headers are
"end_status",
"score",
"time",
"steps",
"hp",
"exp",
"exp_lev",
"gold",
"hunger",
"killer_name",
"deepest_lev",
"episode",
"seeds",
"ttyrec",
(The JavaScript code probably doesn't like the bz2'd ttyrecs, so you might have to un-bzip2 them (either before running the dashboard or by changing the dashboard JS.)
@heiner Thank you. Do you have any plan to develop code that generates a csv file? I'm looking forward to it :)
Hey @mwbyeon, @cjdjr,
This might not be the resolution you've been looking for but we've just decided to remove the JavaScript dashboard as we haven't been maintaining it very well.
If you feel strongly about wanting to keep using the dashboard I'm happy to add more pointers at how you could do that, let me know.
I tried to analyze the behavior of the agent through the dashboard. But a csv file is required to run the dashboard, how to generate csv files ?