Faculty Of Computer Science Graduation Project
Permanent URI for this communityhttp://185.252.233.37:4000/handle/123456789/41
Browse
Browsing Faculty Of Computer Science Graduation Project by Author "Ahmed, Mohamed Amr Mohamed"
Now showing 1 - 1 of 1
- Results Per Page
- Sort Options
Item Reinforcement Learning for Video Games(October University for Modern Sciences and Arts, 2020) Ahmed, Mohamed Amr MohamedReinforcement Learning is a way of machine learning in which the training of machine learning models takes place by training the machine (the agent) to choose a certain action from a different set of actions in a given state from a different set of states in a given environment and by taking that action the agent receives a reward which will help it choose better actions in the future by maximizing this reward over time. Reinforcement learning is making the agent learn by interacting with the environment without the need to collect samples to train on, in traditional reinforcement learning there is usually a Q-Table that is basically a table that consists of all possible actions as columns and all possible states as rows, each cell (pair of action-state) has a value which is called Q-Value which is the reward for taking that action at that state in the given environment, However traditional Reinforcement learning is not very efficient in the modern complex environments so comes the need of the scope of this project: Deep Reinforcement learning.