forked from s444519/Waiter_group
Individual Project #2; s442720
This commit is contained in:
parent
d9a5f26c02
commit
a7152dff3c
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user