Vlad Sobal

Results 3 issues of Vlad Sobal

Thank you authors for the awesome paper! I have an issue reproducing the results of Breakout. Instead of 414 claimed in the paper, I get 362.43 (average mean performance over...

A huge overhead exists right now because we draw the entire road segment, not only the surroundings of the car we are driving.

Right now, the evaluation happens sequentially, but should be parallel. Need to implement similarly to the link below: [`run.py`](https://github.com/Atcold/baselines/blame/traffic/baselines/run.py)