Commit Graph

253 Commits

Author SHA1 Message Date
Greg Brockman
15edd18b6c Bump version 2016-05-01 09:49:28 -04:00
Jonas Schneider
216f3ea8ce Sanity check that all dependencies are satisfied on __init__ 2016-04-30 22:38:09 -07:00
Jonas Schneider
8c864953a4 Disable Python 3's exception chaining when reraising 2016-04-30 22:37:33 -07:00
Jonas Schneider
4e575e7103 Improve class name lookup when reraising 2016-04-30 22:31:18 -07:00
Jonas Schneider
5ac4eaea91 Mark current requirements as dev tool, add real dependencies as requirements 2016-04-30 22:24:50 -07:00
Jonas Schneider
2aa2b35c10 Add a light version requirement to requests 2016-04-30 22:24:19 -07:00
Jonas Schneider
fc86c6f2aa Split out utils into multiple files, add reraising support 2016-04-30 22:23:46 -07:00
Greg Brockman
99f40a2fc1 Add reward_range parameter to Env
Closes #33
2016-04-30 22:53:13 -04:00
Greg Brockman
283240eaae Add missing -v0 to Humanoid 2016-04-30 18:50:01 -07:00
caktux
88ee05f1e0 fix 'EnvSpec' object has no attribute 'entry_point' when PR (#30) 2016-04-30 18:32:47 -07:00
Jonas Schneider
02ea974114 Fix README structure 2016-04-29 18:39:43 -07:00
Jonas Schneider
f7f126b95e Merge branch 'py3' 2016-04-29 18:29:46 -07:00
Jonas Schneider
5983160fc8 Merge pull request #32 from openai/gdb
Fix pull request testing
2016-04-29 18:28:19 -07:00
Jonas Schneider
2b0a1ea3f0 Document Python 3 support 2016-04-29 18:26:51 -07:00
Jonas Schneider
0e31b5b19b Fix mujoco skipping 2016-04-29 18:14:13 -07: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
Jonas Schneider
47f7f3d360 Merge pull request #31 from radarhere/patch-1
Fixed typo
2016-04-29 18:02:51 -07:00
Andrew Murray
2a3c46da31 Fixed typo 2016-04-30 09:39:52 +10:00
Jonathan Ho
d0132e6b4c Clean up resigning logic. Deals with agent resigns. 2016-04-29 15:48:53 -07:00
Jonathan Ho
330a8970a7 _pass_action and _resign_action methods 2016-04-29 15:37:11 -07:00
Jonathan Ho
2dbdaddf93 Merge pull request #20 from aforr/gym-go
Fix victory conditions
2016-04-29 15:31:57 -07:00
Greg Brockman
f391a3b6d8 Merge pull request #29 from wb14123/fix-readme
Add quotes to pip install packages
2016-04-29 07:43:45 -07:00
Bin Wang
53b592caa4 Add quotes to pip install packages
Since these package names include special chars like ".[]", many shells
will try to match files, like this:

zsh: no matches found: .[all]
2016-04-29 22:42:20 +08:00
Greg Brockman
473cfc149a Bump version 2016-04-29 07:12:22 -07:00
Greg Brockman
ea27839d6d Merge pull request #23 from dommueller/fix
Fix example agent
2016-04-29 07:11:50 -07:00
Greg Brockman
e55b65af88 Fix PR building 2016-04-29 07:08:40 -07:00
Greg Brockman
4818e1e888 Fix PR building 2016-04-29 07:00:30 -07:00
Greg Brockman
f7012491df Merge pull request #25 from sherjilozair/obo_error
Fix warning being raised incorrectly
2016-04-29 06:56:51 -07:00
Sherjil Ozair
fc3c4e576a Fix warning being raised incorrectly 2016-04-29 02:12:46 -07:00
Dominik Mueller
5928af27c1 Change episode_count and max_step in example agent to reflect description 2016-04-29 10:47:11 +02:00
Dominik Mueller
ffc0ea2a81 Fix reset to take initial value 2016-04-29 10:44:51 +02:00
Botev
59a374f023 Initial Hex 2016-04-29 09:16:30 +01:00
Dominik Mueller
35df222809 Remove debug lines from example agent 2016-04-29 09:26:45 +02:00
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