COSC1127-AI / pacman-contest-cluster

Script to run the Conquer The Flag PACMAN contest
http://ai.berkeley.edu/contest.html
Apache License 2.0
19 stars 4 forks source link

Improve HTML generator & Data Visualization #78

Open nirlipo opened 4 years ago

nirlipo commented 4 years ago

This issue has been opened to gather ideas on how to improve the HTML generator.

wennongC commented 3 years ago

Hi, I have also made an open-source Pacman contest result visualizer that could focus on the results for a specified team. It is implemented by using NodeJS (with EJS rendering the HTML page). The code logic is first parsing the HTML code extracted from the original result page, and then process the data for display. As being suggested by Nir, I will put the link to my webapp here. Feel free to try it or clone the repository to modify for fun :)

Live product (Hosted using the free plan of Heroku platform, so may not always be available for access): https://comp90054-contest-result-tool.herokuapp.com/

git repository: https://github.com/wennongC/COMP90054-Contest-Result-Display-Tool

ssardina commented 3 years ago

@Nir, the branch feature/78/dashboard-multi has it modified to deal with multi-contests.

There are some subtleties when doing that. In particular, the number of teams per single contest may vary a lot so the progress may look weird. So I changed it to normalized position instead of absolute positions

nirlipo commented 3 years ago

Good! thanks, normalized position sounds like a good solution. Alternatively, you could only show the position in the nightly competition.