Commit Graph

17 Commits

Author SHA1 Message Date
Colin
7bd39ef62c Redirect stderr to avoid avconv version spam (#393) 2016-10-26 11:44:00 -07:00
MarCnu
9260271bef Replace StrictVersion by LooseVersion
Replaces the parsing function for the version comparison, to allow non standard versions. Remains unchanged for standard versions. http://epydoc.sourceforge.net/stdlib/distutils.version.LooseVersion-class.html
2016-05-20 17:40:17 +01:00
Greg Brockman
e7d4198edd windows: Switch video_recorder to use - 2016-05-15 17:49:45 -07:00
Trevor Blackwell
f094e7d763 Cleanup pr/53 2016-05-10 17:29:02 -07:00
Trevor Blackwell
52dc50eacb Merge branch 'pr/53' 2016-05-10 17:26:15 -07:00
Trevor Blackwell
9287889214 Merge branch 'master' into pr/53
# Conflicts:
#	.gitignore
#	gym/envs/board_game/go.py
#	gym/monitoring/video_recorder.py
#	gym/scoreboard/client/api_requestor.py
2016-05-10 17:22:49 -07:00
Greg Brockman
322433ecff video_recorder: Check if not enabled right away
This avoids a potential logger.info call if not enabled
2016-05-07 11:45:42 -07:00
Botev
c62b2da337 A few compatibility issues with python3 resolved.
Fixed lot's of issues with the HexEnv.
Added Hex9x9-v0 to registry
2016-05-03 20:10:00 +01:00
Nick Pawlowski
9e716416e1 fixed bug (frame_shape -> frame.shape) (#50) 2016-05-03 11:39:50 -04:00
Jonas Schneider
e45f945afd Python 3 encoding fixes
Closes #43.
2016-05-01 23:39:48 -04:00
Jonas Schneider
fd18ec3507 Merge remote-tracking branch 'origin/master' into py3
Conflicts:
	gym/envs/atari/atari_env.py
2016-04-29 18:07:47 -07:00
Taehoon Kim
08ece9e0d0 change string comparison to distutils.version 2016-04-29 09:46:23 +09:00
Jonas Schneider
c8ae79d163 Start sanely handling ANSI rendering strings as bytes/unicode where appropriate 2016-04-28 09:40:37 -07:00
Taehoon Kim
64b1b597dd change exception to if statement to check numpy version 2016-04-29 00:38:42 +09:00
Ubuntu
3df9a580f7 Fix #9. compatibility for tostring and tobytes 2016-04-28 08:02:35 +00:00
Jonas Schneider
5065950a09 Fix Python3 compat of import dependencies 2016-04-27 18:03:29 -07:00
Greg Brockman
e8f2980603 Initial release. Hello world :). 2016-04-27 08:00:58 -07:00