I am learning reinforcement learning and coding on the google colab. However, when I run env.render() , I get an error saying name ‘base’ is not defined. Please tell what to do now.
Problem in reinforcement learning
Hey @abhaygarg2001, yes on google colab will not directly supports some functionalities like .render() as it need to pop up a new screen to visualize it. It is recommended to use your own laptop when you need to render the environment and visualize things, and for training u can use google colab or your own laptop.
Happy Learning