diff --git a/universe/wrappers/recording.py b/universe/wrappers/recording.py index 633f14ab..e2646854 100644 --- a/universe/wrappers/recording.py +++ b/universe/wrappers/recording.py @@ -3,7 +3,8 @@ import os import json import numpy as np -import threading, queue +import threading +from six.moves import queue from universe import rewarder, spaces, vectorized, pyprofile from universe.utils import random_alphanumeric