interpreting-rl-behavior / interpreting-rl-behavior.github.io

Code for the site https://interpreting-rl-behavior.github.io/
Creative Commons Attribution 4.0 International
0 stars 0 forks source link

overlay current step on scatterplot #4

Closed NixGD closed 2 years ago

NixGD commented 2 years ago

Currently the point representing the current timestep can be covered by other points. This is not ideal.

I think the right fix is actually overlaying a separate, differently coloured point representing the current timestep, instead of recolouring the corresponding point. I think this will allow the scatterplot code to be neater anyway, as you only need to replace the single point when changing timesteps instead of rechecking all of the timestep-points.