Skip to content
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

Hand Me That Task #546

Merged
merged 5 commits into from
Feb 21, 2019
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Rulebook.tex
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ \chapter{Tests in Stage II}
\newpage
\input{tasks/SetTable}

\newpage
\input{tasks/HandMeThat}

\newpage
\input{tests/Finals}

Expand Down
21 changes: 21 additions & 0 deletions scoresheets/HandMeThat.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@

The maximum time for this test is 10 minutes.

\begin{scorelist}
\scoreheading{Communicating}
justinhart marked this conversation as resolved.
Show resolved Hide resolved
\scoreitem[5]{500}{Correctly determine an item on the first attempt}
\penaltyitem[5]{-200}{Correctly determine an item on the second attempt}
\penaltyitem[5]{-400}{Correctly determine an item on the third or fourth attempt}
\penaltyitem[5]{-500}{Correctly determine an item on a subsequent attempt}
\penaltyitem[5]{-150}{Asking 1 clarifying question.}
\penaltyitem[5]{-300}{Asking 2 clarifying questions.}
\penaltyitem[5]{-450}{Asking 3 clarifying questions.}

% No longer necessary, computes automatically
% \setTotalScore{1000}
\end{scorelist}


% Local Variables:
% TeX-master: "Rulebook"
% End:
65 changes: 65 additions & 0 deletions tasks/HandMeThat.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
\section{Hand Me That [Party Host]}
A guest at the party speaks English, but with only a limited vocabulary. The robot will assist them in obtaining things that they gesture for.

%\subsection{Focus}
%Joint attention is a well-studied and important task in Human-Robot Interaction. The goal of this task is to really challenge the teams to perform a hard HRI task.

\subsection{Main Goal}
The robot identifies (touching or naming) the object at which the operator is pointing at.

\noindent\textbf{Reward:} 2500pts\\


% %% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Setup
%
% %% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\subsection{Setup}
\begin{enumerate}
\item \textbf{Location:} This takes place in a room in the arena.
\item \textbf{Starting position:} The robot and the operator stand in a predefined location announced beforehand % (OC instructions: announce this 2 hours before the test).
\item \textbf{Objects:} Groups of 2--5 objects are placed at random locations on the room (avg distance $50cm -- 150cm$ from starting position).
\item \textbf{Deck:} The referee has a deck of objects to request, one per group, sorted by distance.

\end{enumerate}


% %% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Procedure
%
% %% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\subsection{Procedure}
\begin{enumerate}
\item \textbf{Pick an object} The robot will ask the operator: \emph{what do you need?}. % We rule out natural language interaction
Then the operator walks near to the object and points at it.
The robot can ask as many questions as necessary.
The operator does not know the name of the object.
\item \textbf{Repeat} Repeat up to 5 times for the maximum score.


\end{enumerate}


% %% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Additional Rules
%
% %% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\subsection{Additional rules and remarks}
\begin{enumerate}
\item \textbf{Keep going:} The robot should keep trying to determine the referred to object until they score or run out of time.
\item \textbf{Pass:} The robot may say pass to try the next object.
\item \textbf{Oops:} Incorrect guesses reduce the value of the correct guess by 200 points, each, the first two times. Guessing correctly on the third or fourth attempt is worth 100 points. After the fourth guess is worth no points.
\item\textbf{Colors and categories:} Asking for the color or category of a pointed object applies a penalty of 400 points for that particular object.
\item\textbf{Uneducated operator:} The referee may instruct the operator to answer \emph{I don't understand} or \emph{I don't know} if the robot asks complex questions or is attempting blind guessing.

justinhart marked this conversation as resolved.
Show resolved Hide resolved
\end{enumerate}
\newpage
\subsection{Score sheet}
\input{scoresheets/HandMeThat.tex}

% Local Variables:
% TeX-master: "Rulebook"
% End: