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

Asynchronous TensorFlow plotting doesn't work on Mac OSX #127

Closed jonashen closed 6 years ago

jonashen commented 6 years ago

Asynchronous plotting for TensorFlow works perfectly fine on Linux using threading.Thread, but Mac OS X will not display a window, even if threading.Thread is switched to multiprocessing.Process, which is how it was implemented using Theano.

ryanjulian commented 6 years ago

See https://github.com/rlworkgroup/garage/issues/3