Other Books You May Enjoy
If you enjoyed this book, you may be interested in these other books by Packt:
Hands-On Reinforcement Learning for Games
Micheal Lanham
ISBN: 978-1-83921-493-6
- Understand how deep learning can be integrated into an RL agent
- Explore basic to advanced algorithms commonly used in game development
- Build agents that can learn and solve problems in all types of environments
- Train a Deep Q-Network (DQN) agent to solve the CartPole balancing problem
- Develop game AI agents by understanding the mechanism behind complex AI
- Integrate all the concepts learned into new projects or gaming agents
PyTorch 1.x Reinforcement Learning Cookbook
Yuxi (Hayden) Liu
ISBN: 978-1-83855-196-4
- Use Q-learning and the state–action–reward–state–action (SARSA) algorithm to solve various Gridworld problems
- Develop a multi-armed bandit algorithm to optimize display advertising
- Scale up learning...