Contenu du cours
Introduction to Reinforcement Learning
Introduction to Reinforcement Learning
Challenge: Setting Up an Environment
Tâche
Swipe to start coding
You are asked to setup a Gymnasium environment to train an agent.
- Import a library.
- Initialize the environment.
- Reset the environment.
- Complete the interaction loop.
- Close the environment.
Solution
Tout était clair ?
Merci pour vos commentaires !
Section 1. Chapitre 8
Challenge: Setting Up an Environment
Tâche
Swipe to start coding
You are asked to setup a Gymnasium environment to train an agent.
- Import a library.
- Initialize the environment.
- Reset the environment.
- Complete the interaction loop.
- Close the environment.
Solution
Tout était clair ?
Merci pour vos commentaires !
Section 1. Chapitre 8