Treffer: Case Study IV: Tuned Reinforcement Learning (in Python)

Title:
Case Study IV: Tuned Reinforcement Learning (in Python)
Source:
Hyperparameter Tuning for Machine and Deep Learning with R ; page 271-281 ; ISBN 9789811951695 9789811951701
Publisher Information:
Springer Nature Singapore
Publication Year:
2023
Document Type:
Buch book part
Language:
English
ISBN:
978-981-19516-9-5
978-981-19517-0-1
981-19516-9-1
981-19517-0-5
DOI:
10.1007/978-981-19-5170-1_11
Accession Number:
edsbas.7A74C400
Database:
BASE

Weitere Informationen

Similar to the example in Chap. 10 , which considered tuning a Deep Neural Network (DNN), this chapter also deals with neural networks, but focuses on a different type of learning task: reinforcement learning. This increases the complexity, since any evaluation of the learning algorithm also involves the simulation of the respective environment. The learning algorithm is not just tuned with a static data set, but rather with dynamic feedback from the environment, in which an agent operates. The agent is controlled via the DNN. Also, the parameters of the reinforcement learning algorithm have to be considered in addition to the network parameters. Based on a simple example from the Keras documentation, we tune a DNN used for reinforcement learning of the inverse pendulum environment toy example. As a bonus, this chapter shows how the demonstrated tuning tools can be used to interface with and tune a learning algorithm that is implemented in Python .