Skip to content
Discussion options

You must be logged in to vote

After further investigation, it seems to comes from matplotlib

this code work:

import gym
import pybullet_envs

env = gym.make("HalfCheetahBulletEnv-v0")
print(env.reset())

but this one does not:

import gym
import pybullet_envs

env = gym.make("HalfCheetahBulletEnv-v0")

from matplotlib import pyplot as plt
print(env.reset())

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@araffin
Comment options

@araffin
Comment options

Answer selected by araffin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant