mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-08-20 05:52:03 +00:00
Fix readme example, documentation and error messages
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user