Commit Graph

2470 Commits

Author SHA1 Message Date
Jonas Schneider
7ec98ede9b Cast WeakRefDict to list first to ensure stability 2016-05-01 23:39:57 -04:00
Jonas Schneider
e45f945afd Python 3 encoding fixes
Closes #43.
2016-05-01 23:39:48 -04:00
Jonas Schneider
e74ed45f56 Use our reraising when probing for pyglet 2016-05-01 23:38:19 -04:00
Jonas Schneider
6acd9e55a4 Correctly handle absent prefix/suffix in reraise 2016-05-01 23:37:45 -04:00
Jonas Schneider
d22f96525f Safely iterate over monitor weakrefs when closing 2016-05-01 23:17:47 -04:00
Jonas Schneider
688629c070 Replace xrange -> range in example scripts 2016-05-01 23:17:38 -04:00
Luke
138c1eafad Merge pull request #44 from lukemetz/lm/errors
added missing import
2016-05-01 23:09:16 -04:00
Greg Brockman
db875aa7e4 Disable 3.5 while tests non-deterministically crash 2016-05-01 21:56:02 -04:00
Salvatore Testa
35ac7c3f74 Add the Travis CI badge to the README (#38) 2016-05-01 21:55:08 -04:00
justheuristic
02eeb12ef0 add agentnet demos (#42) 2016-05-01 21:54:09 -04:00
John Schulman
7b919677c3 fix InvertedPendulum 2016-05-01 11:02:01 -07:00
John Schulman
795640dfe8 fix mujoco _reset method 2016-05-01 10:57:19 -07:00
John Schulman
fbb60333b5 some tools for checking if environments have changed 2016-05-01 10:57:19 -07:00
John Schulman
2030bd46f5 fix two fix two remaining instances where model.data.qpos/qvel are set directly 2016-05-01 10:57:19 -07:00
John Schulman
3d9ad4f71c update mujoco and bump version 2016-05-01 10:57:19 -07:00
Greg Brockman
325e3c1e06 Add note about running a server 2016-05-01 10:16:36 -04:00
dan L
8377663362 document listings for agents, environments, misc tools along with a TOC (#36) 2016-05-01 10:01:06 -04:00
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