Greg Brockman
de9551449f
Bump version
2016-04-28 23:21:12 -07:00
Greg Brockman
ec92067852
cartpole.py: Make more friendly to beginners without changing official behavior
2016-04-28 22:34:10 -07:00
Jonas Schneider
8884b46c18
Bump mujoco-py
2016-04-28 22:32:38 -07:00
Jonas Schneider
bca1b3f913
Fix text env render encodings
2016-04-28 22:32:32 -07:00
Jonas Schneider
bd63f7547e
Correctly encode mujoco arguments as binary
2016-04-28 22:32:17 -07:00
Jonas Schneider
f8e245d90d
Correctly encode pachi_py arguments as binary
2016-04-28 22:32:05 -07:00
Greg Brockman
431043256b
rendering.py: Actually interpolate error message
2016-04-28 22:20:41 -07:00
Greg Brockman
cc0e865e58
Merge pull request #10 from carpedm20/master
...
Fix #9 . compatibility for tostring and tobytes
2016-04-28 22:08:01 -07:00
Botev
cda4e18b32
Initial Hex Enivronment
2016-04-29 02:31:51 +01:00
Taehoon Kim
08ece9e0d0
change string comparison to distutils.version
2016-04-29 09:46:23 +09:00
aforr
c8ada04b34
Fix victory conditions
...
Old victory condition was "player is white and white wins." Added "player is black and black wins" and "opponent resigned."
2016-04-28 20:30:50 -04:00
Jonas Schneider
eb7e4c8735
Don't clumsily reraise exceptions
2016-04-28 17:18:27 -07:00
Jonas Schneider
9dd2f9f3a3
Bump pachi-py
2016-04-28 16:12:35 -07:00
Jonas Schneider
3e824c24b8
Pass DISPLAY into tox
2016-04-28 15:38:17 -07:00
Jonas Schneider
1ba67baedd
Fix typo
2016-04-28 15:32:34 -07:00
Jonas Schneider
33f7c78a7c
Add missing PyOpenGL dep
2016-04-28 15:30:01 -07:00
Jonas Schneider
7af8145089
Back to trusty on Travis, for now
2016-04-28 15:14:12 -07:00
Jonas Schneider
93198e5c5f
Bump dependencies
2016-04-28 15:09:18 -07:00
Greg Brockman
100bc82e38
Don't try running MuJoCo on PR
2016-04-28 14:44:30 -07:00
Greg Brockman
62a2b45069
Merge pull request #18 from sergii-gavrylov/patch-1
...
minor fix with CreateBoard
2016-04-28 14:26:06 -07:00
sergii-gavrylov
f6db41be75
minor fix with CreateBoard
2016-04-28 21:28:58 +02:00
Greg Brockman
317a2be993
Update Env docstrings
2016-04-28 10:33:41 -07:00
Jonas Schneider
8bf5bf89ac
Bump Travis cmake version
2016-04-28 09:59:49 -07:00
Jonas Schneider
884b337337
Disable trusty for now
2016-04-28 09:54:06 -07:00
Jonas Schneider
2735b92fab
Update travis config for tox
2016-04-28 09:49:49 -07:00
Jonas Schneider
c8ae79d163
Start sanely handling ANSI rendering strings as bytes/unicode where appropriate
2016-04-28 09:40:37 -07:00
Jonas Schneider
b62415c194
Fix exception message formatting in Python3
2016-04-28 09:38:57 -07:00
Jonas Schneider
c8f1fd8941
Add tox testing config
2016-04-28 09:37:31 -07:00
Taehoon Kim
64b1b597dd
change exception to if statement to check numpy version
2016-04-29 00:38:42 +09:00
Greg Brockman
cb9d219a74
Merge pull request #13 from dommueller/fix
...
Fix readme example, documentation and error messages
2016-04-28 08:27:58 -07:00
Greg Brockman
a95d7188d6
Merge pull request #8 from iandanforth/pep-8-question
...
PEP 8 on hopper.py
2016-04-28 08:25:47 -07:00
Greg Brockman
906607f51e
README: Add note about cmake
2016-04-28 08:06:11 -07:00
Greg Brockman
98461ff8d8
Add env_id to log messages while uploading
2016-04-28 07:44:03 -07:00
Greg Brockman
a5d71bb554
scoring.py: Make the success threshold non-strict
2016-04-28 07:17:16 -07:00
Greg Brockman
ee3a1d9153
Merge pull request #15 from bquast/master
...
add colon before code block
2016-04-28 07:15:03 -07:00
Bastiaan Quast
aa065d5035
add colon before code block
2016-04-28 16:14:15 +02:00
Greg Brockman
0121f0fa50
README: switch to public clone URL
2016-04-28 07:11:36 -07:00
Dominik Mueller
d3d23f3455
Fix readme example, documentation and error messages
2016-04-28 14:01:24 +02:00
Ubuntu
3df9a580f7
Fix #9 . compatibility for tostring and tobytes
2016-04-28 08:02:35 +00:00
Greg Brockman
0b34c296b1
scoring.py: Change the graph wallclock time format
2016-04-27 22:52:23 -07:00
Greg Brockman
8302c188de
scoring.py: Correct stats key
2016-04-27 22:46:01 -07:00
Greg Brockman
b742eaca13
Fix warning
2016-04-27 19:48:34 -07:00
Greg Brockman
dbde599c17
monitor.py: Still write manifest if close errors
...
Before, on a headless server I was losing manifests with:
NullFunctionError: Attempt to call an undefined function glIsFramebuffer, check for bool(glIsFramebuffer) before calling (when closing Ant-v0)
2016-04-27 19:35:33 -07:00
Jonas Schneider
e8cf5f356c
Fix missing StringIO import
2016-04-27 19:09:25 -07:00
Jonas Schneider
5c371ec620
Bump atari-py to fix the Atari errors
2016-04-27 19:03:13 -07:00
Jonas Schneider
1fd5af8b4e
Apparently Python3 disallows casting numpy scalars into ints. Work around that.
2016-04-27 18:31:32 -07:00
Jonas Schneider
5065950a09
Fix Python3 compat of import dependencies
2016-04-27 18:03:29 -07:00
Ian Danforth
b623109cee
PEP 8 on hopper.py
2016-04-27 17:03:50 -07:00
Greg Brockman
cf54e97686
Fix Tensorflow capitalization
...
Fixes #5
2016-04-27 14:26:20 -07:00
Greg Brockman
ed2c3a1fdc
README: Fix package name
2016-04-27 12:49:28 -07:00