Fix readme example, documentation and error messages

This commit is contained in:
Dominik Mueller
2016-04-28 14:01:24 +02:00
parent 0b34c296b1
commit d3d23f3455
5 changed files with 5 additions and 5 deletions

View File

@@ -71,7 +71,7 @@ class Monitor(object):
to record every 100 episodes. ('count' is how many episodes have completed)
Depending on the environment, video can slow down execution. You
can also use 'monitor.configure(video=lambda count: False)' to disable
can also use 'monitor.configure(video_callable=lambda count: False)' to disable
video.
Monitor supports multiple threads and multiple processes writing