-
Notifications
You must be signed in to change notification settings - Fork 7
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
MCS-1991 Cleaned Up Documentation and Added Task List Page #714
Conversation
timeout | ||
^^^^^^^ | ||
|
||
(int, optional) | ||
|
||
If the amount of time between steps exceeds the amount specified (represented in seconds), throw and error and attempt to end scene (default: 3600 (or 1 hour)). | ||
|
||
|
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.
This was already listed in install.rst
only_return_goal_object | ||
^^^^^^^^^^^^^^^ | ||
controller_timeout | ||
^^^^^^^^^^^^^^^^^^ |
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.
These just got alphabetized
$ sudo nvidia-xconfig --use-display-device=None --virtual=600x400 --output-xconfig=/etc/X11/xorg.conf --busid=PCI:0:30:0 | ||
# Your virtual display size should be much larger than the MCS Unity window size (default 600x400) | ||
$ sudo nvidia-xconfig --use-display-device=None --virtual=1200x800 --output-xconfig=/etc/X11/xorg.conf --busid=PCI:0:30:0 |
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.
Updated the virtual display size, and added a comment
Eval 5 Example Interactive Scenes | ||
********************************* | ||
|
||
Relevant for the Summer 2022 evaluation (Eval 5): | ||
|
||
:download:`holes_eval_5_ex_1.json <./scenes/holes_eval_5_ex_1.json>` |
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.
Removed information and examples from this page about specific evaluation tasks, because they're now described in the "task list" page (a lot of the information was outdated anyway).
:download:`tool_use_eval_5_ex_3.json <./scenes/tool_use_eval_5_ex_3.json>` | ||
|
||
:download:`tool_use_eval_5_ex_4.json <./scenes/tool_use_eval_5_ex_4.json>` | ||
For more example interactive scenes, please see our `task list <https://github.com/NextCenturyCorporation/MCS/blob/development/TASK_LIST.md>`_ page. |
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.
Note that the link won't work until this PR is merged.
@@ -12,7 +12,6 @@ Machine Common Sense Documentation | |||
api | |||
scenes | |||
schema | |||
training |
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.
Removed this outdated page about training for the NYU tasks (updated information is in the new "task list" page anyway).
make html
from thedocs/
folder to recreate the pages locally)Link to the "task list" page: https://github.com/NextCenturyCorporation/MCS/blob/MCS-1991/TASK_LIST.md