ryanjulian / rllab

rllab is a framework for developing and evaluating reinforcement learning algorithms, fully compatible with OpenAI Gym.
Other
1 stars 21 forks source link

Added asynchronous plotting to TensorFlow #126

Open jonashen opened 6 years ago

jonashen commented 6 years ago

Unfortunately, async plotting for TensorFlow requires the use of threading.Thread instead of multiprocessing.Process. Thus, on Linux machines, there will be a slight delay when you run the algorithm that seems like nothing is happening, but once the window loads everything works perfectly and asynchronously.

ryanjulian commented 6 years ago

Please reopen this PR against https://github.com/rlworkgroup/garage