You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "plot_results.py", line 22, in
plt.plot(results[:, 0], np.convolve(results[:, 3], kernel, mode='same'), '-')
IndexError: index 3 is out of bounds for axis 1 with size 2
$ python plot_results.py SEAQUEST_04-24-05-36_0p00025_0p99/learning.csv
Traceback (most recent call last):
File "plot_results.py", line 22, in
plt.plot(results[:, 0], np.convolve(results[:, 3], kernel, mode='same'), '-')
IndexError: index 3 is out of bounds for axis 1 with size 2
learning.csv.zip
The text was updated successfully, but these errors were encountered: