-
Notifications
You must be signed in to change notification settings - Fork 505
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
README needed some dusting and cleanup #927
Conversation
interactive rebase in progress; onto e074ef8
@@ -170,7 +170,7 @@ SIMULATOR: | |||
DEFAULT_AGENT_ID: 0 | |||
FORWARD_STEP_SIZE: 0.25 | |||
HABITAT_SIM_V0: | |||
ALLOW_SLIDING: False | |||
ALLOW_SLIDING: True |
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.
@ASzot -- you okay with this?
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.
Yeah this is a good idea.
|
||
* `Dataset`: contains a list of task-specific episodes from a particular data split and additional dataset-wide information. Handles loading and saving of a dataset to disk, getting a list of scenes, and getting a list of episodes for a particular scene. | ||
# Interactive play script | ||
python examples/interactive_play.py --never-end --add-ik |
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.
python examples/interactive_play.py --never-end --add-ik | |
python examples/interactive_play.py --never-end |
I think by default no ik so people don't have to install PyBullet.
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 tried playing around with both. It's very hard to control the arm without IK. Why the hesitation to pip install pybullet?
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.
Just an additional command they need to run to get things working, but I agree it's not a big deal to install pybullet.
Co-authored-by: Andrew Szot <ASzot@users.noreply.github.com>
* moving details out to another file interactive rebase in progress; onto 4051c1a * updating readme * adding pygame hab 2.0 visualization * turning base sliding on for interactive play; makes user-control easier * Update README.md Co-authored-by: Andrew Szot <ASzot@users.noreply.github.com> Co-authored-by: Dhruv Batra <dbatra@fb.com> Co-authored-by: Andrew Szot <ASzot@users.noreply.github.com>
* moving details out to another file interactive rebase in progress; onto e074ef8 * updating readme * adding pygame hab 2.0 visualization * turning base sliding on for interactive play; makes user-control easier * Update README.md Co-authored-by: Andrew Szot <ASzot@users.noreply.github.com> Co-authored-by: Dhruv Batra <dbatra@fb.com> Co-authored-by: Andrew Szot <ASzot@users.noreply.github.com>
Motivation and Context
How Has This Been Tested
Types of changes
Checklist