-
Notifications
You must be signed in to change notification settings - Fork 153
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
human action space + enabled GUI #449
Merged
Merged
Changes from 1 commit
Commits
Show all changes
60 commits
Select commit
Hold shift + click to select a range
d16da17
human inputs envs - wip. Made FakeKeyboard work, need to modify launcher
pzhokhov b9c1540
enable modding the lwjgl
pzhokhov e8c5511
.
pzhokhov 2ab9143
fixed rendering the gui for python
pzhokhov ba75232
add use button == right click, hotbar keys
pzhokhov 18374b9
equip weapon task
pzhokhov 52b48f3
equip item env
pzhokhov a60400f
equip weapon length is now 10 seconds
pzhokhov 2017caa
render in java
pzhokhov 2ea9f9e
episode length 1200
pzhokhov a64c982
.
pzhokhov 0178a88
remove warning about gui open
pzhokhov 4155dbc
make hotbar configurable in equip env
pzhokhov 89a8d45
wip
pzhokhov 4742c29
got viewer to work, checked causality of inventory and hotbar buttons…
pzhokhov e0691eb
data rendering pipeline fixes an updates
pzhokhov e460d56
Merge branch 'peterz/human_action_space' of github.com:minerllabs/min…
pzhokhov 5e1ae4e
fixes
pzhokhov 6b1a072
Merge branch 'peterz/human_action_space' of github.com:minerllabs/min…
pzhokhov faa60e8
.
pzhokhov dd2a93f
update anvil jar
pzhokhov dff4972
.
pzhokhov 66f4be5
Merge branch 'peterz/human_action_space' of github.com:minerllabs/min…
pzhokhov 2f4cea5
.
pzhokhov 58e8737
update render jar
pzhokhov f7b2b12
re-rendering pipeline
pzhokhov dc4d459
.
pzhokhov 0507b31
pull latest master, resolve conflicts
pzhokhov fe63cce
update render jar, fake mouse
pzhokhov dfd03da
Merge branch 'dev' of github.com:minerllabs/minerl into peterz/human_…
pzhokhov cf5de27
remove debug port in java startup command
pzhokhov 9b3013c
Merge branch 'dev' of github.com:minerllabs/minerl into peterz/human_…
pzhokhov 06800ac
cleanups
pzhokhov 2971892
.
pzhokhov ccc3abd
.
pzhokhov fb4f36b
.
pzhokhov e6698ee
.
pzhokhov 2971d1b
grab video after rendering gui (or, rather, restore that logic)
pzhokhov 551b59f
cleanups
pzhokhov 9632e39
.
pzhokhov 20c04d9
.
pzhokhov a6dc3a3
.
pzhokhov 4c43ae6
propagate LowLevelInputs flag from python
pzhokhov 6214ec8
use FakeMouse version from the recorder to enable drag-splitting
pzhokhov dfd3f42
reset changes in data/
pzhokhov 2b32e48
cleanups
pzhokhov c7a765c
more cleanups
pzhokhov fc51e0b
more cleanups
pzhokhov 052c322
.
pzhokhov a26f349
.
pzhokhov 091f4d5
pep8
pzhokhov ef92e40
more pep8
pzhokhov 29dd741
do not use gcs
pzhokhov 4b8ad78
.
pzhokhov 39cf9e9
merge dev
pzhokhov ece6b95
cleanups, trying to fix build
pzhokhov f108e3b
remove logic that denies block usage
pzhokhov 91a9252
disable cursor
pzhokhov 372f907
restore logic disabling right click
pzhokhov c82dafc
PR comments
pzhokhov 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 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How will we prevent locking out non-gui agents from moving?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh you make a good point, let me restore this bit of code. Deleted it accidentally with the debug function ^_^