Skip to content

Commit

Permalink
Add deprecation notice to Task.extras_spec.
Browse files Browse the repository at this point in the history
This field in the task definition proved to be more of a burden than a helpful
assist to agents, so we have decided to remove it. It was often wrong and
outdated, and it made the system more complex for little gain.

PiperOrigin-RevId: 557540601
  • Loading branch information
kenjitoyama authored and copybara-github committed Aug 16, 2023
1 parent ffd3e99 commit 636bfae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions android_env/proto/task.proto
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,9 @@ message Task {
// Defines parameters for parsing messages from logcat.
LogParsingConfig log_parsing_config = 9;

// NOTE: This field is deprecated and will be removed from this Task
// definition soon.
//
// (Optional): The task may also define extras to help the RL agent.
// An Extra in AndroidEnv is any information that apps may send to aid the
// understanding of the task. The type of information sent through this
Expand Down

0 comments on commit 636bfae

Please sign in to comment.