Is there any API to pull natural language description of each task and environment? #386
-
Is there any API to pull natural language description of each task and environment? Thank you in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
As far as I know, no there is no api to get a natural language description of each task. Writing these description yourself would be fairly straight forward, then you could implement an env wrapper that makes this information accessible to the rest of your code. I'm a bit confused by the second part of your question. I assume if you're targeting MT10 your trying to train a multi-task model, in which case you would train one model for all 10 tasks, no? |
Beta Was this translation helpful? Give feedback.
As far as I know, no there is no api to get a natural language description of each task. Writing these description yourself would be fairly straight forward, then you could implement an env wrapper that makes this information accessible to the rest of your code.
I'm a bit confused by the second part of your question. I assume if you're targeting MT10 your trying to train a multi-task model, in which case you would train one model for all 10 tasks, no?