individual project #2 #3

Merged
s444519 merged 1 commits from s442720/Waiter_group:master into master 2020-05-10 18:33:07 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Reinforcement learning for route planning in restaurant
##### Tao-Sen Chang s442720
###### We did the route planning by special algorithm on last task. In this machine learning sub-project I try to show different approach for the agent who can traversal multiple destinations on the grid system, and of course, get the shortest path of the route. The method is called reinforcement learning.
###### We did the route planning by special algorithm on last task. In this machine learning sub-project I try to show different approach for the agent who can traversal multiple destinations on the grid system, and of course, get the shortest path of the route. What I want to use is called reinforcement learning.
## What is reinforcement learning?
###### Reinforcement learning is how software agents ought to take actions in an environment in order to maximize the notion of cumulative reward. The agent makes a sequence of decisions, and learn to perform the best actions every step. For example, in my project there is a waiter in the grid and he has to reach many tables for serving the meal, so he must learn the shortest path to get a table.