Robotics & Artificial Intelligence
Robots in a factory improve their task efficiency by receiving feedback based on their actions and adjusting accordingly. This type of learning is called:
- Supervised learning
- Unsupervised learning
- Reinforcement learning
- Machine learning
Computing Evolution
3 Likes
Answer
Reinforcement learning
Reason — Reinforcement learning is a type of learning in which a system learns by receiving feedback (rewards or penalties) based on its actions and adjusts its behaviour accordingly. In factory settings, robots improve task efficiency by using this feedback mechanism to optimise their actions over time.
Answered By
1 Like
Related Questions
In Python programming, a comment is denoted by:
- #
- //
- /*
- ~
An example of a probabilistic problem is:
- Solving a quadratic equation
- Predicting weather conditions
- Finding the shortest path in a graph
- Sorting a list of numbers
…………… actuators are used to create different types of motion in robots.
- Hydraulic
- Electric
- Pneumatic
- Piezoelectric
The output of the expression
print(5 * (3 + 2))is:- 15
- 25
- 10
- 20