reinforcement learning
Reinforcement learning:
Reinforcement learning is a type of learning in which an AI agent is trained by giving some commands, and on each action,
an agent gets a reward as a feedback.Using these feedbacks, agent improves its performance.
Reward feedback can be positive or negative which means on each good action,
agent receives a positive reward while for wrong action, it gets a negative reward.
Reinforcement learning is of two types:
Positive Reinforcement learning
Negative Reinforcement learning