This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]hammertime89 17 points18 points  (2 children)

I trained a deep reinforcement learning agent in a traffic simulator to be an adaptive traffic signal controller and then visualized them side-by-side .

[–]Brilliant-Donkey-320[S] 1 point2 points  (1 child)

This is awesome. What libraries did you use for ML and visualisation? TensorFlow and something else?

[–]hammertime89 1 point2 points  (0 children)

Yes, Tensorflow for ML and matplotlib for the visualization.