Changes between Version 25 and Version 26 of en/ProgrammingRobotsCourse/ProjectWork


Ignore:
Timestamp:
Mar 6, 2024, 5:07:05 PM (2 months ago)
Author:
Ales Horak
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • en/ProgrammingRobotsCourse/ProjectWork

    v25 v26  
    2727 1. **Dialog about calendar**: Pepper should know whose name day it is near today, search for name days, including public holidays etc.
    2828 1. **General dialog via advanced language models**: Current largest generative language models such as [https://beta.openai.com/examples/default-chat GPT-3], [https://github.com/microsoft/DialoGPT DialoGPT] or [https://github.com/kingoflolz/mesh-transformer-jax/#gpt-j-6b GPT-J] are able to generate responses to human prompts (in English). The task here is to use these responses in real communication with Pepper.
     29 1. **Infinite Craft game** with Pepper, see https://neal.fun/infinite-craft/. Implement a service which combines two words to obtain a third one. Run the game via Pepper dialog then using this service and the Pepper's tablet to construct (infinite number of) new words which are dynamically added to the robot's dialog concept.
    2930
    3031=== Solved projects (may be advanced):