Reinforcement Learning - Open AI Gym
Reinforcement Learning - Open AI Gym
Open AI gym
Jakub Senčák, Pavel Podlužanský, Martin Pospísil,
Viet Anh Phan, Dinh Thao Le
Content
• Assignment
• Motivation
• Reinforcement learning
• The chosen problem
• Approach to the problem
• Created solution to the problem
• Results
• Conclusion
Assignment
• Gaming
• Resouce management
• Personalized recommendations
• Robotics
Reinforcement learning
• The AI agent attempts to construct an optimal policy directly by interacting with the environment.
• It uses a trial-and-error-based approach - The AI agent repeatedly tries to solve the problem using
varied approach, and continuously updates its policy as it learns more and more about the
environment.
Deep Q-learning