- How can you modify an environment or add additional environments to the Gym package?
- Why have we chosen to use the terms state and observation interchangeably in this context?
- What does env.reset() do and what does it return?
- Under what conditions does the game loop that we created exit?
- What variable do we set to manually change the state of the environment?
- Why does a randomly-acting agent usually take longer than a learning agent to reach a destination?





















































