-
Notifications
You must be signed in to change notification settings - Fork 112
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
Merge for P2 #101
Merged
Merged
Merge for P2 #101
Changes from 26 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
d2bda52
first version with hfield in observation space; hfield randomization …
P-Schumacher 252defc
randomization of patches works; partial heightmap seems to work; need…
P-Schumacher b5ee57f
initial state works; maximum of 2 hilly patches works; TODO rangefind…
P-Schumacher 6199cf4
chasing opponent works, still need to correclty update scores; TODO r…
P-Schumacher a72f54a
reduced heightmap viewing distance for testing
P-Schumacher 9456921
point-based observation heightmap should work
P-Schumacher f4c6983
added relief patch; tasks are now computed in get_score, get_win_cond…
P-Schumacher b9bd992
added relocate P2; still uses mujoco 2.3.6 mjb file and cannot be pla…
P-Schumacher 78411d3
added mjb for relocate p2
P-Schumacher 0595902
added new mjb files
P-Schumacher 02fe936
updated to newest relocate version
P-Schumacher ac4b286
update init and mjb for relocate
P-Schumacher acc5f1e
fixed heightmap
P-Schumacher 716e951
phases work with separate mjbs now
P-Schumacher 46e2871
randomization ranges; working now with 1 mjb;
P-Schumacher 8f75933
Added new registration for relocateP2eval
elladyr 27f1ebf
Added rng to opponent vel during chase
elladyr 65352f9
Capped opp linear vel to 2
elladyr 4d1c139
Fixed score
elladyr c325c74
Updated chasetag
elladyr 0949ff6
merge
elladyr c171df9
Corrected merged files
elladyr 596b682
Removed backup files
elladyr a580f94
Clean up init file
elladyr e2b9c58
Clean up
elladyr b855a7f
Cleaned Init
elladyr cdcf556
Cleaned spaces
elladyr 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
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
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.
@elladyr is this wanted here?
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.
I think we need to set vel per reset, not sample it everytime in this function
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.
Let me correct that too.
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.
Sample chaser velocities corrected.