-
Notifications
You must be signed in to change notification settings - Fork 8.7k
Render API #2671
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Render API #2671
Changes from all commits
Commits
Show all changes
94 commits
Select commit
Hold shift + click to select a range
1aa736b
add pygame GUI for frozen_lake.py env
younik 73a9e6b
add new line at EOF
younik c9a359a
pre-commit reformat
younik 354830c
improve graphics
younik 95258f5
new images and dynamic window size
younik a121b7b
darker tile borders and fix ICC profile
younik 91f3a03
pre-commit hook
younik 6f56feb
adjust elf and stool size
younik 0abec2f
Update frozen_lake.py
jkterry1 ad87dbc
reformat
younik 48c22fe
Merge branch 'openai:master' into master
younik 6c38481
fix #2600
younik 2649a1c
#2600
younik c2da74a
add rgb_array support
younik 45a3154
reformat
younik db9ba2f
Merge branch 'master' into master
younik 9711282
test render api change on FrozenLake
younik cd85df4
add render support for reset on frozenlake
younik 1beba40
Merge branch 'render_api'
younik 15d9321
add clock on pygame render
younik 3089e57
new render api for blackjack
younik fad0f6f
new render api for cliffwalking
younik ffd9fc8
new render api for Env class
younik 5140dc9
update reset method, lunar and Env
younik 311ac82
fix wrapper
younik 1197a36
fix reset lunar
younik da77145
new render api for box2d envs
younik 18fe379
new render api for mujoco envs
younik d586394
fix bug
younik b078647
new render api for classic control envs
younik 415449c
fix tests
younik 9363aa0
add render_mode None for CartPole
younik 11ab948
Merge branch 'master' into master
younik 4912778
new render api for test fake envs
younik d5107d4
Merge remote-tracking branch 'origin/master'
younik 98ab069
pre-commit hook
younik e06d293
fix FrozenLake
younik 6fab5a2
fix FrozenLake
younik 0f970ff
more render_mode to super - frozenlake
younik 9999527
Merge remote-tracking branch 'origin/master'
younik f945184
Merge branch 'master' into master
younik 4771755
remove kwargs from frozen_lake new
younik b458f4f
Merge remote-tracking branch 'origin/master'
younik 1f5ddf1
pre-commit hook
younik 96b3a7a
solve conflicts
younik 64dcf77
add deprecated render method
younik 5601778
Merge branch 'master' into master
younik cffacd7
Merge remote-tracking branch 'origin/master'
younik 9570f30
add backwards compatibility
younik 4345b21
fix test
younik 99c6680
add _render
younik 8ad9ed7
Merge branch 'master' into master
younik 765c014
move pygame.init() (avoid pygame dependency on init)
younik 45cbabd
fix pygame dependencies
younik 7b13622
Merge branch 'master' into master
younik f53aa27
remove collect_render() maintain multi-behaviours .render()
younik 4d76fe1
Merge remote-tracking branch 'origin/master'
younik 2ab1824
Merge branch 'master' into master
younik 343f72a
add type hints
younik c4bfe84
fix renderer
younik 2b0ca9a
don't call .render() with None
younik 0869ee7
improve docstring
younik d08b80d
add single_rgb_array to all envs
younik c7156bd
remove None from metadata["render_modes"]
younik e8e3c26
Merge branch 'master' into master
younik 3a2f9b6
add type hints to test_env_checkers
younik a3ac176
Merge remote-tracking branch 'origin/master'
younik 66b0c23
fix lint
younik ff4aff3
add comments to renderer
younik e0753ef
add comments to single_depth_array and single_state_pixels
younik 3a961a3
Merge branch 'master' into master
younik 07cf336
reformat
younik 694220d
add deprecation warnings and env.render_mode declaration
younik 9d04c6a
fix lint
younik 52268f9
reformat
younik a0a409f
fix tests
younik d319228
Merge branch 'master' of https://github.com/openai/gym
younik ba01803
add docs
younik ce8d471
fix car racing determinism
younik f6a0c42
remove warning test envs, customizable modes on renderer
younik 11d2260
remove commments and add todo for env_checker
younik 7efffb8
fix car racing
younik 5fe6e80
replace render mode check with assert
younik e4dc18c
Merge remote-tracking branch 'openai-gym/master'
younik 0a979cc
update new mujoco
younik 69326af
reformat
younik c220b4a
Merge remote-tracking branch 'openai-gym/master'
younik efda297
reformat
younik edb2c7a
change metaclass definition
younik 88da572
Merge remote-tracking branch 'openai-gym/master'
younik 540019c
fix tests
younik 6c55c7b
implement mark suggestions (test, docs, sets)
younik 34b8d08
Merge remote-tracking branch 'openai-gym/master'
younik bdb3220
check_render
younik File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.