Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Learn Challenge: Setting Up an Environment | RL Core Theory
Introduction to Reinforcement Learning

Swipe to show menu

book
Challenge: Setting Up an Environment

Task

Swipe to start coding

You are asked to setup a "CartPole-v1" Gymnasium environment and write a basic interaction loop.

  1. Import the gymnasium library.
  2. Initialize the "CartPole-v1" environment.
  3. Reset the environment.
  4. Complete the interaction loop by making a step in the environment.
  5. Close the environment after the loop.

Solution

Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?

How can we improve it?

Thanks for your feedback!

SectionΒ 1. ChapterΒ 8
single

single

Ask AI

expand

Ask AI

ChatGPT

Ask anything or try one of the suggested questions to begin our chat

close

Awesome!

Completion rate improved to 2.7

book
Challenge: Setting Up an Environment

Task

Swipe to start coding

You are asked to setup a "CartPole-v1" Gymnasium environment and write a basic interaction loop.

  1. Import the gymnasium library.
  2. Initialize the "CartPole-v1" environment.
  3. Reset the environment.
  4. Complete the interaction loop by making a step in the environment.
  5. Close the environment after the loop.

Solution

Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?

How can we improve it?

Thanks for your feedback!

close

Awesome!

Completion rate improved to 2.7

Swipe to show menu

some-alt