-
Notifications
You must be signed in to change notification settings - Fork 3
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
Feature/kimera integration #8
Merged
Merged
Conversation
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
* Updated version number to 0.1.1+snapshot. * Fix/rename (#19) * update requirements and readme * update installation instructions * Update README.md * rename baseline notebooks * update baseline notebook; rename -> * Fix/update requirements (#22) * update requirements and readme * update installation instructions * Update README.md * Feature/specify mode (#23) * add options for evaluation * reformatting * Update README.md * Update README.md (#24) * Update README.md * Feature/refactor tasks (#25) Feature/refactor tasks * set sim parameters upon startup and add error checking * clear notebook * remove navigation notebook
* add function to decode observations into imgs + pose * update notebooK
* add function to decode observations into imgs + pose * update notebooK * update notebook docs * updated docs
* add function to decode observations into imgs + pose * update notebooK * update notebook docs * updated docs * update typehints * update docstring
…o signal episode reset
* Feature/update baseline defaults (#38) * change default settings in baseline notebook and gym env * Updated version number to 0.1.0, added setup.cfg, updated distribution statement, added unit test, added license file. - Updated version number in setup.py to 0.1.0. - Added setup.cfg with tox settings. - Updated distribution statement across all source and readme files. - Added simple unit test to verify module import. - Added license file. * update requirements and readme * update installation instructions * Update README.md * Update README.md * 0.1.1 snapshot (#26) * Updated version number to 0.1.1+snapshot. * Fix/rename (#19) * update requirements and readme * update installation instructions * Update README.md * rename baseline notebooks * update baseline notebook; rename -> * Fix/update requirements (#22) * update requirements and readme * update installation instructions * Update README.md * Feature/specify mode (#23) * add options for evaluation * reformatting * Update README.md * Update README.md (#24) * Update README.md * Feature/refactor tasks (#25) Feature/refactor tasks * Remove +snapshot from version * 0.1.2 snapshot (#36) * Update setup.py * Feature/set sim params (#28) * Updated version number to 0.1.1+snapshot. * Fix/rename (#19) * update requirements and readme * update installation instructions * Update README.md * rename baseline notebooks * update baseline notebook; rename -> * Fix/update requirements (#22) * update requirements and readme * update installation instructions * Update README.md * Feature/specify mode (#23) * add options for evaluation * reformatting * Update README.md * Update README.md (#24) * Update README.md * Feature/refactor tasks (#25) Feature/refactor tasks * set sim parameters upon startup and add error checking * clear notebook * remove navigation notebook * Fix typo in docs, * Fix `%matplotlib notebook line` * Feature/decode goseek observations (#29) * add function to decode observations into imgs + pose * update notebooK * Feature/update docs (#30) * add function to decode observations into imgs + pose * update notebooK * update notebook docs * updated docs * Update goseek_full_perception.py * Feature/update typehints (#32) * add function to decode observations into imgs + pose * update notebooK * update notebook docs * updated docs * update typehints * update docstring * Feature/update tesse install (#34) * Update setup.py * Update README.md * Delete requirements.txt * Update setup.py * Fix/remove segmentation from reward (#35) * option to change scene and random seen on reset; add custom message to signal episode reset * moved scene change and random seed setting to gym env * remove segmentation requirement from reward; refactor and add docs * remove extra line * update docstring * minor comment update * Update README.md * Update README.md * Update requirements.txt * Change required tesse-interface version * Update required tesse version to 0.1.0 * remove objects during reset * added install_requires to setup.py * remove requirements.txt * Update README.md * add required python version * Update README.md * Update README.md * Update README.md * remove `+snapshot` * Update setup.py * Feature/collision check (#37) * Update setup.py * Feature/set sim params (#28) * Updated version number to 0.1.1+snapshot. * Fix/rename (#19) * update requirements and readme * update installation instructions * Update README.md * rename baseline notebooks * update baseline notebook; rename -> * Fix/update requirements (#22) * update requirements and readme * update installation instructions * Update README.md * Feature/specify mode (#23) * add options for evaluation * reformatting * Update README.md * Update README.md (#24) * Update README.md * Feature/refactor tasks (#25) Feature/refactor tasks * set sim parameters upon startup and add error checking * clear notebook * remove navigation notebook * Fix typo in docs, * Fix `%matplotlib notebook line` * Feature/decode goseek observations (#29) * add function to decode observations into imgs + pose * update notebooK * Feature/update docs (#30) * add function to decode observations into imgs + pose * update notebooK * update notebook docs * updated docs * Update goseek_full_perception.py * Feature/update typehints (#32) * add function to decode observations into imgs + pose * update notebooK * update notebook docs * updated docs * update typehints * update docstring * Feature/update tesse install (#34) * Update setup.py * Update README.md * Delete requirements.txt * Update setup.py * Fix/remove segmentation from reward (#35) * option to change scene and random seen on reset; add custom message to signal episode reset * moved scene change and random seed setting to gym env * remove segmentation requirement from reward; refactor and add docs * remove extra line * update docstring * minor comment update * Update README.md * Update README.md * Update requirements.txt * Change required tesse-interface version * Update required tesse version to 0.1.0 * remove objects during reset * added install_requires to setup.py * remove requirements.txt * Update README.md * add required python version * Update README.md * add collision check; refactor * refactoring; * refactor pd gains * minor typo fix * change default settings in baseline notebook and gym env * Bump version * Update setup.py * bump version
* use DataRequest to initialize pose * init pose with datarequest in goseek reset * remove duplicate _init_pose call
* update reward to factor left cam offset * fix collider request; revert init logic
…se-gym into feature/kimera-integration
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.