Skip to content

Python kernal crashing #71

Description

@namansaxena9

I am using Spyder with python 3.7. As soon as I run my code the kernal crashes.

The following is my sample code:

import pybulletgym
import gym
env_name = 'HumanoidPyBulletEnv-v0'
env = gym.make(env_name)

env.render()
env.reset()

for i in range(10000):
obs, rewards, done, _ = env.step(env.action_space.sample())
env.close()

What could be reason for the crash?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions