You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`-r 30` to use a standard frame rate and be more compatible, see: <http://stackoverflow.com/questions/19267443/playback-issues-in-vlc-with-low-fps-video-from-images-using-ffmpeg/41797724#41797724>
111
115
112
116
### Smooth transitions
113
117
@@ -178,3 +182,31 @@ A few URLs that can be accessed from the browser:
178
182
## udp protocol
179
183
180
184
An FFmpeg invention it seems: <http://stackoverflow.com/questions/27930879/what-is-ffmpegs-udp-protocol>
but it does not have frame rate limiting, so it is useless.
18
+
19
+
Your first intelligent player:
20
+
21
+
python examples/agents/cem.py
22
+
23
+
but the interface is dedicated for the pole game.
24
+
25
+
TODO: make a minimal interface that adapts to any game. This seems to be the case: <https://github.com/openai/universe-starter-agent/blob/master/README.md>
0 commit comments