From e2eb09e9a6265ec5bf996fb8a21ce5cf77b8c9c2 Mon Sep 17 00:00:00 2001 From: Shangtong Zhang Date: Sun, 8 Apr 2018 09:37:24 -0600 Subject: [PATCH] Update reference --- utils/plot.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/plot.py b/utils/plot.py index 44b39a7..2a62cfe 100644 --- a/utils/plot.py +++ b/utils/plot.py @@ -1,3 +1,5 @@ +# Adapted from https://github.com/openai/baselines/blob/master/baselines/results_plotter.py + import numpy as np import component